Hi,
Must be doing something Stupid and can't See it.
Globals:
string Count
string Status
Using one EditBox to Show a Line Count in a File. And another EditBox as a Status Display. I use a BoxReset Proc to change the
When I Reset the Variables back to $NULLSTR or "" the Dlgupdate does not work and the EditBox's Never CLEARS. But if I rerun the Script, the Counts and Status Fields do Update. The Script stays Open until an EXIT Button is Pressed !
I want to CLEAR the COUNT and STATUS EditBoxes when the Reset Button is Pressed.
Example:
proc BoxReset
Count = $NULLSTR
Status = $NULLSTR
dlgupdate 0 24 26
endproc
Any Ideas ??
Thanks
Must be doing something Stupid and can't See it.
Globals:
string Count
string Status
Using one EditBox to Show a Line Count in a File. And another EditBox as a Status Display. I use a BoxReset Proc to change the
When I Reset the Variables back to $NULLSTR or "" the Dlgupdate does not work and the EditBox's Never CLEARS. But if I rerun the Script, the Counts and Status Fields do Update. The Script stays Open until an EXIT Button is Pressed !
I want to CLEAR the COUNT and STATUS EditBoxes when the Reset Button is Pressed.
Example:
proc BoxReset
Count = $NULLSTR
Status = $NULLSTR
dlgupdate 0 24 26
endproc
Any Ideas ??
Thanks