[AccessD] copy string to clipboard

Bruen, Bruce Bruce.Bruen at railcorp.nsw.gov.au
Wed Aug 17 21:28:33 CDT 2005


This must! be simple.
 
I have a string variable created by concatenating the values of several
form fields.  So how can I copy the value of this string to the
clipboard?
 
Private Sub Command35_Click()
    Dim refstr As String
    refstr = "RCRef=|" & Me.ucref & "|" & Me.testname & "|" & Me.TestID
& "|"
    Debug.Print refstr
    Stop
    ':-( Runcmd accmdStickTheStringInTheClipboard :-(
End Sub
 
tia 
bruce
 
 
This e-mail and any attachments may contain confidential information that is intended solely for the use of the intended recipient and may be subject to copyright. If you receive this e-mail in error, please notify the sender immediately and delete the e-mail and its attachments from your system.  You must not disclose, copy or use any part of this e-mail if you are not the intended recipient.  Any opinion expressed in this e-mail and any attachments is not an opinion of RailCorp unless stated or apparent from its content. RailCorp is not responsible for any unauthorised alterations to this e-mail or any attachments. RailCorp will not incur any liability resulting directly or indirectly as a result of the recipient accessing any of the attached files that may contain a virus.



More information about the AccessD mailing list