Here is how the edit box is declared inside Dialog1 in my code:
Edit=msEdit1,264,184,57,erow
when the macro starts, I set the following:
let>erow=5000
Show>Dialog1, result
But the text does not appear.
I also have tried the following without success:
let>Dialog1.msEdit1=erow
Show>Dialog1, result
Any suggestions?
Thanks, gpapp
Cannot place data from a variable into a Dialog Edit box
Moderators: JRL, Dorian (MJT support)
Change the Edit line in the Dialog block to:
Edit=msEdit1,264,184,57,%erow%
Edit=msEdit1,264,184,57,%erow%
MJT Net Support
[email protected]
[email protected]
Cannot place data from a variable into a Dialog Edit box
Thanks for the suggestion, I will try it out soon.
-gpapp
-gpapp
gpapp