Here's the deal: we receive address lists from customers in Excel format for shipping the products we make.
I've written a truly good Wizard in VFP6 that imports the file, holds the user's hand through some simple manipulation, does a little Bainesian magic and Presto! A csv or delimited file is created (depending on the carrier) that can be imported into the carrier's software.
Until now, the resulting file was automativally written to the user's floppy drive. Now my boss (who loved my Wizard otherwise) tells me that the carriers' computers will soon be on our network and he wants the results delivered in another fashion.
The solution I came up with that would work the best would be to give the user an icon for the file in a vfp form that they could drag to wherever they wanted.
The problem with this solution is that I don't know how to do this.
Any thoughts?
Thanks in advance for any help,
Steve
I've written a truly good Wizard in VFP6 that imports the file, holds the user's hand through some simple manipulation, does a little Bainesian magic and Presto! A csv or delimited file is created (depending on the carrier) that can be imported into the carrier's software.
Until now, the resulting file was automativally written to the user's floppy drive. Now my boss (who loved my Wizard otherwise) tells me that the carriers' computers will soon be on our network and he wants the results delivered in another fashion.
The solution I came up with that would work the best would be to give the user an icon for the file in a vfp form that they could drag to wherever they wanted.
The problem with this solution is that I don't know how to do this.
Any thoughts?
Thanks in advance for any help,
Steve