Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

shared variable

Status
Not open for further replies.

trmoney

Programmer
May 2, 2001
15
US
I want to create a shared variable as an array and later on pass it to subreport. Is it possible?
 
Sure:
---------------------------------------------------
Shared StringVar Array MyArray := [“A”, “B”, “C”];
---------------------------------------------------

If you search Crystal Decisions web site, you can find a neat pdf document describing various array techniques.

Alternatively, e-mail a note to me and I'll bounce back that document to you.

Cheers,
- Ido CUT, Visual CUT, and DataLink Viewer:
view, e-mail, export, burst, distribute, and schedule Crystal Reports.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top