G
Greg Smith
Hello, I have been given a programming task that falls into the "impossible"
category with my current skill set. I am hoping somebody out there knows
how to do this and can save my b-t.
I work for a large University. I wrote a Windows-based database application
for my department that is used in purchasing. The University has just
released Web-base application that does the same thing using a sub set of
the data that my application uses. The people in my department hate it and
want to keep using my application, however, the University application MUST
BE USED to order. What my users have asked for is a way of doing a mass
copy and paste of the needed information from my Windows app to the Web app.
I have talked to the University's programmers and there is absolutely no
chance of them changing their application to facilitate this. It all has to
be done from the Windows app.
Obviously information could be cut and pasted a field at a time, but they
would like a massive copy and then go to the web form and paste, paste,
paste.
Is there a way to do this from the clip board? From a text file? Can I
assign a hot-key programmatically to paste things off the clipboard or text
file?
Any help is greatly appreciated.
category with my current skill set. I am hoping somebody out there knows
how to do this and can save my b-t.
I work for a large University. I wrote a Windows-based database application
for my department that is used in purchasing. The University has just
released Web-base application that does the same thing using a sub set of
the data that my application uses. The people in my department hate it and
want to keep using my application, however, the University application MUST
BE USED to order. What my users have asked for is a way of doing a mass
copy and paste of the needed information from my Windows app to the Web app.
I have talked to the University's programmers and there is absolutely no
chance of them changing their application to facilitate this. It all has to
be done from the Windows app.
Obviously information could be cut and pasted a field at a time, but they
would like a massive copy and then go to the web form and paste, paste,
paste.
Is there a way to do this from the clip board? From a text file? Can I
assign a hot-key programmatically to paste things off the clipboard or text
file?
Any help is greatly appreciated.