Results 1 to 3 of 3

Thread: [RESOLVED] Set SubReport Data Paths?

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2006
    Posts
    1,806

    Resolved [RESOLVED] Set SubReport Data Paths?

    Hi Peeps,

    I do the following to set the data path of my reports :-

    Code:
            For iLoop = 0 To iTables - 1
                    mdiMain.repMain.DataFiles(iLoop) = sCatPath(sDBPath, FILE_DATABASE)
            Next iLoop
    This works great for just one report but how do I set the path of a sub report. I am using Crystal V8.5.

    Thank you for any help,

    Jiggy!
    Last edited by Jigabyte; Jul 31st, 2007 at 09:59 AM.

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