Razzak,
I am working on the Checkbox/PDF viewer issue. I had stopped using the 
"EMBED_USED_FONTS ON" previously because it really built up the size of the 
PDF. Time to try again. I have a small sample of what I did coming to you 
through R:DCC. 

Tom Frederick
President/CEO
Elm City Center
1314 W Walnut
Jacksonville, ILĀ  62650
W- 217-245-9504
F - 217-245-2350
E - [email protected]

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon
Sent: Monday, June 28, 2010 10:54 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: PDF Viewer

Tom,

If you have not done further research, nor submitted any sample
to RBG9 R:DCC, or have not played with suggested routine in my
previous reply, you may need to add the "EMBED_USED_FONTS ON"
option.

It seems that the enhanced PDF Viewer Control in R:BASE eXtreme
9.0 requires the inclusion of fonts in PDF report to display all
CheckBox controls accordingly. While we take care of the backward
compatibility, try the following code and see what result you get
when viewing the PDF report with CheckBox in PDF Viewer.

Example:

-- Start here
CONNECT dbname
SET VAR vChkFile = (CHKFILE('PDF'))
IF vChkFile <> 1 THEN
    MD PDF
ENDIF
    CLS
    PRINT reportname +
    OPTION PDF +
    |FILENAME PDF\reportname.PDF +
    |SUBJECT report subject here ... +
    |TITLE report title here ... +
    |AUTHOR report author here ... +
    |KEYWORDS report keywords here ... +
    |EMBED_USED_FONTS ON +
    |OPEN OFF
LABEL Done
CLEAR VARIABLE vChkFile
RETURN
-- End here

Very Best R:egards,

Razzak.

--- RBASE-L
=======================3D=======================3
D=
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
=======================3D=======================3
D=
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
=======================3D=======================3
D=
TO UNSUBSCRIBE:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
=======================3D=======================3
D=
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body,
place any
text to search for.
=======================3D=======================3
D=


Reply via email to