I am answering my own email - I did find an unusual behavior in this print routine after additional testing. If you have check boxes, and they are the last thing entered on the form, the LAST one you check will be a blank box. Fields work fine - you see the cursor dissappear while printing, but everything prints. Just some oddity with this property, I guess.....
| [EMAIL PROTECTED]
Sent by: [email protected] 02/14/2005 07:54 PM
|
|
This is WAY too cool.
Nice little routine. I did find one little glitch. I tested this on a form with some DB checkboxes checked. The whole form matched a screen print, with the exception of ONE checkbox check not printing, it just printed the box. I'll have to play with this to see what was different about that checkbox, I think it was the last thing I did on the form.
In any event, what a great useful feature.
BC
| "A. Razzak Memon"
<[EMAIL PROTECTED]> Sent by: [email protected] 02/14/2005 10:09 AM
|
|
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.
