Are you putting it the the eep for the variable email label? The reason for asking is the only eep available for a variable email label is double click eep. Since a single click takes you to outlook, the double click eep never fires.
It sounds like a bug. Dan Goldberg From: J BLAUSTEIN Sent: Tuesday, February 07, 2012 3:23 PM To: RBASE-L Mailing List Subject: [RBASE-L] - email property v2 I expanded the below code within the second button "set up email' and created corresponding variables and place them on the email setting in the appropriate locations - then I press the var email control button and my outlook display with all the info - my question again is why does this procedure need to be in the separate button?? J I am programing the ability to allow the operator to email a customer while entering an invoice - I have used the below code with a variable email lable control - I place this code first within the click on and the computer did not recognize it - I created an button just containing the code - I press it first - the program requested the note info - when I press the var email label - my outlook client appeared with only the to completed - can you explain why it did not work with the code in var email label control? or why the info was not transfer to my outlook? J clear var vemailnote DIALOG 'Type email note' vemailnote=150 vEndKey 5 CAPTION 'Emailing customer note' PROPERTY email_item bCC '[email protected]' PROPERTY email_item SUBJECT 'Billing issue' PROPERTY email_item BODYTEXT .vemailnote PROPERTY email_item WORDWRAP 'TRUE' return -- J. Blaustein J Blaustein Associates, Inc. 12 Herrick Drive Lawrence, NY 11559 516-371-3445 FAX 516-345-8009

