Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Removing DOS references from converted 2.x Reports inVFP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00023193
Message ID:
00023225
Vues:
43
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform