Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Create dialog and interact with it
#3
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
Code:
Copy      Help
str controls = "3"
str e3Nam

ShowDialog("Dialog2" &Dialog2 &controls)
out "tttt"

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?


Messages In This Thread

Forum Jump:


Users browsing this thread: 9 Guest(s)