11-07-2013, 11:29 AM
Yes, i did that, but i does not work.
The dialog is launched and i can't continue with code after ShowDialog statement.
Function Macro21
What i'd like is
code....
ShowDialog.....
Code continues here
_s="kkkkk"
_s.setwintext(id(3 "Macro en cours"))
Code conit,ues
Close Dialog
For now i must have:
** one function to define the dialog & proc (Dialog2)
** one function to launch the dialog
str controls = "3"
str e3Nam
ShowDialog("Dialog2" &Dialog2 &controls)
out "tttt"
** one function to interact with the dialog window.
_s="kkkkk"
_s.setwintext(id(3 "Macro en cours"))
I'd like two last to be the same.
Possible?
The dialog is launched and i can't continue with code after ShowDialog statement.
Function Macro21
What i'd like is
code....
ShowDialog.....
Code continues here
_s="kkkkk"
_s.setwintext(id(3 "Macro en cours"))
Code conit,ues
Close Dialog
For now i must have:
** one function to define the dialog & proc (Dialog2)
** one function to launch the dialog
str controls = "3"
str e3Nam
ShowDialog("Dialog2" &Dialog2 &controls)
out "tttt"
** one function to interact with the dialog window.
_s="kkkkk"
_s.setwintext(id(3 "Macro en cours"))
I'd like two last to be the same.
Possible?