Posts: 128
Threads: 48
Joined: Jan 2007
Hi there,
Is it possible to 'clean' up the editbox after the macro has been used, so if the input has been worked out and the macro comes up it has a fresh and blank screen?
TIA
Posts: 62
Threads: 19
Joined: Jan 2007
You mean in smart dialogs?
Posts: 128
Threads: 48
Joined: Jan 2007
Sorry,
Yes in a smart dialog
After the whole macro has been done, the dialog appears again, and the editbox has to be clean if possible.
cheers
Posts: 62
Threads: 19
Joined: Jan 2007
You could clear the input field using this:
str s = ""
s.setwintext(id(3 hDlg))
Posts: 128
Threads: 48
Joined: Jan 2007
Thank APE you helped me out very well this is what i was looking for, you're my man!
Posts: 62
Threads: 19
Joined: Jan 2007
freggel99 Wrote:Thank APE you helped me out very well this is what i was looking for, you're my man!
No problem..