Results 1 to 2 of 2

Thread: [RESOLVED] How to call report files?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2005
    Posts
    154

    Resolved [RESOLVED] How to call report files?

    I generated report using built-in data report features. It saves with .dsr extension. How do I call the file with click event?

    Thanks.

  2. #2
    Addicted Member
    Join Date
    May 2005
    Posts
    168

    Re: How to call report files?

    Hi,

    VB Code:
    1. Private Sub cmdShowReport_Click()    
    2.     datareport1.Show
    3. End Sub

    Have a good one!
    BK

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