I just upgraded from Delphi 7 to Delphi 2005. I am using IBObjects 4.5.B. When a certain form was freed it executed the else Text := ''; code in procedure...
Hi, eTeam is a leading consulting firm located in New Jersey, providing end to end implementation and integration solutions to Global 2000 companies and...
Hi, eTeam is a leading consulting firm located in New Jersey, providing end to end implementation and integration solutions to Global 2000 companies and...
Hi, How do I "find" the last posted record? Something like that: myIB_Query.Insert; myIB_Query.FieldByName('myField').asString:='1234'; myIB_Query.Post; After...
Before logging on, if a user triggers an action in the GUI that causes my application to try and open a query the error message I am getting is (approx.) "Your...
... Yes. Several. First of all, look at the PasswordStorage property. There you have four levels of security re storage, from psNotSecure (user name and...
I can't make the auto label show as bold if I select bold - It's bold in the IDE but nothing I do can make it show as bold at runtime. It does work if I set a...
It becomes bold if it is required. The required property makes it bold or not. Cheers, Calin Pirtea COMMUNICARE DEVELOPMENT TEAM Communicare Systems Pty Ltd ...
... Don't worry about your English, Andrei, it's fine. I think you may be looking for the RefreshAction property. Try setting this to raKeepDataPos. Bookmarks...
Thanks for you answer Set, But, it didn't works... :-(.... I provided a wrong info. After post, the pointer is at record it was before .insert, I told that...
... My advice is to read the help for TIB_RefreshAction, so you can work out the behaviour you like best. Of course, a refreshaction responds to a refresh....
Hi, I'm working on a multi-threaded replication program. I took as a starting point the "Threads" demo. In this demo, there's only one TIB_Connection on the...
Hello... I am developing an application to carry through transference of exportation and importation of registers between two distinct Data bases FireBird... ...
Helen, Thanks for the prompt response. If you can address my responses below that would be great. ... TIB_Connection ... Well who would have thought of...
Helen, One of my questions was not clear enough. Even I only just realized it<s>. === your response ==== On the subject of exception message interpretation,...
Is it possible to use IB_Query with CachedUpdates when not connected to a database? I'm using IB_Query with CachedUpdates turned on to simulate a memory ...
... Something that's possibly happening here is *not* desirable and is legacy VCL behaviour that occurs when you manually set the DatabasePath property of a...
Dear Friends, I´m having problems when connecting to two or more tables using ibo. After doing the connections the fields of the table 2 they appear...
... My problem is that I can't make any sense whatsoever of your problem description. You seem to have the terminology totally mixed up. Do you want to start...
Sorry... Well... Example: I have... [table PACIENTE with a codigo_PK] [table PATOLOGIA with a chave_PK and codigo_FK ( codigo_FK = codigo_PK of table...
... You also have to set the Mastersource property of PATALOGIA - select the datasource that points to the dataset PACIENTE. Make sure you also set correct...
Dear Helen, Yes, but it doesn't still work... Marcelo Helen Borrie <helebor@...> wrote: ... You also have to set the Mastersource property of PATALOGIA...
[IBO] IB_Components problem Using Select Item_ID, Upper(Item_Name) Item_Name from LookupTable as the ListSource in a DBLookup using Item_Name as the ListField...