When I run my app and click on the menu that causes my 'do form ...', code to run, i get the following error message below:
Application Error!
Error: 2005 - Error loading file - record number 10. Frmnebscreen1 <or one of its members>. Loading form or the data environment: Connectivity error: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'act_regulation'
Line: 104
Message: DO...
MethodProgram: MAINXING
I've done the following to try to resolve, to no avail:
- checked the connection
- set step on in the beforeopentables event and the system bombs sometime after this event, but before the form load event
- deleted and re-added the remote views to the data environment
- modified and ran the remote views that the form is based on
- looked at the control source of all of the objects on the form
- re-upsized the data
- checked the updateable fields of the views
Additional Info:
- the line that the program reports below is the "read events"
- "act_regulation" is an upsized table that does not occur in the data enviornment; however, a remote view called vwact_regulation based upon "act_regulation" does
- Frmnebscreen1 is my form object
Any help received would be appreciated.
Thanks.
Mike
Application Error!
Error: 2005 - Error loading file - record number 10. Frmnebscreen1 <or one of its members>. Loading form or the data environment: Connectivity error: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'act_regulation'
Line: 104
Message: DO...
MethodProgram: MAINXING
I've done the following to try to resolve, to no avail:
- checked the connection
- set step on in the beforeopentables event and the system bombs sometime after this event, but before the form load event
- deleted and re-added the remote views to the data environment
- modified and ran the remote views that the form is based on
- looked at the control source of all of the objects on the form
- re-upsized the data
- checked the updateable fields of the views
Additional Info:
- the line that the program reports below is the "read events"
- "act_regulation" is an upsized table that does not occur in the data enviornment; however, a remote view called vwact_regulation based upon "act_regulation" does
- Frmnebscreen1 is my form object
Any help received would be appreciated.
Thanks.
Mike