J
josh
Hello,
I have inherited an Access app that was originally build on Access 2.0,
upgraded to Access 95 (I think) and now resides in Access 97. I say
originated in 2.0 because many DoCmd commands have 2.0 constants
specified as parameters.
If I put a break point in the Form_Open event of my main form and then
open up the debugger, I see numerous objects/properties with the
following error messages:
===========================================
: acHiddenCurrentPage : <You entered an expression that has an invalid
reference to the property acHiddenCurrentPage.@The property may not
exist or may not apply to the object you specified.@@2@2
: ConnectControl : <You entered an expression that has an invalid
reference to the property ConnectControl.@The property may not exist or
may not apply to the object you specified.@@2@2015567@1>
: LogicalPageHeight : <You entered an expression that has an invalid
reference to the property LogicalPageHeight.@The property may not exist
or may not apply to the object you specified.@@2@20155
: Parent : <The expression you entered has an invalid reference to the
Parent property.@For example, you may be using the Parent property with
a control on a main form or report rather than with
: acHiddenCurrentPage : <You entered an expression that has an invalid
reference to the property acHiddenCurrentPage.@The property may not
exist or may not apply to the object you specified.@@2@2
===========================================
I searchd the nes groups and saw many refrences to similar issues. One
postng recommended loading the db from the command line using
/decompile switch, then opening it back up, opening a code module and
recompiling. I tried this but I still see these errors.
Another issue I have with this database...
If I run the app not in degug mode, it breaks on a particular line of
code (which happens to be setting a string variable to some specific
text.
I have no break points defined and and not running this db in debug
mode.
Any ideas on what would cause the form to break into debug mode? This
module does have a standard error handler defined but it doesn't appear
to be hitting the error handler.
Thanks for your time and recommendations.
Josh Blair
Evergreen, CO
I have inherited an Access app that was originally build on Access 2.0,
upgraded to Access 95 (I think) and now resides in Access 97. I say
originated in 2.0 because many DoCmd commands have 2.0 constants
specified as parameters.
If I put a break point in the Form_Open event of my main form and then
open up the debugger, I see numerous objects/properties with the
following error messages:
===========================================
: acHiddenCurrentPage : <You entered an expression that has an invalid
reference to the property acHiddenCurrentPage.@The property may not
exist or may not apply to the object you specified.@@2@2
: ConnectControl : <You entered an expression that has an invalid
reference to the property ConnectControl.@The property may not exist or
may not apply to the object you specified.@@2@2015567@1>
: LogicalPageHeight : <You entered an expression that has an invalid
reference to the property LogicalPageHeight.@The property may not exist
or may not apply to the object you specified.@@2@20155
: Parent : <The expression you entered has an invalid reference to the
Parent property.@For example, you may be using the Parent property with
a control on a main form or report rather than with
: acHiddenCurrentPage : <You entered an expression that has an invalid
reference to the property acHiddenCurrentPage.@The property may not
exist or may not apply to the object you specified.@@2@2
===========================================
I searchd the nes groups and saw many refrences to similar issues. One
postng recommended loading the db from the command line using
/decompile switch, then opening it back up, opening a code module and
recompiling. I tried this but I still see these errors.
Another issue I have with this database...
If I run the app not in degug mode, it breaks on a particular line of
code (which happens to be setting a string variable to some specific
text.
I have no break points defined and and not running this db in debug
mode.
Any ideas on what would cause the form to break into debug mode? This
module does have a standard error handler defined but it doesn't appear
to be hitting the error handler.
Thanks for your time and recommendations.
Josh Blair
Evergreen, CO