Nov 29, 2002 #1 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?
Nov 29, 2002 #2 IdoMillet Instructor Feb 6, 2001 5,290 US 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. http://www.MilletSoftware.com Upvote 0 Downvote
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. http://www.MilletSoftware.com