Hi Paul,

By pressing the tab key with your handler, you only select the text but you don't copy it.
So there is nothing to paste :-)


on tabKey
  select text of the target
  copy
end tabKey

Best regards,

Le 27 avr. 05, à 14:50, Paul Salyers a écrit :

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

Eric Chatonet. ---------------------------------------------------------------- So Smart Software

For institutions, companies and associations
Built-to-order applications: management, multimedia, internet, etc.
Windows, Mac OS and Linux... With the French touch
----------------------------------------------------------------
Web site                http://www.sosmartsoftware.com/
Email           [EMAIL PROTECTED]/
Phone           33 (0)1 43 31 77 62
Mobile          33 (0)6 20 74 50 86
----------------------------------------------------------------

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to