Runs in Design Mode, NOT Run Time 
Author Message
 Runs in Design Mode, NOT Run Time

Hi fellow VB jocks,
I'm Dan from Tennessee.

I have written an app that runs fine in design mode (F5 while programming).
I compile it and run the EXE and it stops at a point in my code where I am
switching from one form to another by clicking a button. The code for this
button is simply:

Private Sub jump_adjmach_Click()

        adjmach.show
        adjmach.WindowState = 2
        adjmach.SetFocus

End Sub

When the executable hits this, I get:

Run Time Error 53
File Note Found: '??'

where the "??" is always two characters of who knows what. It's never the
same.

I'm writing in VB4 Professional 16 bit mode. Windows 95 Op Sys.

Please Help If you Can. THANKS!!!



Mon, 06 Dec 1999 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Runs in design mode, NOT Run Time.

2. Determining Run-Time/Design-Time mode

3. Code running in design time or run-time?

4. MsgBox pauses App at Design time but not run time

5. Creating forms at run time, not design time.

6. Programmatically differentiate between Design Mode and Run Time

7. How to detect run-time or design mode

8. Programmatically differentiate between Design Mode and Run Time

9. Determine whether running in design mode or not

10. ?: Want to determine whether program runs in design mode or not

11. Assign a treeview at design run time to other at design time

12. change from running mode to design mode

 

 
Powered by phpBB® Forum Software