GetControlText>Register,Edit,1,Text
and
SetControlText>Register,Edit,1,%ID%
But when I do a dialog it does not work. I get ##NOSUCHOBJECT##
I have also tried with TEdit instead of Edit
Any ideas?
Code: Select all
Dialog>MyDialog
Caption=Register
Width=733
Height=633
Top=CENTER
Left=CENTER
Max=0
Min=0
Close=0
Resize=0
Edit=MyEdit,104,40,169,
Button=OK,504,536,89,33,3
Button=CANCEL,608,536,89,33,6
Memo=msMemo1,88,248,305,137,test.
Edit=Edit2,108,76,169,
Edit=Edit3,108,108,169,
Edit=Edit4,108,140,169,
Edit=Edit5,108,172,169,
Edit=Edit6,108,204,169,
Button=M,444,87,75,25,0
Button=F,449,138,75,25,0
EndDialog>MyDialog