Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Import wizard won't allow 1 character field in first col
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00041104
Message ID:
00041216
Views:
29
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform