Hi,
Using VFP9sp2, I need some pointers on the layout of a drag & drop VFP application.
The application is an "Accounts Payables" module that contains images of invoices. The images will be scanned into an "InTray" which would contain invoices for multiple vendors. I plan to use a "seperator" page to indicate all the pages that pertains to a single multi-page invoice during the scanning process. At this point they have not been assigned to any AP record.
I want to drag those images into its related vendor treeview folder node, while renamng the image and creating the AP record all in the same drop process.
Another option I'd like to do is... lets say that the left side of the form contains the data for an invoice such as InvDate, amount, and terms, as well as an drop area that would receive the images dragged in from the InTray. What vfp object would I use for the drop area. Also note that this all needs to be done inside the vfp app, and not from explorer.
I've been playing around with the OLE drag & drop pems a bit.
Anyone done this sort of stuff before?
Also note that this destined to SQL server a little later on...
Any ideas, suggestions are highly encouraged.
Thanks, Stanley
Using VFP9sp2, I need some pointers on the layout of a drag & drop VFP application.
The application is an "Accounts Payables" module that contains images of invoices. The images will be scanned into an "InTray" which would contain invoices for multiple vendors. I plan to use a "seperator" page to indicate all the pages that pertains to a single multi-page invoice during the scanning process. At this point they have not been assigned to any AP record.
I want to drag those images into its related vendor treeview folder node, while renamng the image and creating the AP record all in the same drop process.
Another option I'd like to do is... lets say that the left side of the form contains the data for an invoice such as InvDate, amount, and terms, as well as an drop area that would receive the images dragged in from the InTray. What vfp object would I use for the drop area. Also note that this all needs to be done inside the vfp app, and not from explorer.
I've been playing around with the OLE drag & drop pems a bit.
Anyone done this sort of stuff before?
Also note that this destined to SQL server a little later on...
Any ideas, suggestions are highly encouraged.
Thanks, Stanley