Search the web
Sign In
New User? Sign Up
IBObjects · IB Objects support list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 39745 - 39774 of 44315   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
39745
I successfully connect to Firebird (V1.53) on a server using a TIBODatabase component via VPN over the internet. I can then successfully prepare and open a...
rogervellacott
Offline Send Email
Oct 1, 2006
11:15 am
39746
... TIB_Cursor and TIBOQuery have different behaviour. TIB_Cursor at Open only opens the cursor and doesn't fetch any rows. Rows are then requested...
Helen Borrie
helebor
Offline Send Email
Oct 1, 2006
2:18 pm
39747
Thanks Helen. I don't think it is just a matter of slowness. I get a permanent wait even if the query is on a table with a couple of fields, a couple of ...
Roger Vellacott
rogervellacott
Offline Send Email
Oct 2, 2006
5:26 am
39748
As far as I understand IBO ideology, in this case it is necessary to use 4 instances of "CLASSES" dataset. One dataset per each tib_lookupcombo. It as...
Ramil
khabibr
Offline Send Email
Oct 2, 2006
12:26 pm
39749
Ramil has completed a hotfix with 28 fixes encompassing four units to address some known problems that showed up in his changes to add support for Firebird 2.0...
Helen Borrie
helebor
Offline Send Email
Oct 2, 2006
3:20 pm
39750
Hello Folks To get data say from TIB_Query to the more traditional TIBOQuery requires TIBOQuery.AssignSQLWithSearch(TIB_Query). If I understand things right, ...
James N Hitz
jam_hit
Offline Send Email
Oct 2, 2006
3:56 pm
39751
To use more than one TIB_LookupCombo's referencing the same table I use a different alias for each instance of the field and map my KeyLinks using the aliases...
James N Hitz
jam_hit
Offline Send Email
Oct 2, 2006
4:16 pm
39752
hello Helen, ... I sent two batch of changes to Jason, the first in mid July where I corrected some problems in at least all IBO bars that were not accepting ...
Salvatore Besso
salvatorebesso
Offline Send Email
Oct 2, 2006
5:46 pm
39753
... First, I think you have a typo. AssignSQLWithSearch can be used in runtime. OK? And it assigns the SQL, where clause other settings in stead of you having...
Dany M
dmarmur2002
Offline Send Email
Oct 2, 2006
6:11 pm
39754
... Suppose the table consists of Class_ID integer primary key Class_Description varchar(50) The structure of your query will need to be select Class_ID,...
Helen Borrie
helebor
Offline Send Email
Oct 2, 2006
11:47 pm
39755
hi, i have a problem for using TIB_LookupCombo: i have a table (items) that consist 2 fields (itemno, itemname) when items fills with data like this: itemno...
send2iwan
Online Now Send Email
Oct 3, 2006
2:03 am
39756
Hi Just checking. We are looking at getting copies of Turbo Delphi Pro, are there any issues with installation if IBO in this environment? -- Rob Martin ...
Robert martin
chreos3
Offline Send Email
Oct 3, 2006
2:30 am
39757
... If the user types in 'c', incremental search will not find 'C'. Perhaps this is your problem? ... It has been described oh-so-many times in this list....
Helen Borrie
helebor
Offline Send Email
Oct 3, 2006
3:03 am
39758
... It's an unknown, really. Until someone actually gets it, there's no way to know what it supplies. If it is just repackaged Delphi 2006 it should be OK,...
Helen Borrie
helebor
Offline Send Email
Oct 3, 2006
3:25 am
39759
Oh That might be a bit of an issue with us. You see we are using an old version of IBO and D6. Both of which we are planning on updating. However as we have...
Robert martin
chreos3
Offline Send Email
Oct 3, 2006
4:01 am
39760
The FAQ at http://www.borland.com/us/products/turbo/index.html states (cut and paste from various places): "The Turbo Explorer and Professional editions are...
Svein Erling Tysvaer
svein_erling
Offline Send Email
Oct 3, 2006
7:18 am
39761
Hello all, This message is for those who have downloaded the hotfix to IBO 4.6Bc for testing: The function TIB_Column.GetRelAliasName in the original hotfix ...
Helen Borrie
helebor
Offline Send Email
Oct 4, 2006
1:25 am
39762
In IBObjects 4.6 Bc, TIBODatabase does not work when the Path property is set to an existing GDB file on the local maching and the Protocol property is set to...
Remy Lebeau
gambit47
Offline Send Email
Oct 4, 2006
5:32 am
39763
Hello Remy, Your problem is using FireBird2 with old client library. Here is excerpt from Firebird 2.0(RC4) Release Notes: Windows Local Connection Protocol...
Ramil
khabibr
Offline Send Email
Oct 4, 2006
5:57 am
39764
... Helen will probably correct this. I only use cpTCP_IP even on local machines - because of problems with the 'local' protocol. I seem to recall that the...
Lester Caine
lscesuk
Offline Send Email
Oct 4, 2006
6:06 am
39765
Hi Dany I understand what you are saying... Was probably a dumb question anyway James N Hitz ... From: Dany M To: IBObjects@yahoogroups.com Sent: Monday,...
James N Hitz
jam_hit
Offline Send Email
Oct 4, 2006
7:51 am
39766
My clients are getting the following exception on thier systems as reported to me by EurekaLog... Module : IBO40CRT_D2006.bpl Type : EIB_ISCError Message:...
Sean Palmer
seanpalmer49
Offline Send Email
Oct 4, 2006
10:49 am
39767
Further info... ... t | | ... Begin | | ... tAttempt | | ... -...
Sean Palmer
seanpalmer49
Offline Send Email
Oct 4, 2006
11:02 am
39768
... It indicates that a Windows socket error has occurred (WSAECONNRESET 10054 Connection reset by peer.). It happens, broadly speaking, if the network...
Helen Borrie
helebor
Offline Send Email
Oct 4, 2006
11:37 am
39769
Hello Sean, It is definitely network issue. I have exactly reproduced that problem. Having connected to the remote server I have torn off network connection. ...
Ramil
khabibr
Offline Send Email
Oct 4, 2006
11:43 am
39770
Many thanks Helen, I will get our clients to send the firebird log and too check thier network gear and connections. Sean....
Sean Palmer
seanpalmer49
Offline Send Email
Oct 4, 2006
11:59 am
39771
I have one grid working the way I want. Users have to use F2 to start editing a cell. IB_Query.RequestLive=True DataSource.AutoEdit=False ...
Alan McDonald
metaalan
Offline Send Email
Oct 4, 2006
3:29 pm
39772
... I always had a lot of trouble with getting grid editing to work consistently unless I made sure every column had a dropped editor control (to replace the...
Geoff Worboys
gworboys
Offline Send Email
Oct 4, 2006
11:22 pm
39773
... thanks - but it appears my settings are as I need them if I just add a popup menu F2 shortcut to the grid which just sets IB_Query.Edit; then all is as I...
Alan McDonald
metaalan
Offline Send Email
Oct 5, 2006
12:30 am
39774
Thanks in advance for any assistance. Tried to install to Turbo Delphi and the install to IDE failed with "another installation of IBO is pending" or something...
Morgan
mfears72
Offline Send Email
Oct 5, 2006
12:46 am
Messages 39745 - 39774 of 44315   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help