Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Edit an FRX with SFR
Message
General information
Forum:
Visual FoxPro
Category:
Stonefield
Miscellaneous
Thread ID:
00517439
Message ID:
00518142
Views:
22
>>** Method: sfreportvfp::preparereport()
>
>Opps, i think I should have left that alone. I forgot that I was working with a live pice of code, not my hacked coppy.

Da. I moved it to:

** Method: sfReportFrx::createtempfrx
llFileExists = FILE( this.cReportFileName )
IF llFileExists
lcTempName = ADDBS( SYS(2023) ) + "ccTemp.frx"
SELECT 0
USE ( this.cReportFileName )
COPY to (lcTempName)
USE
this.cTempfrxname = lcTempName
endif
RETURN llFileExists

Otherwise it hosed up sfReportQuick: cReportFileName was blank, so it would return .f. and kill the whole thing.

Now I am having trouble with sfrwizardfrx::modirepo() / .oReportEngine.SetUpDataEnvironment() - It isn't selecting the alias that it should be. I am not sure how it knows what alias to select when it runs the report either. Also, I am getting inconsistant results between 2 frx reports: one works one doesn't. Grrr....
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform