Provide an area where InterBase and/or Firebird novices and experts alike can collaborate on problems, tips and issues surrounding the InterBase Objects product.
Can you show us your procedure ? ... From: "Tom" <zifnabbe@...> To: <IBObjects@yahoogroups.com> Sent: Sunday, July 05, 2009 5:30 PM Subject: [IBO] Record
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
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