PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Close a windev app and open another
Close a windev app and open another
Débuté par joe crevino, 18 mar. 2008 15:44 - 3 réponses
Posté le 18 mars 2008 - 15:44
I want to close a windev app and then open another upon the first one closing. I do not want to use a *.bat file.

thank you,

joe
Posté le 18 mars 2008 - 16:32
Hi Joe, it's easy:

Exerun(...)

endprogram(..)

Regards,

Guenter

>I want to close a windev app and then open another upon the first one closing. I do not want to use a *.bat file.

thank you,


>joe
Posté le 18 mars 2008 - 17:04
Hello Joe...

In your endprogram code, just do a shellexecute of the other one (or do
the shellExecute, THEN the endprogram)

Best regards

Fabrice


joe crevino wrote:
I want to close a windev app and then open another upon the first one closing. I do not want to use a *.bat file.

thank you,

joe

Posté le 19 mars 2008 - 08:03
Thank you very much

joe