update textbox text
partitionfrance
Forums
Hello,
I have created an interface with a textbox. I want to refresh the text of this texbox with the "progress status" of the script ( the script execution manage billions data and can last 10 hours).
I try to use the dlgtexbox with no success. I can easyly define the intial content, but not update it whitout action of the user.
It is possible to change the textbox content ?
Thanks (excuse my bad english, i'm french)
Hi partitionfrance,
Hi partitionfrance,
You can probably do this several ways. Have you considered using a progress bar instead of a dialog? You can find code to create the progress bar here: http://ideascripting.com/Progress-Bar
If you want to use a dialog you will have to use a label as you can't update the edit box in the dialog except for setting a default when you create the dialog. All your calls would have to be from the dialog function and you would have to manually update the label. Here is some example code which I have also attached. Hope this helps a bit.
Also if you want you can write in French, I am originally from Quebec so I can speak French and read it but my written French is lousy.
Thanks
Brian