Let me begin by saying UUUUUUUUURRRRRRRRRRGGGGGGGGGHHHHHHHH!!!!
ok, I feel better.
Heres my issue, I have an OLD Pitney Bowes Envelope Printer that the company’s owner has become fond of and doesn't want to part with. So I have been tasked with the job of
converting the FoxPro app to VB.net. I originally had this as a Web app
I couldn't figure out how to get the printer to recognize the "Form Feeds" when I printed from the browser.
so I set it up to be a download and the user would have to open it up in WordPad to print. Why WordPad? You might ask,
Well, that’s because Notepad did the same thing that the browser did. It just ignored the form feeds. Well the boss wasn't
happy with that, so now they want it to be a windows app and they want it be a one button click. No problem, I just used most of the code I used in the
Web app and used the Printdocument object to handle the printing, Sounds good doesn't it?
Well, I thought that too, til I printed the first run. Its doing the same thing now that Notepad and the browser did.
So my question is.................What am I doing wrong? I pretty much know its not seeing the "form Feeds" because it prints them out as periods. There are 8 lines per envelope, what it does is prints part of two labels on one page. With word pad it
prints one label kicks out the envelope and prints the next.
I'm stuck so any help will GREATLY be appreciated.
ok, I feel better.
Heres my issue, I have an OLD Pitney Bowes Envelope Printer that the company’s owner has become fond of and doesn't want to part with. So I have been tasked with the job of
converting the FoxPro app to VB.net. I originally had this as a Web app
I couldn't figure out how to get the printer to recognize the "Form Feeds" when I printed from the browser.
so I set it up to be a download and the user would have to open it up in WordPad to print. Why WordPad? You might ask,
Well, that’s because Notepad did the same thing that the browser did. It just ignored the form feeds. Well the boss wasn't
happy with that, so now they want it to be a windows app and they want it be a one button click. No problem, I just used most of the code I used in the
Web app and used the Printdocument object to handle the printing, Sounds good doesn't it?
Well, I thought that too, til I printed the first run. Its doing the same thing now that Notepad and the browser did.
So my question is.................What am I doing wrong? I pretty much know its not seeing the "form Feeds" because it prints them out as periods. There are 8 lines per envelope, what it does is prints part of two labels on one page. With word pad it
prints one label kicks out the envelope and prints the next.
I'm stuck so any help will GREATLY be appreciated.