Search found 651 matches

by Scott Klement
Tue Mar 26, 2024 12:36 am
Forum: HSSFR4
Topic: HSSF how can format cell with currency "$"
Replies: 15
Views: 596

Re: HSSF how can format cell with currency "$"

To me, this means you are probably using a form of EBCDIC that doesn't contain the euro symbol. Please consider either using Unicode or switching to a form of EBCDIC that does have the Euro symbol.
by Scott Klement
Mon Mar 25, 2024 11:59 pm
Forum: HTTPAPI
Topic: No JSON Returned if its not HTTP/1.1 200 OK
Replies: 7
Views: 301

Re: No JSON Returned if its not HTTP/1.1 200 OK

Yes, use http_req() if you need to get back the response variable when you get a code like 406.
by Scott Klement
Mon Mar 25, 2024 6:36 pm
Forum: HTTPAPI
Topic: No JSON Returned if its not HTTP/1.1 200 OK
Replies: 7
Views: 301

Re: No JSON Returned if its not HTTP/1.1 200 OK

I don't understand what you are asking.

Are you telling me that the "406 Not Acceptable" code should also return a JSON and you are not getting it?

Or are you saying that you want to receive a "200 OK" every time?
by Scott Klement
Mon Mar 25, 2024 6:33 pm
Forum: HSSFR4
Topic: HSSF how can format cell with currency "$"
Replies: 15
Views: 596

Re: HSSF how can format cell with currency "$"

It's interesting that you are mentioning XLS (an obsolete format no longer used) and AS400 (an obsolete computer no longer used.)

You say that your code doesn't work, but it works for me. Please explain enough detail to make it fail the way it is failing for you.
by Scott Klement
Mon Mar 25, 2024 6:29 pm
Forum: RPG IV
Topic: Converting Hundred Year Date Plus Time to Timestamp
Replies: 6
Views: 507

Re: Converting Hundred Year Date Plus Time to Timestamp

From the first post in the thread: ... and a 5 digit time field (HHMMSS) ... From the most recent post: It does not contain HHMMSS. It's just a number. . . . 100 YR TRANS DATE TRANS. TIME 42,109 170,931 42,109 171,058 . . . I'm very confused. You have told us both that it does and doesn't contain an...
by Scott Klement
Sat Mar 23, 2024 5:57 am
Forum: HSSFR4
Topic: HSSF how can format cell with currency "$"
Replies: 15
Views: 596

Re: HSSF how can format cell with currency "$"

I don't know what you mean by "$ or euro". But when I've done euro, it's been like this: [$€-x-euro2] #,##0.00 For dollar sign it'd be like this: $#,##0.00 Note that you can go into Excel and ask it to format a cell the way you want... then look under "custom" to see what format ...
by Scott Klement
Thu Mar 14, 2024 10:52 pm
Forum: General
Topic: Trouble exporting text data to pc file in pure ascii (CCSID issue?)
Replies: 1
Views: 227

Re: Trouble exporting text data to pc file in pure ascii (CCSID issue?)

Which ASCII is the "pure" one? The term ASCII refers to many, many different character encodings. It's a whole category, not a specific one. And why would you still be using ASCII in 2024? I know of just about nothing that still uses ASCII... it's all been replaced by Unicode. Are you cert...
by Scott Klement
Fri Mar 08, 2024 7:59 am
Forum: HSSFR4
Topic: Where can I find SK's Articles formerly on System iNetwork?
Replies: 3
Views: 215

Re: Where can I find SK's Articles formerly on System iNetwork?

They are the property of Penton Media, so I can't legally repost them. Penton has chosen to take them offline, which is out of my control. You can try to find them on Archive.org, as you mentioned... this has worked for most people.
by Scott Klement
Thu Mar 07, 2024 11:08 pm
Forum: General
Topic: Configuration Kyocera MA 3005 (color)
Replies: 1
Views: 217

Re: Configuration Kyocera MA 3005 (color)

CPF3397 text says "See the job log of the writer". Did you do that? What did you learn? Last time I researched it, Host Print Transform did not support color overlays. Did that change? (This wouldn't cause the writer to end, but if it worked, the overlay would be black & white) You ha...
by Scott Klement
Thu Mar 07, 2024 6:44 am
Forum: HTTPAPI
Topic: HTTPAPI
Replies: 19
Views: 1150

Re: HTTPAPI

If you don't agree, then I will be forced to go with GETURI (acommodates OAuth token key). No choice .. HTTPAPI does NOT ! This is factually incorrect. HTTPAPI and GETURI do exactly the same thing. If my choice is between writing the code for you for free vs. having you purchase Brad's product, and...