... 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@...
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...
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 ...
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 -- --...
... 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...
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 ...
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...
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...
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...
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...
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...
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...
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...
... 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...
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...
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...
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 ...
... 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...
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...
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...
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...
... records ... couple ... conversion ... main ... hey ... scroll ... just ... more ... there ... It sounds like you have to break the problem in half since...
... 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...
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...
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...
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...
Seems to be necessary a IB_Grid property. I would give TitleAlignment set to gtaColumns a try ;) regards Marco Menardi ... the data ... aligned. How...
... 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...