I need a way to very quickly convert a Visual Foxpro 6.0 DBF file to a
Dbase III or Dbase IV format so I can read into my shop productions
grandfathered systems.
Getting frustrated over here. Just upgraded a accounting system to a new
package
that is built on Visual Foxpro 6.0 - we need to access this data via Dbase 3
or 4
format. Right now the only way I have found to read this is thru Lotus
Approach.
Our use:
User enters PO into our accounting system. User then switches to Lotus R5 in
which
a customized macro asks user for a PO number. User enters a PO number (that
he just
entered into the accounting system) - Lotus macro imports the accounting
system DBF
and searches for the PO, looks it up on a Lotus table, steals info then
prints 3 copies
on a pre-determined form, clears everything and loops back to wait for user
to enter
another PO into dialog box.
Before the upgrade we could do this without a problem.
Thanks for any assistance
Kevin Real
KE...@EXTRUTECH.COM
Kevin <ke...@extrutech.com> escribió en el mensaje de noticias
GynG4.36881$YU2.6...@typhoon.ne.mediaone.net...
USE <Mytable>
COPY TO <Path\FileName> TYPE FOXPLUS
If you need convert to others format, see the HELP for COPY TO
regards,
Ricardo Sanchez
El Salvador,C.A.
Kevin <ke...@extrutech.com> wrote in message
news:GynG4.36881$YU2.6...@typhoon.ne.mediaone.net...
Well - thanks for the help.
The accounting program was written in VFoxpro 6 - but I did not write it and
don't have
access to the source code.
In previous versions I could open the generated .DBF's but now I can't.
The DBF's need to be compatible with dBase III or IV. That is what my Lotus
spredsheet can read in. I cannot use ODBC because I have yet to find a
VFoxpro 6.0
16 bit ODBC driver.
I am using Lotus R5. Thanks,
Kevin
"Ricardo E. Sanchez" <ric...@duraflex-politex.com> wrote in message
news:#0v7U7vn$GA.2052@cppssbbsa06...
Regards
Marcelo T.
"Kevin" <ke...@extrutech.com> escribió en el mensaje
news:1hLG4.38433$YU2.6...@typhoon.ne.mediaone.net...