Can anyone be very kind enough to tell what's wrong with my script--being unable to extract memo content, namely, Subj?
Dialog>PaperPort
Caption=PaperPort FileName
Width=258
Height=193
Top=299
Left=153
Label=FileName,8,8,true
Edit=msEdit1,56,8,185,Today
Label=Subject,16,32,true
Memo=Subj,56,32,185,89,Fill in subject here
Button=&Cancel,80,128,75,25,999
Button=&OK,168,128,75,25,1
EndDialog>PaperPort
Show>PaperPort,Result
If>{(%Result%=2) or (%Result%=999)},End
Msg>Subj
Dialog/Memo
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Should be:
Msg>PaperPort.Subj
Msg>PaperPort.Subj
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?