Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reference to form not disappearing from Window menu
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
CodeMine
Title:
Reference to form not disappearing from Window menu
Miscellaneous
Thread ID:
00795532
Message ID:
00795532
Views:
56
Hi all,

I can see an "1" in the window menu after running a procedure using the progressbar, and
clicking on that menu item generates an error:

Error #214 in
"ACTIVATE ..."
Window 'FRMPROGRESS001' has not been defined.
LOCAL oProgress
...
m.oProgress = GoApp.oMessage.ProgressBar('Hämtar planering från SpinOff...')
...
m.oProgress.SetProgressRange(0, _TALLY)
...
m.oProgress.UpdateProgress(lnCount)
...
m.oProgress.CloseProgress()
What am I missing to be sure that there is no progressbar form ref. left in the menu ?
/Torgny
Next
Reply
Map
View

Click here to load this message in the networking platform