Results 1 to 2 of 2

Thread: What this means??

  1. #1

    Thread Starter
    Addicted Member Rohan_Powle's Avatar
    Join Date
    Mar 2000
    Location
    Mumbai,maharashtra.India
    Posts
    173

    Thumbs up What this means??

    Hi There,
    I Have a problem with Shared variables. I took Crystal Report Help but didnt understand this sentence. What exactly does it mean??
    -----------
    In order to use shared variables the variable must be declared and assigned a value before it can be passed between the main report and the subreport. If this is not done, a blank or zero value will be returned with the variable.
    -----------
    "Trouble Gives Experience & Experience Gives Wisdom."
    (accept troubles as they come to become more wise in life)
    - Regards Rohan

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    That means you have to create a variable, and set it to a value before calling your report. Something along the lines of
    VB Code:
    1. Dim MyValue As Integer
    2. MyValue = 20
    3. 'run your report

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