This is how I do it. We have sales people with a copy of the database on
their laptops and they need to send special order items in for quoting.
I use a RTF and send it by email to the purchaser. This seems to work
ok. 

 

PRINT QuoteSheet +

  OPTION RTF +

    |FILENAME &rvFileName +

    |SHOW_CANCEL_DIALOG ON +

    |BACKGROUND_FILE NONE +

    |BACKGROUND_TYPE CENTER +

    |INCLUDE_LINES ON +

    |INCLUDE_SHAPES ON +

    |INCLUDE_RICHTEXT ON +

    |INCLUDE_IMAGES ON +

    |IMAGE_FORMAT JPG +

    |JPEG_QUALITY 100 +

    |IMAGE_DPI -1 +

    |PIXELFORMAT 32 +

    |GRAPHIC_DATA_IN_BINARY ON +

    |OPTIMIZATION POSITIONAL_ACCURACY +

    |OPEN Off +

    |EMAIL ON +

    |EMAIL_HOST ***.***.***.*** +

    |EMAIL_AUTHENTICATION ON +

    |EMAIL_USERID *** +

    |EMAIL_PASSWORD *** +

    |EMAIL_TO_LIST *** +

    |EMAIL_FROM_NAME &vFullName +

    |EMAIL_FROM_ADDRESS &vEMailAddress2 +

    |EMAIL_SUBJECT &rvTitle +

    |EMAIL_BODY Your message here!!! +

    |EMAIL_DELETE_AFTER_SEND ON +

    |EMAIL_SHOW_DIALOG ON

 

________________________________

From: [email protected] [mailto:[email protected]] On Behalf Of Gary
Sent: Wednesday, July 22, 2009 6:55 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: printing a report to a file

 

Yes I tried that.

 

It sounds crazy. The report works great in 4.5 bit in 7.6 the data
arrives incomplete, some data omitted and some data out of order.

 

I think I will have to revert back to 4.5. Keeping two data bases up
todate is a little cumbersome.

 

Thanks for your suggestion.

 

Gary

 

________________________________

From: [email protected] [mailto:[email protected]] On Behalf Of
[email protected]
Sent: July-22-09 9:49 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: printing a report to a file

Gary:   have you tried this option when printing to RTF:
| OPTIMIZATION Ease_Of_Editing

Karen





Thank you Razzak &Jim
  
I have played around with your suggestions.
  
I just recently up graded from Rbase 4.5 to Rbase 7.6.
  
Big Leap.
  
I was happy with 4.5 but Bill Gates doesn't like dos so I was glad that
I could update to 7.6, however. I used to be able to print a report to a
file and open it up in Word and edit it.
  
With Rbase 7.6 it is a nightmare. I just don't think it should be so
complicated.
  
Is there anyone that does this.
  
Why does the report store in a pdf file. This seems to be the default.
If I have it print as an rtf file it is difficult yo edit and a text
file is editable but very time consuming.
  
Thanks
  
Gary Weitzel

 

No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.392 / Virus Database: 270.13.23/2254 - Release Date:
07/22/09 05:59:00

Reply via email to