Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SF Reports and Repmeta
Message
From
10/10/2000 13:30:35
 
 
To
10/10/2000 13:19:47
General information
Forum:
Visual FoxPro
Category:
Stonefield
Miscellaneous
Thread ID:
00423418
Message ID:
00427417
Views:
17
Hi Sandi.

>I traced it and it is returning 1 from the following code in sfreportengine.setupdataengine method
>
>lnFound = .oUtility.ArrayScan(@laData, lcClass, 2)

That should be correct -- this is simply looking to see if a data engine object already exists or not. Did you watch execution go into the CheckMetaData method of the SFDataEngine object (ie. you need to trace further than this ArrayScan call)?

>I did not delete SDTREPMETA just the REPMETA. Is that the problem?

SDTREPMETA is the name of a table used in one of the sample forms. You might be using that same name if the cMetaDataTable property of your SFRWizard form is set to that. If so, you need to delete that table since it's the one SFReports is using.

Doug
Previous
Reply
Map
View

Click here to load this message in the networking platform