Glad I am not the only one to be using FPD26...
I have a memofield and I use Ctrl-W to write and close the memofield... It worked fine before I used Popups .. now the ctrl - W invokes them...
Is there another way to write and save the memofield ?
Or am I doing something dumb
Thanks...
JF
I have a memofield and I use Ctrl-W to write and close the memofield... It worked fine before I used Popups .. now the ctrl - W invokes them...
Is there another way to write and save the memofield ?
Or am I doing something dumb
Code:
IF memofield > " "
clear
@ 1, 20 say "Type Ctrl-W to save and exit the Memo field "
modi memo memofield window memofield
@ 24, 20 say "Print out the Memos ? " GET crap picture "!"
read
if crap = "Y"
set prin on
?MEMOFIELD
ejec page
set prin off
endif
**sorry it just a snippet of code
Thanks...
JF