... vacation. ... Hi Jason, Will you, please, take a look at the message TIB_Export and boolean fields. There is a solution for this problem that you might...
Hi Helen!!! Do You spoken with Jason about the instalation the componente IB_Image to Delphi 7 (Enterprise) that is in Add-ons directory? Thanks Nelson...
Hi everybody, I have a problem, when I use CachedUpdate, these my example: I have 2 TIBOQuery, and one of these is marked to CachedUpdate := True; Well... when...
Fellipe Henrique
fellipe@...
Aug 1, 2005 1:38 pm
36511
... Use CancelUpdates to cancel updates in a cache. Cancel doesn't do anything to cached updates. So what is really happening here is that your cache is ...
Hi. I've been pouring over the transaction pausing tutorial last night and found some concepts not clear to me. I opened the controlled query, inserted some...
Hi Jeff, ... I was the one that originally wrote this tutorial, and when I wrote it the code you see commented was not commented. Indeed without that code the...
Hi Geoff, ... Thank you for your response. Yes, I recognize you from the ibolist archive being the one who originally wrote this tutorial. I should say I...
... Did you uncomment the two lines highlighted below? constructor TTransactionMainForm.Create( AOwner: TComponent ); begin FLastActivity := SysUtils.Now;...
Hi Geoff, Pls see inline. ... I did. ... This is only one instance I've seen so far: <quote help file> In the demonstration application you will find a timer...
Hi Jeff, I am guessing that someone tried to replace the explicit timer on the main form (TransactionTimer) with the existing TIB_Session timer. See the...
Geoff, Thanks for your quick replies. It seems this activity requires a little footwork (fingerwork). I will look at it again this evening and hope to make it...
Sorry to trouble, but when will be searchable ONLINE FAQ working again? For me is out of order since Jason went to vacations... I read Helen's info about IBO ...
After installing IBO into Delphi 7, the Component palette shows the following functional groups: iboCore, iboAccess, iboTools, iboControls, iboSearch,...
... Because IBO doesn't support CLX on Windows. It's a totally different architecture, based on QT for Windows. IBO for Windows is built on the VCL ...
Hi Jason I am still having problems with this. The issue is that the listsource is potentially a large list of client codes (tens of thousands of clients)....
I am inserting into a table some data. After it, i invalidate the row to get the refreshed data. The problem is: after i do that, the position from the data...
... If you are using TIB_Query, the RefreshAction property is what you want to look at. Read the help for TIB_RefreshAction. The setting you probably need...
In the Sample Contacts program, within the OnGetCellProps procedure, there is a call to a function Assign. There does not appear to be such a function within...
Sorry, my C++ is under par so I can't really help with this. Antti Kurenniemi ... From: "Mack" <jonathanmfreedman@...> To: <IBObjects@yahoogroups.com> ...
Antti Kurenniemi
Antti@...
Aug 3, 2005 5:46 am
36532
Does this help // ------------------- void __fastcall TRoomStatusForm::RoomsGridGetCellProps(TObject *Sender, int ACol, int ARow, TGridDrawState AState, TColor...
... Actually the function is Assigned and checks to see if the value pointed at exists. See my other post for an alternative OnGetCellProps example. -- Lester...
... In Pascal, Assigned() is a Boolean function that you can apply to anything, to determine whether that "thing" has an address in memory. From the VCL help: ...
... Sorry to barge in, but I only just read the end trail of this question. If the question is regarding what is the equivalent of Assigned() in Delphi to C++,...