Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Removing DOS references from converted 2.x Reports inVFP
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00023193
Message ID:
00023225
Views:
48
>I converted some reports over from DOS into VFP 3.0b sometime last year. I really never noticed that the DOS references are still bound to the report. I found it out by looking at the FRX as a table. (ie. USE FAC.FRX). Is it safe to just mark the DOS stuff for deletion and pack the report? Or is there another way to setup the code page correctly through VFP Options or Report Writer...

I don't think that the codepage has anything to do with it. Do just:

dele for platform = "DOS"
pack

It's safe.

>IIF(CDOW(DATE())="Friday","Yeah!","Boo")

Even better and more "solid programming":

IIF( INLIST( CDOW(DATE(), "Friday", "Saturday", "Sunday") "Yeah!", "Boo")

Vlad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform