Subject RE: [IBO] TIBOTable and TIBOQuery Refresh doesn't work like BDE
Author Jason Wharton
When you do a patch to the sources of IBO, you should use the batch files in the build subfolder to rebuild all of your packages. 
 
Please see the HowToInstall document in the docs\ subfolder for more detail on how to use these batch files.
 
Let me know what else you figure out.
 
Thanks,
Jason Wharton
 


From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]
Sent: Friday, August 02, 2019 11:30 AM
To: IBObjects@yahoogroups.com
Subject: RE: [IBO] TIBOTable and TIBOQuery Refresh doesn't work like BDE

Well building a sample app to demonstrate ended up being a good process for this.  I made an app to send to you but it worked and didnt fail.  Then I tested the issue in our app and it worked.  Another programmer had been working on this issue and it fails on his computer.  My sample app, compiled on his computer, worked.  

I then had him copy my IBObjects folder over to his computer and when he recompiled it worked.  We are using 5.10.1 but a version we have patched ourselves to fix bugs that occur because we using Delphi 5 and it doesn't support bigint etc.  

If you have Delphi Library paths pointing to the IBO source code directories and the IBO packages also installed, is it possible for the components on the forms to have different IBO code than the same components used purely from source code and not on DFMs?  I'm wondering if maybe after I made my patch to IBO on his computer maybe I didn't recompile the "Release" packages installed to the pallette and maybe on my computer I did recompile them.