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 22813 - 22842 of 44315   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
22813
... Thank you very very much Luc I did the req. settint and it's working fine. I just wonder why it's not in the property list? -- Thank you for your time Koby...
Koby Peleg Hen
koby@...
Send Email
Jan 1, 2003
10:24 am
22814
kbmMemTable is a popular memory table, that can be freely downloaded from http://www.components4developers.com . kbmMemTable should work with all Tdataset...
duilio_fos <irel_llc@...
duilio_fos
Offline Send Email
Jan 1, 2003
10:37 am
22815
In my Application I noticed that the generator value of one table increased without ever inserting new rows. When trying to find the portion of the code ...
Florian Hector
pizzateig2002
Offline Send Email
Jan 1, 2003
6:39 pm
22816
Please ignore this as it is mostly intended as an internal flag. Jason Wharton CPS - Mesa AZ http://www.ibobjects.com -- We may not have it all together -- --...
Jason Wharton
kylixguru
Offline Send Email
Jan 1, 2003
11:06 pm
22817
... This will be caused if the TABBESTELL query has RequestLive true, has an empty dataset and you open it in edit mode. The behaviour under these conditions...
Helen Borrie
helebor
Offline Send Email
Jan 1, 2003
11:07 pm
22818
Don't know, what situation are you confronting? It's much preferable to have a problem/solution context. Jason Wharton CPS - Mesa AZ http://www.ibobjects.com ...
Jason Wharton
kylixguru
Offline Send Email
Jan 1, 2003
11:07 pm
22819
This was a user contributed feature. I don't have plans to augment it myself. You are welcome to make the enhancements if you like. Jason Wharton CPS - Mesa AZ...
Jason Wharton
kylixguru
Offline Send Email
Jan 1, 2003
11:08 pm
22820
In a Master Detail dataset arrangement using IB_ components, I waas expecting the AfterOpen event of the detail dataset to fire each time the master is...
Alan McDonald
metaalan
Offline Send Email
Jan 2, 2003
5:26 pm
22821
Hi there A very Happy New Year to everyone! Is it possible with IBO to select from multiple databases in the same query? I used to do this in the BDE, but not...
ashwiz_za <ashwiz@...>
ashwiz_za
Offline Send Email
Jan 2, 2003
5:30 pm
22822
I can set a field alignment to RIGHT at design time and when I view the data tab, the data and title are set to right align. At runtime, however, the column...
Alan McDonald
metaalan
Offline Send Email
Jan 2, 2003
5:34 pm
22823
I have a conversion utility that is taking data from dbase tables into a firebird gdb. The table in question has about 300,000 records and over 100 fields. I...
chris_michalec <Cmich...
chris_michalec
Offline Send Email
Jan 2, 2003
5:37 pm
22824
hello, Happy New Year to all of you. I was wondering what could be the differences and benefits (if any) of using the Generator_Link of an TIB_Query instead of...
Salvatore Besso
salvatorebesso
Offline Send Email
Jan 2, 2003
5:58 pm
22825
Helen, thank you very much, this has helped a lot. ... I left the GeneratorLink property undefined and assign a newly generated value just before a new row is...
Florian Hector
pizzateig2002
Offline Send Email
Jan 2, 2003
6:03 pm
22826
... If you issue a refresh after you insert a row and you fill the generator in a trigger instead of leaving ibo filling it, ibo would not know which is the PK...
Marco Lauria
mslauria
Offline Send Email
Jan 2, 2003
6:06 pm
22827
No, IBO does not have this capability. Jason Wharton CPS - Mesa AZ http://www.ibobjects.com -- We may not have it all together -- -- But together we have it...
Jason Wharton
kylixguru
Offline Send Email
Jan 2, 2003
6:10 pm
22828
Helen, thank you very much, this has helped a lot. ... I left the GeneratorLink property undefined and assign a newly generated value just before a new row is...
Florian Hector
pizzateig2002
Offline Send Email
Jan 2, 2003
6:19 pm
22829
One of my major systems is updating 3 million+ records everyday. The only way to do it is via stored procedures - any other method would just take too long ...
Lindsay Gauton
lgautonxx
Offline Send Email
Jan 2, 2003
6:26 pm
22830
... Use it ina few places myself without any problem. ... Not sure that I like the 'flow' of this. The first time you call it, nothing is open. The second time...
Lester Caine
lscesuk
Offline Send Email
Jan 2, 2003
6:27 pm
22831
Hi there A very Happy New Year to everyone! Is it possible with IBO to select from multiple databases in the same query? I used to do this in the BDE, but not...
Ashley
ashwiz_za
Offline Send Email
Jan 2, 2003
6:31 pm
22832
Use TIBO_Query with TIBO_Query.SQL.Text := Select table1.field1, table1.field2, table2.field1, table2.field3 from table1,table2 <where criteria> ... From:...
hans
xompca
Offline Send Email
Jan 2, 2003
6:43 pm
22833
That sounds right if I was updating within the same database, but I am going from a dBase (Paradox) with one table structure to a Firebird database with a...
chris_michalec <Cmich...
chris_michalec
Offline Send Email
Jan 2, 2003
7:17 pm
22834
Hi, ... No IBO doesn't support. And, even Interbase and Firebird doesn't support querying between multiple databases. If you were able to perform that kind...
Daniel Rail
danielrail
Offline Send Email
Jan 2, 2003
7:29 pm
22835
... records ... couple ... conversion ... main ... hey ... scroll ... just ... more ... there ... It sounds like you have to break the problem in half since...
Eric Handbury <ehandb...
ehandbury
Offline Send Email
Jan 2, 2003
7:39 pm
22836
... There is also a file-access issue here, is there not? In other words, Firebird is having to grow the file as you do the conversion. Try pumping the FB...
Brian K. Woods
delphistarr
Offline Send Email
Jan 2, 2003
8:10 pm
22837
I have an IB_Query, which SQL doesn't include a WHERE clause, just like: SELECT * FROM TABLE I use an IB_SearchBar, so it's possible to change the rows...
Martin D. Berezaga
mdberezaga
Offline Send Email
Jan 2, 2003
8:42 pm
22838
I do use generatorlink property and there are no "false" generator increase at start time in my app (ib 4.2ib, SQLmonitor run at start time). I think that...
Marco Menardi <mmenaz...
mmenaz
Offline Send Email
Jan 2, 2003
9:11 pm
22839
I would add that you HAVE to use generatorlinks (or a client side ID retrieve) for a master in a master-detail situation, so new detail inserted rows will have...
Marco Menardi <mmenaz...
mmenaz
Offline Send Email
Jan 2, 2003
9:16 pm
22840
Seems to be necessary a IB_Grid property. I would give TitleAlignment set to gtaColumns a try ;) regards Marco Menardi ... the data ... aligned. How...
Marco Menardi <mmenaz...
mmenaz
Offline Send Email
Jan 2, 2003
9:23 pm
22841
... I guess I tried every possible change, but the problem stays. ... That was a minimal code. In the real case, I need to order and filter a query result very...
duilio_fos <irel_llc@...
duilio_fos
Offline Send Email
Jan 2, 2003
9:54 pm
22842
What event, on the detail dataset fires, when the master record of a master/detail couplet scrolls? ... From: Alan McDonald [mailto:alan@...] Sent:...
Alan McDonald
metaalan
Offline Send Email
Jan 2, 2003
11:26 pm
Messages 22813 - 22842 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