Hello!
I have a litle problem , the thing is I wanna close the command windows by code , someone can tell me how to do it please , i'll thank you so much .
thank u !
When you run a PRG from inside the development environment, VFP will close the command window for you (and re-open it after the PRG has finished). Isn't that what you want?
I expect what you really want is to add the READ EVENTS command, which will make the command prompt disappear in the IDE until CLEAR EVENTS executes.
Otherwise, you're actually something like "SUSPENDed" after building your menues, and the command prompt becomes visible and active... when you pick a choice from a menu, a bit more of your program runs, then suspends again.
Interestingly, if Dockable for the Command window is checked, the Command window changes where it's docked. If Dockable isn't checked, the Command window closes.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.