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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 36978 - 37007 of 44319   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
36978
Thanks to everyone for you replies. I have been wanting to get off of BDE for some time but have been unable to devote the time required to a mass conversion....
Stephen Boyd
sboydlns
Offline Send Email
Oct 1, 2005
1:45 pm
36979
Hi all, my reported TIB_Connection.SchemaCache problem with Firebird 2.0 is easy to fix. The failing system table queries are in IB_Schema.pas: procedure...
Thomas Steinmaurer
iblogmanager
Offline Send Email
Oct 1, 2005
5:28 pm
36980
... Another one in: procedure SchemaIndexSegmentsInfo( Cn: TIB_Connection; Tr: TIB_Transaction; Names: TStrings; IndexName: string ); Replace: SQL.Add( 'SELECT...
Thomas Steinmaurer
iblogmanager
Offline Send Email
Oct 1, 2005
5:38 pm
36981
Hello to all, I need to reduce the size of some TIB_ComboBox and I'm not getting success. Nothing happen if I alter the height property, or if I use ...
Andrei Luís
andrei_luis
Offline Send Email
Oct 1, 2005
6:24 pm
36982
I don't understand what events I can register and use with IB Events. My challenge is that when one user modifies a record in a particular table, I need to...
ra8009
Offline Send Email
Oct 2, 2005
10:45 pm
36983
... The one's you create ;) You need to create triggers in the database which detect exactly what changes you want the 'world' to know about ( it does not...
Lester Caine
lscesuk
Offline Send Email
Oct 3, 2005
7:29 am
36984
... As far as I know, only if you change the Style property of the control to csSimple. Helen...
Helen Borrie
helebor
Offline Send Email
Oct 3, 2005
8:00 am
36985
ISC ERROR CODE:335544726 ISC ERROR MESSAGE: Error reading data from the connection. STATEMENT: TIBOInternalDataset:...
zachs78
Offline Send Email
Oct 3, 2005
9:01 am
36986
... It's not very weird. It simply means that the client has lost its connection to the server. ... No statement has been assigned to the dataset at this...
Helen Borrie
helebor
Offline Send Email
Oct 3, 2005
10:05 am
36987
Thanks for the reply. I looked into the firebird log file and it was indeed a firebird server crash. I was running a test program that runs in a loop - insert...
Zach Saw
zachs78
Offline Send Email
Oct 3, 2005
10:27 am
36988
Thanks Helen, this didn't solve the matter, cause setting this property like that, the arrow disapear and it can be a little confused to the user... No matter,...
Andrei Luís
andrei_luis
Offline Send Email
Oct 3, 2005
10:59 am
36989
Hi, I have a complex OnPrepareSQL event, which is generating a longer "where" statement depending on a number of radioboxes, tEdits and checkboxes on a...
G. Nau
b404_r66
Offline Send Email
Oct 3, 2005
11:49 am
36990
... But you have changed the 'content' of the query SQL, so you HAVE to 're-open' the query. Prepare will only speed things up if you are THEN using parameters...
Lester Caine
lscesuk
Offline Send Email
Oct 3, 2005
12:35 pm
36991
Hi All, I have a simple DB grid attached to a TIBO Query/TIBO Database. The TIBO_DB is set to autocommit. The idea is simply that the 'operator' enters rows of...
Tony Masefield
polsolsa
Offline Send Email
Oct 3, 2005
12:52 pm
36992
... Are you using Autocommit? and/or an ORDER BY clause in your SQL? What's the CommitAction of the dataset? ... Adding new records to the end of a set should...
Helen Borrie
helebor
Offline Send Email
Oct 3, 2005
2:03 pm
36993
hello Jason, ... just a reminder that the test case is in the file area :-) GridTest.zip Regards Salvatore...
Salvatore Besso
salvatorebesso
Offline Send Email
Oct 3, 2005
2:54 pm
36994
I have a TIB_Grid linked to a TIB_DataSource (DataSet is a TIB_Query). I can append a record through the grid, but if I try to append a second one it's not...
Roberto Freitas
rrssffreitas
Offline Send Email
Oct 3, 2005
3:31 pm
36995
... The ... down ... the ... Yes, am using autocommit. Also using an Order By clause plus a WHERE to link this query to a master query through the DataSource...
Tony Masefield
polsolsa
Offline Send Email
Oct 3, 2005
4:21 pm
36996
Lester, okay, than my way to close and reopen the query is the way to go. Thanks for your help. G. Am 3 Oct 2005 um 13:26 hat Lester Caine geschrieben: >...
G. Nau
b404_r66
Offline Send Email
Oct 3, 2005
8:07 pm
36997
Thanks for the encouragement! I have to admit I'm spending time getting the Trustware stuff automated and organized as it has been nagging me for years to do...
Jason Wharton
kylixguru
Offline Send Email
Oct 3, 2005
8:54 pm
36998
I've logged this in my issues to resolve. Thanks, Jason Wharton...
Jason Wharton
kylixguru
Offline Send Email
Oct 3, 2005
8:55 pm
36999
I'm just playing around with the onprepareSQL events of IBOquery and IB_query. Am I right, that both are firing during the form create event (which is also...
G. Nau
b404_r66
Offline Send Email
Oct 3, 2005
10:35 pm
37000
my c++ is not good enough, and my delphi is simply poor, so I am unable to translate from the CBuilder help file on this subject, which has a Delphi example,...
Mack
jonathanmfre...
Offline Send Email
Oct 4, 2005
12:08 am
37001
not that i'm in any way qualified to offer help to others, but i encountered a somewhat similar problem and solved it with using the invalidate method...even...
Mack
jonathanmfre...
Offline Send Email
Oct 4, 2005
12:11 am
37002
... Yes, if you make the datasets active during FormCreate. This isn't good client/server practice anyway, and is a relic of the BDE and Paradox. ... Yes....
Helen Borrie
helebor
Offline Send Email
Oct 4, 2005
12:25 am
37003
... When you move off the first inserted record, Post is called. This is the first moment that anything is submitted to the database. If the Post fails, you...
Helen Borrie
helebor
Offline Send Email
Oct 4, 2005
12:54 am
37004
Anyone know? When you InvalidateSQL, I think that all manually (programmatically) added SQLWhereItems are cleared. You don't have to clear the items separately...
Alan McDonald
metaalan
Offline Send Email
Oct 4, 2005
1:11 am
37005
Hi Alan, ... No, after InvalidateSQL the SQLWhereItems are empty; you can just start adding in the OnPrepareSQL handler. (Actually, I don't know _when_ they...
Paul Vinkenoog
neckarelzer
Offline Send Email
Oct 4, 2005
1:20 am
37006
hello, I'm new to IBO and have converted my first project from BDE. Now I have a problem with empty string (or 0) values. My procedure "DatasetToCDS" to copy...
scr0546
Offline Send Email
Oct 4, 2005
6:28 am
37007
Helen, thanks for your reply. I'm activating the queries while formshow, where everything is set correctly (parameters, added where clauses). I've found the...
G. Nau
b404_r66
Offline Send Email
Oct 4, 2005
6:35 am
Messages 36978 - 37007 of 44319   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