Recent content by GaryK

  1. G

    Changing from acFormatSNP to acFormatPDF

    Thanks for the reply.... The Report uses Arial font. I have tried changing it to a couple of other fonts, but the PDF still has the same problem. However, I have just discovered that the PDF may be a bit of a red herring.... If I go to the Print Preview of the report itself, the text is also...
  2. G

    Changing from acFormatSNP to acFormatPDF

    Hi, I have a Access app that basically loads csv datafiles and creates mailings (letters) based on the csv data and an Access report. The VBA uses: DoCMD.OutputTo acOutputReport, "rptLetter", acFormatSNP, "C:\letter.snp",,, acExportQualityPrint However, some of our users have moved to...
  3. G

    HELP! - File Browser Form Control (comdlg32 / 64 bit)

    Thanks for the info Banana.... I have managed to get it working by adding the ocx from the sysWOW64 folder, but am obviously mindful of the issue of 32bit vs 64bit. Therefore, medium to long term, I would like to go down the API route, but I'm afraid that is beyond my knowledge level. Please...
  4. G

    HELP! - File Browser Form Control (comdlg32 / 64 bit)

    Hi I have an Access database that was built with Access 2003 and has been working ok with 2007. However, I have just found that there is a problem if the client machine is running Windows 7 64 bit.... The database has a form with a file browser control that the user clicks on the "browse"...
  5. G

    Report Layout (for letter address)

    Hi, I have a report that produces letters for mailings. The report has a subreport which contains the company (sender) address and this is positioned in the top right of the report. What I want to do is have the address lines left-aligned, but with the address block aligned right. The sender...
Back
Top Bottom