Robert, Do you have Skype? I'd be glad to directly work with you to resolve this. You can easily find me by searching for Jason LeRoy Wharton. Thanks, Jason...
Hi What is the easiest way (using IBO components) to force a DB sweep ? Thanks Rob -- /Robert Martin/ /Software development manager/ Chreos www.chreos.co.nz Ph...
Rob, ... Please refer to the API programmers guide and then make use of the OnCustomDPB event in order to plug in the necessary database parameter block codes...
Robert, ... That probably would be a good idea but I think this functionality is actually going to be deprecated in the data access API and supported in the ...
... ...also there is IBOApplication.WriteMyProgram; // 8-) and now he's implementing IBO.ConvertToD2009; ...but it seems that there are some hiccups on the...
Hi I am using D2007 and FB 2. I already have the IBOValidation service installed however. I installed the Admin suite some time ago. Do I need to update ?...
Hey its all abstraction. We could all br programming using straight API calls but people (like Jason) kindly provide us wrappers to provide functionality....
... So it will be better to check out the version on sourcforge. I'm in the process to change some things: - remove memory leaks - make it more stable - make a...
... You need to declare the calculated field metadata on CalculetedFields property, like: DAYS INTEGER So, on the OnCalcFields event, you can fill the value: ...
... Apply the calculation to the Row object, e.g. with IB_Query1.Row do begin ByName('DAYS').AsInteger := DaysBetween (ByName('MY_DATE').AsDate, Date); end; ...
... Here is an example of a OnCalculate - Event: procedure TdmVorgang.dataAdresseCalculateField(Sender: TIB_Statement; ARow: TIB_Row; AField: TIB_Column); ...
All, I am going through most of my applications and porting them to D2009 as a means to put my final stamp of approval on releasing the sources and I have one...
... Rather than do FieldByName() in a calculate fields function you should use the TIB_Row that is passed into the event. It is possible that calculated fields...
... Bingo!!!! Actually, about an hour ago, thanks to Carlos Cantu's suggestions, I discovered when I ported my host application from Delphi 7 to Delphi 2009 ...
... Yes! Two troubles. See http://sourceforge.net/tracker/?func=detail&aid=2789922&group_id=256127&atid=1126933 for both. You have also a test case there ready...
... Just in case: Copy of message posted on 5/10/2009 In legacy version of IBO , recompiled IBO 4.9.2 IBODataset append fails with a memory exception (D5,D7) ...
After buying my business, I do not pay as much attention to the community as I once did. What is the status of FB 2.x support for IBO? Which version is...
Hey Ed, I'm not sure about the IBO portion of it, but FB 2.x did have an ODS change which requires a backup/restore. From IBPhoenix: New ODS Number Firebird...
Firebird 2.x can work with Firebird 1.5 databases, but if you want to use the new features you need to update to the new ODS (2.1 = 11.1) of Firebird. On the...
Thanks, I'm still working on this one. Jason ... From: "Hans" <hhoogstraat@...> To: <IBObjects@yahoogroups.com> Sent: Saturday, June 13, 2009 1:05 PM ...