Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converted 2.6 rep changes leading dbf
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00699498
Message ID:
00699545
Views:
23
You can open report as a table and remove records with objtype 25 (DE) and 26 (Cursor/Relation). Don't forget to pack it afterwards.
Use myreport.frx
DELETE FOR Inlist(objtype, 25, 26)
PACK
USE
>Converted from 2.6
>report form any for... while... preview
>in a VFP7 prg changes the leading dbf.
>I modified it with noenvironment and avoided envi in FP and I don´t use ENVIRONMENT in report form and I didn´t use any dataenvironment so far and no real database, just related tables, but it must be that beast. (Some converted reps work, maybe depending on use of tables.)
>
>Does it help if I clear the envi in the report file? What element is it when I USE the frx? Or can I even do it interactively? Or do I need to dig in AutoOpenTables? (No idea about that!) Didn´t care about dataenvi in forms so far and didn´t get in the way.
>
>Thanks
>G
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform