Dear Rev Programmer

This may be already discussed, but if so I missed it, so please help.

when I copy text and try to paste into a text field in a program it will not paste, I can copy using

on tabKey
  select text of the target
  -- for good ergonomics
  -- you might prefer to put this handler in the card script:
  --  on tabKey
  --  select text of fld "MyField"
  --  end tabKey
end tabKey


Thos is the code I found from Rev help for paste.

  paste
if the clipboard is "text" then paste



is it correct?

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org



_______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to