Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CLEAR ALL problem
Message
From
17/11/2013 14:00:01
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01588172
Message ID:
01588185
Views:
64
Well,

first of all I sympathize with Tore's answer: you should take care formulating the question a bit better ;-)

Continuing your prgram after a clear all is possible as a trick shot: stuff your next program line in one of the predefined char-properties of _Screen (.Comment or .Tag) before issuing your clearance orgy. predefined props should survive with content - so afterwards execute that content via eval() or stuff into a newly created memvar and makro that line.


HTH

thomas


>Hi all ,
>
> when I finish my program I have a problem.
>
>'Clear All' command kill my processus.
>it 's impossible to continue.
>
>How can i do to solve this problem ?
>
>this is a picture to understand….
>https://www.dropbox.com/s/xaayqfz7zdo1sy1/2013-11-17_17-10-45.png
>
>
>thanks in advance for help
>
>Bernhart
>
>
>
>
>
>  FOR lnI = 1 TO _SCREEN.FORMCOUNT
>    IF PEMSTATUS(_SCREEN.FORMS[lnI], 'QueryUnload', 5)
>      llOK = llOK AND _SCREEN.FORMS[lnI].QUERYUNLOAD()
>    ENDIF PEMSTATUS(_SCREEN.FORMS[lnI], 'QueryUnload', 5)
>  NEXT lnI
>
>DO zz
>
>  CLEAR RESOURCES
>  CLEAR MEMORY
>  CLEAR CLASS ALL
>  CLEAR ERROR
>  CLEAR PROGRAM
>  CLEAR CLASS ALL
>  CLEAR DLLS
> * CLEAR debug
>  RELEASE ALL EXTENDED
>  CLEAR ALL
>
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform