Its been so long since i have outputted to a printer like that!
What i would do is generate a template invoice with a logo, add my text via 4GL and then send the entire file to the printer.
No I'm pretty sure postman assumes content-length based on your body and fills it in even though it's not displayed. If you use a proxy and bounce your request through you can see it. Interceptor might work to view what chrome is sending. Then compare to what http library is sending
Its been awhile since i have looked at webspeed issues. All of our slowness was due to cgip and caching which PAS resolved. Hows the machine look resource wise?
Any thoughts about switching to PAS? You can have one broker(PAS agent) with multiple handlers to alter the propaths for developer...
You probably have the wrong content headers. I had issues with Postman/Chrome adding default headers that the HTTP library doesn't.
Think it was Content-Length causing me issues. (Programmatically it would just return HTML instead, where the browser would return the correct JSON)
This reads like an interview question. Ill assume your customer table only has one field because i cant be bothered to write more code. Im also writing this in the most lazy way possible so that it compiles but you wont cut/paste.
Use it as a learning example.
W_Customer.p - filename! Enable...
Depends how your interfacing with outlook. Via com handles or smtp or something else? I'm pretty sure I have added signatures via both of those methods in the last.
i "think" your issue with how the XML looks in your editor(In your case, WordPad/NotePad), and nothing to do with its creation or use.
I use a plugin for Notepad ++ called "XML Tools" that has a Pretty Print option. Turns your XML into
<customers>
<customer>
<SalesRep>1</SalesRep>...
Yeah that will be a right pain if you have one big fat client.
I think KendoUI does provide some level of that interface with JSDO but i haven't ever really looked into it. We rolled our own interface and just manually populate any of the kendo objects we want.
Your best bet would be to keep...
you're not outputting anything.
OUTPUT TO VALUE("C:\Users\Mark\Documents\test.csv").
put unformatted "".
Edit :-
That doesn't actually matter, i tried without and it works fine.
Oh god i just realised whats going on.
You're using a remote version of Progress installed on a server...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.