I have a menu embdbed to _SCREEN:
[pre]
On Selection Bar 1 Of MyPopMenu Do prcLoadConfig
[/pre]
[pre]
Procedure prcLoadConfig
MessageBox("Hello Procedure!!!")
EndProc
[/pre]
Works quite good but if you switch VFP main window to another and execute the option again then you get this error:
What am I doing wrong?
A team is only pieces that you exchange until you finish the work, it is efficient, it works.
[pre]
On Selection Bar 1 Of MyPopMenu Do prcLoadConfig
[/pre]
[pre]
Procedure prcLoadConfig
MessageBox("Hello Procedure!!!")
EndProc
[/pre]
Works quite good but if you switch VFP main window to another and execute the option again then you get this error:
What am I doing wrong?
A team is only pieces that you exchange until you finish the work, it is efficient, it works.