I have a requirement to build a temporary table and then run a report off of
that data.
I am using the object from the help file to load data into an array.

Here is what I have done:
1. Created a TTX file
2. Created a Crystal Report using the TTX file
3. Created a VDF reportview using the Crystal wizard
4. Created a text file to import into the array

When I run the report Crystal generates a report output with header
information only and no data.

Here is a sample of the data to import into an array of 3 columns:

"MANHATTAN INFORMATION SYSTEMS ",212-557-0123 ,212-557-0963
"MARK CAMPAGNA ",407-833-0239 ,
"MAYO FOUNDATION ",507-266-5551
,507-266-4270
"MEMS OPTICAL ",256-859-1886
,256-859-5890
"METRO-GOLDWYN-MAYER STUDIOS ",310-449-3548 ,310-449-3049
"MICRO AGE 23786 ",617-273-5665
,617-273-4853
"MICRO LOGIC/VALCOM ",816-358-4270
,816-358-4290
"MICRO WAREHOUSE 40471 # ",203-899-4145
,203-899-4496
"MICROAGE 30264 ",
,
"MICROAGE - CARROLTON, TX ",972-380-8085
,972-380-8887
"MICROAGE - CHARLESTON, WV ",304-346-4276 ,304-342-4638
"MICROAGE - EXTON, PA ",602-366-5778 ,

Here is the configuration of the TTX file: (I used Crystal to create the TTX
file)
CustName String 30 CMS Products, Inc.
PhoneNumber String 20 714-424-5520
FaxNumber String 20 714-435-9483

Scott Myers