Arnor
12-04-2004, 02:11 PM
Hi Friedrich,
I created a variable called %RUNPROGRAM% On the Finish dialog I added a checkboxID of #DLG_FINISH_LAUNCH# and set it to store the results in %RUNPROGRAM%
In the script editor I added:
If %RUNPROGRAM% Equals "1" Then
Run Program %_SB_INSTALLDIR%\MyProgram.exe
End
This is at the very end, after the Loop Wizard/End structure.
I get the checkbox on the Finish, but nothing happens. I can't find anything in the help (not much there yet I know<g>) about how to detect true/false values from checkboxes. I've tried True also, but that didn't work either.
I got the hyperlink to work just fine:)
BTW: Will we have direct access to the script files? Meaning being able to edit them outside of the SB5 IDE?
Best regards,
I created a variable called %RUNPROGRAM% On the Finish dialog I added a checkboxID of #DLG_FINISH_LAUNCH# and set it to store the results in %RUNPROGRAM%
In the script editor I added:
If %RUNPROGRAM% Equals "1" Then
Run Program %_SB_INSTALLDIR%\MyProgram.exe
End
This is at the very end, after the Loop Wizard/End structure.
I get the checkbox on the Finish, but nothing happens. I can't find anything in the help (not much there yet I know<g>) about how to detect true/false values from checkboxes. I've tried True also, but that didn't work either.
I got the hyperlink to work just fine:)
BTW: Will we have direct access to the script files? Meaning being able to edit them outside of the SB5 IDE?
Best regards,