Thanks Dan Goldberg
-------------------------------------------------- From: "A. Razzak Memon" <[email protected]> Sent: Thursday, January 06, 2011 4:46 PM To: "RBASE-L Mailing List" <[email protected]> Subject: [RBASE-L] - Re: paste text from clipboard At 06:45 PM 1/6/2011, Dan Goldberg wrote: >I am trying paste text from clipboard in a property command. Does >anybody know what the name of the property to paste clipboard text? Dan, Here's how: SET VAR vNewText = (CVAL('CLIPBOARDTEXT')) PROPERTY <ComponentID> TEXTVALUE .vNewText RETURN That's all there is to it! Very Best R:egards, Razzak. --- RBASE-L ================================================ TO POST A MESSAGE TO ALL MEMBERS: Send a plain text email to [email protected] (Don't use any of these words as your Subject: INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) ================================================ TO SEE MESSAGE POSTING GUIDELINES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: INTRO ================================================ TO UNSUBSCRIBE: Send a plain text email to [email protected] In the message SUBJECT, put just one word: UNSUBSCRIBE ================================================ TO SEARCH ARCHIVES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: SEARCH-n (where n is the number of days). In the message body, place any text to search for. ================================================

