Results 1 to 20 of 20

Thread: [RESOLVED] Help in Data Report

Hybrid View

  1. #1
    PowerPoster
    Join Date
    Sep 2005
    Location
    Modesto, Ca.
    Posts
    5,515

    Re: Help in Data Report

    If your using a Command Button to print the report then put it in the "click" event. It can be just about anywhere in your code. The DataEnvironment and DataReport are Public objects.

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Dec 2008
    Posts
    108

    Re: Help in Data Report

    ^Okay I get it thanks. But what part in the added commands is this particular code (the ones in bold and underlined)?

    Code:
    deCropbyuser.Commands("Command1_grouping").Parameters("param1").Value = frmUrange!txtStart
    deCropbyuser.Commands("Command1_grouping").Parameters("param2").Value = frmUrange!txtEnd
            rptCropbyuser.Show vbModal
    Last edited by Encoder; Jan 9th, 2009 at 09:50 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