FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to pass the email address to the preview
Posts: 181
Joined: Thu Apr 17, 2008 02:38 PM
How to pass the email address to the preview
Posted: Wed Apr 26, 2017 05:01 PM

hi all
Is there a system to pass the email address and other parameters to the button for sending mail on preview?

Tia
Maurizio Menabue

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: How to pass the email address to the preview
Posted: Thu Apr 27, 2017 03:20 AM
mauri.menabue wrote:hi all
Is there a system to pass the email address and other parameters to the button for sending mail on preview?

Tia
Maurizio Menabue


No.

Instead you can have your own function to send emails and then assign it as
TPreview():bEmail := { |oPreview, cFile| myemailfunc( oPreview, cFile ) }

Now clicking on the mail button calls your function. Inside your function "myemailfunc", you can configure the mail parameters as you like.
Regards



G. N. Rao.

Hyderabad, India
Posts: 181
Joined: Thu Apr 17, 2008 02:38 PM
Re: How to pass the email address to the preview
Posted: Thu Apr 27, 2017 04:52 PM

thank you

Mr. G. N. Rao.

Continue the discussion