Hi. I have years of programming but I'm not too familiar with VFP, and I'm looking for hints on something I have to do. I want to open a DBF file whose name is not fixed, I could either get it as a parameter from another program or let the user select the file while in the VFP application. The database will have a structure that I already know, I would execute a query on it (the query could be hardcoded, it's always the same), then I want to export the results to a file with "type sdf". The output file should have the name of the original DBF but with extension TXT.
I always make these steps interactively but I want a program to make it more automatic. Actually I haven't written any programs at all with VFP, so any help is appreciated!!
Thanks
G
I always make these steps interactively but I want a program to make it more automatic. Actually I haven't written any programs at all with VFP, so any help is appreciated!!
Thanks
G