I have a ListBox (rowsourcetype = 2) populated via a SQL Select called within the Form Init event.
The first time the Form opens the Table is populated with data and the List Box does not display the last record.
All subsequent times the Form is opened the Table is already populated with data...
I get the following error when
DO FORM myForm
is executed:
"Error loading file - record number 15. myForm <or one of its members>.Parent : Cyclic relation"
This error does not occur everytime the form is loaded.
This is what I am trying to accomplish. I have a button which calls two reports in preview mode. The first report opens. Then the user closes the report and the second report opens.
Everything works fine except that when the user closes the first report the code which generates the second...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.