Hello, Formspider Team I build three-level Master-Detail-Detail form. All works fine when data is presented for all levels. But when the second-level detail table has no rows, related to the master table I've get 'the recordset has no current row' error in runtime. I've tried to catch exception in 'rowChange' events in db package, but it seams that this exception is raised before db procedure call. Could you please explain this issue? Thanks in advance |
Hi Andrew, Here is what's probably happening:
In the procedure that is populating the 3rd level Datasource, you are reading the Primary Key value of the current row from your 2nd level Datasource using the
Hope this helps. Kind Regards, Yalim Yes, it's a solution Thank you!
(20 Sep '13, 08:46)
Andrew Pouck...
|