Hi, -related screenshot in the 'Teams' photos album- I am new to Delphi and IBObjects. So far my experiences have been great and I am enjoying using this...
Hello Sam. Welcome to Delphi and IBO. I'm brazilian, and so, I don't speak english. Sorry, for the errors. Well, I think you can use just one TIB_Query, for...
Hi, It looks like a TIB_CtrlGrid is a great fit for what I need. Thanks for the suggestions. ... new ... recommend to ... TDBCtrlGrid. ... internet....
Jason, I have used your product extensively but I do not delve into the code, or have the time to trace it either. Could you add an option to turn off debug...
Hello, I have this program that assigns unique number (JEVNO) to each record added in a table (JEVS). it's not an auto-increment field, its a varchar type...
There is a white paper on IBO's Homepage addressing that issue. ... From: "jeffplata" <jeffplata@...> To: <IBObjects@yahoogroups.com> Sent: Thursday,...
Hans, if you are referring to the "auditable series" ti, then yes I have read it. The technique presented is more of a server centric approach - what I want to...
Jason, maybe this thread could be a good occasion to speak of this. At every new IBO release I change the folder structure, I modify the package files and I...
Hi, I have some generators created in a firebird (v2.0.4) database. However, I can't view them using the IBSQL (latest from IBO website) desktop utility. I...
Hi I need to prevent users from selecting multiple rows in an IB_Grid. Setup is TIB_Grid - TIB_Datasource - TIB_Query. I cannot find any property to change...
... I don't think there's anything you can do to disable the visual behaviour - it comes with the underlying Windows grid control. The IB_Grid response to a...
... I don't have an idea *why* but I confirm that IB_SQL now seems unable to deliver the generators *from ODS 11.0 and 11.1 databases*. Still OK with ODS <...
I have a TIB_Checkbox connected to a boolean field. It mostly works, but when the state is toggled, the check mark only comes and goes when the mouse is moved...
I'm quite new to IBO and want to start using it to perform ETL operations on a new database. I have an empty database created and I am writing a program to...
Hi friends In one form X I have this mater/detail and work well dmComum.QdblookAluno.Close; dmComum.QdblookAluno.ParamByName('COD_ALUNO').Clear; //clear the...
... That build of IBO is a beta version from January 2007!!! It undoubtedly has serious bugs, although your problem comes from wrong logic in your application...
... At runtime. I basically want to read a CSV file with field names included in the first line, map them to fields in the target table, check the target...
... Well, as you probably know, IBO isn't an ADO driver. ;-) What IBO is, is a native data access interface for the Fb and IB APIs. And, as you also know,...
Well, that's a lot to digest. Thanks for all the info, Helen. I looked closer at TIB_Cursor and used it to find the table names (as you suggested). Looks like...