Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Import wizard won't allow 1 character field in first col
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00041104
Message ID:
00041216
Vues:
31
>I am trying to use the import wizard in VFP 5.0a to import a fixed width text file. The first column of my text file is just one character, but when selecting columns in the import wizard it won't allow me to select the first column with a width of only one.
>
>Anybody else seen this problem and know of a fix?
>
>Jeff
Jeff,

Pass on the wizard, create your dbf with the structure that amtches your fixed width text file and then;

USE TheDbf
APPEND FROM TheTextFile TYPE SDF
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform