Hi!
I have a pageframe that contains a page with 6 buttons that call modal forms - designed as far as I can tell exactly alike except for tables used and report printed. Five work as I want but the 6th gives the error:
Of course, I have gotten this before in testing modules but exiting and returning would solve the problem or I could find something actually open that should't be.
This forms works fine stand alone, just fails when called form the base form. It is MODAL with PRIVATE DATASESSION
So far I have tried:
1) Suspending and exploring
2) Opening the scx as a table and looking. Record 6 has the following in properties.
I think I just don't know enough to know what to look for.
Thanks for any suggestions. All will be appreciated.
Judi
I have a pageframe that contains a page with 6 buttons that call modal forms - designed as far as I can tell exactly alike except for tables used and report printed. Five work as I want but the 6th gives the error:
Error loading file - record number 6. frm arcorders <or one of its members> Loading form or data environment:Error loading the data environment. Table is in use.
Of course, I have gotten this before in testing modules but exiting and returning would solve the problem or I could find something actually open that should't be.
This forms works fine stand alone, just fails when called form the base form. It is MODAL with PRIVATE DATASESSION
So far I have tried:
1) Suspending and exploring
2) Opening the scx as a table and looking. Record 6 has the following in properties.
Code:
DataSession = 2
Top = 3
Left = 2
Height = 231
Width = 442
DoCreate = .T.
Caption = " "
WindowType = 1
BackColor = 102,153,153
Name = "frmarcorders"
I think I just don't know enough to know what to look for.
Thanks for any suggestions. All will be appreciated.
Judi