Results 1 to 2 of 2

Thread: Can't set paper size less then 4 inch

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2008
    Posts
    4

    Question Can't set paper size less then 4 inch

    Hello guy's

    I have trouble to set paper size crystal report from vb 6 coding, this is my coding :

    Private crApp As New CRAXDRT.application
    Private crRpt As New CRAXDRT.report


    Set crRpt = crApp.OpenReport(App.Path & "\rekening_baru.rpt")
    crRpt.PaperOrientation = crPortrait
    crRpt.SetUserPaperSize 3.67 * 254, 9.5 * 254
    crRpt.PrintOut False

    if the script run, then output size height is not 3.67 inch. But if height value replace with >= 4 inch, is work normally.

    Please help me to find best solution.

    Thanks before

  2. #2
    Addicted Member
    Join Date
    Jan 2008
    Location
    Philippines
    Posts
    218

    Re: Can't set paper size less then 4 inch

    we have the same problem.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width