Solar.Paul
Registered User.
- Local time
- Today, 21:36
- Joined
- Dec 21, 2013
- Messages
- 20
We have a number of procedures which are called from a form via buttons which trigger events to call the procedures.
These have all worked well until we have changed the Window Mode of the form from Dialog to Normal (to enable scroll bars to show when the form won't fin on the screen). The form is opened by a macro and we changed the macro to open the form in Window Mode = Normal. The form opens correctly in the new mode (we have the scroll bars) using the information in the variable passed to it.
Running the procedures, however, results in Run-Time Error '94' - invalid use of null.
Can someone help with this please?
These have all worked well until we have changed the Window Mode of the form from Dialog to Normal (to enable scroll bars to show when the form won't fin on the screen). The form is opened by a macro and we changed the macro to open the form in Window Mode = Normal. The form opens correctly in the new mode (we have the scroll bars) using the information in the variable passed to it.
Running the procedures, however, results in Run-Time Error '94' - invalid use of null.
Can someone help with this please?