IB_Script is not that advanced to have local variables and query processing. This should be done in a program. It simply allows for you to put multiple...
This is a difficult issue. On the client side I don't have the mechanisms to equally apply the same sorting rules. Because of this I have added hooks for you...
Will someone confirm that this is still a bog for them in the latest 4.9.3 version? I do not have the required 3rd party components (Dev Express) to test this ...
... No need to think about it in the moment. It is working now for 4.8.x, 4.9.x and a customized unicode version of ibo. Because it is on now on sourceforge...
Ok, IB_Script has'nt local variables. But all is rigth for the "execute block" statement, with local variables, input and output parameters, IF statements and...
Hi Jason, I saw your post on DevExpress. The below issue also arrises from components of the DevExpress library. However, since the error arrises from your...
... I got a field name not found error message with it in IBO (v4.8.7)... I do not get error in FlameRobin. I can avoid the error in IBO by doing this: select...
Hi, Is there anyone else experiencing problems when using GetBookmark? I disabled the cxGrid component, and called the bookmark myself after opening the query...
Just some quick testing and I replaced the contents of GetBookmark with the one in DB.pas file. Now I don't get the AV. I don't see any weird issues yet, so...
Instead of GetBookMark, you can save the key value(s) of the current record and then use IBOQuery.Locate ('key1,key2',VarArrayOf( [Key1,Key2] ), [ ]) instead...
When I try to open an IBOQuery with a selectable stored procedure, I get an 'Record not found' message (when calling open), but the grid shows the correct...
Can you show us your procedure ? ... From: "Tom" <zifnabbe@...> To: <IBObjects@yahoogroups.com> Sent: Sunday, July 05, 2009 5:30 PM Subject: [IBO] Record...
Hi, I am having trouble getting a DBLookupComboBox to work with an id field. I am using TIBOQuery for both the main edit and the lookup. I have two tables,...
hi, i am using Ibo 4.8.7 with delphi 2007. have problem with this query below: SELECT A.CUSTID , B.NAME , C.NAME , D.NAME FROM CUSTOMER A LEFT OUTER JOIN...
Seen this one ... From: "Jason Wharton" <supportlist@...> To: <IBObjects@yahoogroups.com> Sent: Saturday, July 11, 2009 10:34 AM Subject: [IBO] Test...
What version of Firebird/InterBase are you using? This behavior is different depending on which database and version. Thanks, Jason ... From: "send2iwan"...
firebird 2.1.2 if i use alias like this SELECT A.CUSTID , B.NAME ONE , C.NAME TWO , D.NAME THREE FROM CUSTOMER A LEFT OUTER JOIN MARKETING B ON A.IMP=B.MKTG ...