If the printing was not for first class mail and few envelopes per day , i would think about it. I would probably mess that up and have bigger problems with the Post Office. We do a lot of in house mailing about 30,000 per month on another system that does the postnet bar codes automatically. Yes that printer cost some big bucks too, i think 5 or 10 thousand, and it does help reduce the cost of mailing with a discount at the post office.
We had problems with the ink smearing on that printer at one time and yes the POST OFFICE was not too happy about that.
The OKIDATA dot matrix printers rarely even get the ribbon changed, if you know what i mean, i ask them to change them twice a month! Plus seeing some cheap envelopes used, the print is not high quality because of the overlapping of paper on the back of the envelope is dead center of the envelope, making the paper not to smooth where the address is printed on the front.
Thanks Michael for pointing that out, i did see some code on that on the forum.
Ok a few changes where made, but no INI file yet, just perfecting what i have to get the ball rolling on using the program.
I convert all text to uppercase, because the post office wants that and i do not want any mistakes with users type mixed characters. A mixed case is coming and i am glad to see PB put in a MCASE$ function to do that, so i do not have to use my home brewed function.
I increased the font by 1 size, because, MY POSTMAN CANNOT READ and they are all getting older.
ps, nobody can ready my hand writting either.
i added under
Code:
CASE %WM_INITDIALOG ' Initialization handler
Code:
DIALOG SEND CBHNDL, %WM_CHANGEUISTATE, MAKLNG(%UIS_CLEAR, %UISF_HIDEACCEL), 0
did not even know show shortcuts where not showing on program startup until today on our computers.
Changed "From Clipboard" to "Import Clipboard" so user can hold down the ALT key and press I P Y to print envelope quickly with hands.
give me a few seconds because i just thought of that and put it in and i have to update the files and listing above.
ok all done now updating.
i will not change that posting again unless i find a mistake.
Leave a comment: