hairsoup
25th December 2005, 21:45
Need a bit of advice from the programmers among us.
The current system used for printing invoices is printing a html one from internet explorer on a secure part of our site.
This is a bit tedious as only one can be done at a time, with repetitive tasks like back button -> click -> ctrl+p -> enter -> back -> click and such.
Also want to get a label printer for addresses packages.
The best solution I can come up with is an executable application, which fetches the order information from the website database [hosted elsewhere], presumably the best way to deliver this information is with XML. Then a button is pressed to batch print invoices for all new orders. And another button for printing addresses onto labels with a special label printer.
I currently have Visual Basic 6 and have a fair knowledge of it.
However I lack knowledge of the following:
How to fetch a file from the internet.
How to parse xml in VB
How to batch print, Ive used the data report designer before, but its quite nasty, so id rather use an alternative.
Not sure if printing stuff with a label printer is any different to a4 invoices, but i suspect it may have complications.
I find it hard to find out this stuff on the net as a lot of things are now to do with this '.net' lark, which I haven't bothered with, and I havent a clue what its about. Is it much different from my humble VB6? Is there much of a learning curve to it?
Thanks in advance.
The current system used for printing invoices is printing a html one from internet explorer on a secure part of our site.
This is a bit tedious as only one can be done at a time, with repetitive tasks like back button -> click -> ctrl+p -> enter -> back -> click and such.
Also want to get a label printer for addresses packages.
The best solution I can come up with is an executable application, which fetches the order information from the website database [hosted elsewhere], presumably the best way to deliver this information is with XML. Then a button is pressed to batch print invoices for all new orders. And another button for printing addresses onto labels with a special label printer.
I currently have Visual Basic 6 and have a fair knowledge of it.
However I lack knowledge of the following:
How to fetch a file from the internet.
How to parse xml in VB
How to batch print, Ive used the data report designer before, but its quite nasty, so id rather use an alternative.
Not sure if printing stuff with a label printer is any different to a4 invoices, but i suspect it may have complications.
I find it hard to find out this stuff on the net as a lot of things are now to do with this '.net' lark, which I haven't bothered with, and I havent a clue what its about. Is it much different from my humble VB6? Is there much of a learning curve to it?
Thanks in advance.