|
Prev: One Command button for different reports
Next: Horizontal Line Problems with ConvertReportToPDF
From: Roger on 29 Jun 2008 17:27 I am unable to create either dotted or dashed lines in the report PDF file when the report previews shows them correctly and they print correctly from the preview (but not from the PDF). What am I doing wrong? Thanks. Roger
From: Stephen Lebans on 29 Jun 2008 17:44 You are not doing anything wrong. This is a bug that was brought to my attention by another developer late last week. It all relates back to the fact that Access does not render lines drawn with the Line tool in the standard GDI fashion. They are actually encoded as comments within the Metafile. I'm looking into the issue now. -- HTH Stephen Lebans http://www.lebans.com Access Code, Tips and Tricks Please respond only to the newsgroups so everyone can benefit. "Roger" <roger.theresa(a)meyer.net> wrote in message news:51B1F7E3-1757-4AEE-BCA6-A351CD88A41D(a)microsoft.com... >I am unable to create either dotted or dashed lines in the report PDF file >when the report previews shows them correctly and they print correctly from >the preview (but not from the PDF). What am I doing wrong? > > Thanks. > > Roger
From: Stephen Lebans on 30 Jun 2008 00:39 I was able to resolve the issue tonight. I had been using CreatePen where ExtCreatePen is required. THe only issue is that this functionality is not suported on WIndows 98 or Me. I will have to code around these versions. I'll try to get the update posted tomorrow. -- HTH Stephen Lebans http://www.lebans.com Access Code, Tips and Tricks Please respond only to the newsgroups so everyone can benefit. "Stephen Lebans" <ForEmailGotoMy.WebSite.-WWWdotlebansdot...(a)linvalid.com> wrote in message news:ebuA0Ej2IHA.5832(a)TK2MSFTNGP02.phx.gbl... > You are not doing anything wrong. This is a bug that was brought to my > attention by another developer late last week. It all relates back to the > fact that Access does not render lines drawn with the Line tool in the > standard GDI fashion. They are actually encoded as comments within the > Metafile. > > I'm looking into the issue now. > > -- > > HTH > Stephen Lebans > http://www.lebans.com > Access Code, Tips and Tricks > Please respond only to the newsgroups so everyone can benefit. > > > "Roger" <roger.theresa(a)meyer.net> wrote in message > news:51B1F7E3-1757-4AEE-BCA6-A351CD88A41D(a)microsoft.com... >>I am unable to create either dotted or dashed lines in the report PDF file >>when the report previews shows them correctly and they print correctly >>from the preview (but not from the PDF). What am I doing wrong? >> >> Thanks. >> >> Roger > >
From: Roger on 17 Jul 2008 10:26 Stephan, Where might I find the update that fixes the horizontal line problem you fixed, per your message of 6/29 (below)? Thank you. Roger Meyer =============== "Stephen Lebans" <ForEmailGotoMy.WebSite.-WWWdotlebansdot...(a)linvalid.com> wrote in message news:%23hKlksm2IHA.1772(a)TK2MSFTNGP03.phx.gbl... >I was able to resolve the issue tonight. I had been using CreatePen where >ExtCreatePen is required. THe only issue is that this functionality is not >suported on WIndows 98 or Me. I will have to code around these versions. >I'll try to get the update posted tomorrow. > > -- > > HTH > Stephen Lebans > http://www.lebans.com > Access Code, Tips and Tricks > Please respond only to the newsgroups so everyone can benefit. > > > "Stephen Lebans" <ForEmailGotoMy.WebSite.-WWWdotlebansdot...(a)linvalid.com> > wrote in message news:ebuA0Ej2IHA.5832(a)TK2MSFTNGP02.phx.gbl... >> You are not doing anything wrong. This is a bug that was brought to my >> attention by another developer late last week. It all relates back to the >> fact that Access does not render lines drawn with the Line tool in the >> standard GDI fashion. They are actually encoded as comments within the >> Metafile. >> >> I'm looking into the issue now. >> >> -- >> >> HTH >> Stephen Lebans >> http://www.lebans.com >> Access Code, Tips and Tricks >> Please respond only to the newsgroups so everyone can benefit. >> >> >> "Roger" <roger.theresa(a)meyer.net> wrote in message >> news:51B1F7E3-1757-4AEE-BCA6-A351CD88A41D(a)microsoft.com... >>>I am unable to create either dotted or dashed lines in the report PDF >>>file when the report previews shows them correctly and they print >>>correctly from the preview (but not from the PDF). What am I doing wrong? >>> >>> Thanks. >>> >>> Roger >> >> > >
|
Pages: 1 Prev: One Command button for different reports Next: Horizontal Line Problems with ConvertReportToPDF |