Re: OnFormat action not executed when exporting to PDF
- From: "Rob Parker" <NOSPAMrobpparker@xxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 21 Aug 2009 12:29:51 +1000
Hi Hakan,
I tried your test case, and found that with Me.Text1.FontWeight=1000 I got the behaviour you describe. However, if I change that to Me.Text1.FontWeight=700 (using the value given in the help file for enumeration of the Bold constant), then the PDF file (and the print preview) does show bold text.
HTH,
Rob
"Hakan Naslund" <HakanNaslund@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:7CF7392F-9AB5-46B9-80EA-FBFD7F78F3AF@xxxxxxxxxxxxxxxx
I have some reports that utilize the section onformat action to change a
textbox's fontweight depending on field value... This works great both on
report print and preview!
With 2007 SP1, we have the ability to create pdf's directly from access
which is great! But it seems that the onformat code is not executed in this
case...!
To reproduce, we can make a simple report:
create an emtpy report in design mode.
add 2 text boxes.
set the control source to ="TEXT" for both.
on one of the controls onformat event, add code to make the text bold:
Me.Text1.FontWeight=1000
Save the report as Report1.
if you open the report in print preview (or if you print it), you'll see
that one of the "TEXT" messages are in bold.
Now, open the vba editor and in the direct window type:
docmd.OutputTo acOutputReport
,"Report1",acFormatPDF,"c:\Report1.pdf",true,,,acExportQualityPrint
A pdf file is created and opened in your pdf viewer. Notice that this time,
none of the text boxes are in bold!
Is this by design or is it a bug? Any ideas how to get around it?
.
- Follow-Ups:
- Re: OnFormat action not executed when exporting to PDF
- From: Hakan Naslund
- Re: OnFormat action not executed when exporting to PDF
- References:
- OnFormat action not executed when exporting to PDF
- From: Hakan Naslund
- OnFormat action not executed when exporting to PDF
- Prev by Date: Re: MoveLayout and line feed question
- Next by Date: Repost > Print double-sided if needed, but new sheet for new perso
- Previous by thread: OnFormat action not executed when exporting to PDF
- Next by thread: Re: OnFormat action not executed when exporting to PDF
- Index(es):
Relevant Pages
|