Wilson Thomas
2004-12-03 23:42:35 UTC
Dear friends,
I am using VFP 6 and I am facing some problem with long file name.
I get a text file name using this command
lcFileName = GETFILE( '', 'Data File:' , 'Pick' , 0 )
Then I add that file to VFP table using
APPEND FROM &lcFileName DELI
APPEND line gives error for long file names.
Any way to accept long file names
Wilson
I am using VFP 6 and I am facing some problem with long file name.
I get a text file name using this command
lcFileName = GETFILE( '', 'Data File:' , 'Pick' , 0 )
Then I add that file to VFP table using
APPEND FROM &lcFileName DELI
APPEND line gives error for long file names.
Any way to accept long file names
Wilson