Bob
When you trie this in an EEP make sure NOT TO USE the  ABC button in the
editor, it will change the code to :
PROPERTY RBASE_FORM PRINTER 'PRINTER'
RETURN
And that will not work.
Only :
PROPERTY RBASE_FORM PRINT 'PRINTER'
RETURN
Will work!
Just to save you some trouble I had in the past!

Gunnar Ekblad


-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of A. Razzak
Memon
Sent: den 14 februari 2005 16:10
To: RBG7-L Mailing List
Subject: [RBG7-L] - Re: Print data from form

At 09:52 AM 2/14/2005, Bob Castanaro wrote:

>I think I saw something on this list a short time ago that
>described how you could print your form (or at least the data)
>from a button eep with the help of some sort of property command.
>Does anyone remember how to do this?


Bob,

Ask and you shall receive!

PROPERTY RBASE_FORM PRINT 'PRINTER'
RETURN

Use that command as an embedded EEP for a button on the form.

For complete details:

R:Docs | Build Syntax for PROPERTY Command ...

Have fun!

Very Best R:egards,

Razzak.

Reply via email to