Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I can see the controls, but the form is transparent
Message
 
 
À
28/08/2009 09:54:08
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
01420972
Message ID:
01421532
Vues:
29
Looks like VFP exports dates differently than Fox 2.x. I guess you'll have to postprocess the file. Something like
SET DATE YMD
SET MARK TO "|"    && A character that is not presented in the data

COPY TO (lcFileName) DELIMITED 
STRTOFILE(CHRTRAN(FILETOSTR(lcFileName), "|", ""), lcFileName)
SET MARK TO
* Restore SET DATE
...
>SELECT prsys
>COPY TO (ALLTRIM((pathtxt) + "dnsys" + (gc_accno) + ".DAT"));
> FOR (gc_accno = s_co_code);
> TYPE DELIMITED
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform