|
| Inicio → WINDEV 2024 → [WD21] Is there a way to run a program in testmode with parameters? |
| [WD21] Is there a way to run a program in testmode with parameters? |
| Iniciado por guest, 13,oct. 2016 22:42 - 5 respuestas |
| |
| | | |
|
| |
| Publicado el 13,octubre 2016 - 22:42 |
Hi all,
I would like to be able to test my program with parameters, but so far I have been able to do that only with an exe program, but not in test mode.
Is there any way to run a program with parameters in testmode?
Best regards Ola |
| |
| |
| | | |
|
| | |
| |
| Publicado el 13,octubre 2016 - 23:24 |
Hello Ola
Maybe the local debug of the actual exe will do that ?
Regards Al |
| |
| |
| | | |
|
| | |
| |
| Publicado el 14,octubre 2016 - 07:18 |
Hi Ola,
there's InTestMode() where you can do anything you wish
IF InTestMode() THEN ... |
| |
| |
| | | |
|
| | |
| |
| Publicado el 14,octubre 2016 - 07:58 |
Ola, if you mean the equivalent of commandline parameters just press ctrl-shift-f9 instead of go (ctrl-f9) and you will get a window for that. There is also a menu option; configuring the testmode if you press that little Arrow of the GO button. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 14,octubre 2016 - 11:26 |
Thanks to All
Bingo! Arie hit the nail on the head!
Best regards Ola |
| |
| |
| | | |
|
| | |
| |
| Publicado el 14,octubre 2016 - 14:39 |
PS: It’s available from the GO (Test mode) menu. Click the down arrow, select “Configure the test mode.” http://doc.windev.com/en-US/…
Best regards, Alexandre Leclerc |
| |
| |
| | | |
|
| | | | |
| | |
|