Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - James Zukowski

#1
Programming / Re: Query don't show dates as dates
June 10, 2026, 11:59:06 AM
It looks like the year portion of the date was created using the "%A" format of the DTE() function.
#2
Any variable that starts with "%" is a global variable. For example: %Company$ or %Max_Size

Simply using the name "declares" it to be global.
#3
Language / Re: DEF ENV and BEGIN
May 01, 2026, 05:07:25 PM
That's a good news/bad news situation...
Great that you found it and could fix it. Unfortunately, our company policy it to stay 1 major release back, so we won't be able to use that until next year at the earliest (unless you folks provide another interim release for v22...days before your v23 release...).
#4
Language / Re: DEF ENV and BEGIN
April 30, 2026, 03:03:04 PM
These parameters are set in START_UP and our lead program sequence:

SET_PARAM 'KF'=2
SET_PARAM '+A'=12
SET_PARAM 'BY'=0
SET_PARAM -'D0'
SET_PARAM 'FF'=3
SET_PARAM 'OP'
SET_PARAM 'XT'=0
SET_PARAM 'F,'
SET_PARAM 'XF'
SET_PARAM 'NE'
SET_PARAM '+M'
SET_PARAM -'SB'

SET_PARAM 'PQ'=PRM('PQ')

EXECUTE "[WDX]SET_PARAM 'TC'=3"
SET_PARAM 'TC'=3

There is no server-side pxplus.ini in use. The Windows-side pxplus.ini file contains:

[Font]
Points=19
Charset=0
Name=Lucida Console
[WindowFrame]
TypeSizeLoc=1,902,594,200,131

After exiting to command mode, I entered the statements shown in the previous example.

The PxPlus version has been upgraded to 22.01 and it still produces the same results.

The server is running RHEL 9.7
Client is Windows 11 Enterprise 10.0.26100 Build 26100

Many aspects of the PC are managed by the company. Would there be any restrictions on this behavior coming from there? Would there be any sort of "memory protection" prohibiting this?
#5
Language / Re: DEF ENV and BEGIN
April 30, 2026, 10:30:37 AM
The screen snip I included is exactly the process I went through. There were no other actions between the steps. This is being launched out of Connection Manager. The v22.01 version should be installed in the next couple of days, so I'll re-test it when it gets here.
#6
Language / Re: DEF ENV and BEGIN
April 30, 2026, 10:03:08 AM
Tested using v22.00.0002

We'll be updating to 22.01 shortly.
#7
Language / Re: DEF ENV and BEGIN
April 30, 2026, 09:06:58 AM
Could it be a difference between Linux-based and Windows-based systems? I attached what I got with your test.
#8
Language / Re: DEF ENV and BEGIN
April 29, 2026, 04:40:32 PM
Any insights?
#9
Language / DEF ENV and BEGIN
April 23, 2026, 01:25:12 PM
We're looking at the DEF ENV directive to set some things up as we start our application. Doing some very preliminary tests, it seems as though the BEGIN directive clears out anything that had been set. I thought this was setting the Windows Environment variables for the session, which I would think would be session-permanent.
Is BEGIN supposed to clear these out?
#10
Programming / Re: API Call returning unreadable
April 13, 2026, 08:41:22 AM
It looks like you're using HTTP 1.0. FedEx may be expecting 1.1.
#11
Any insights? So we don't wander in the dark...
#12
When stepping through, have you tried disabling the seterr in the process?
Do you have any system parameters set that might have some effect on this ('WL', 'WD', 'VW', etc.)?
#13
If you ESCAPE before the WRITE, you can step through it. The embedded IO routing will be steppable and you can find the offending situation that way.
#14
Language / Re: XML to JSON
March 06, 2026, 10:45:57 AM
Documentation indicates *obj/json was implemented last year: PxPlus 2025.

We're finally moving off 2018 (v15.10) ourselves soon, and will be glad to have the various new objects and tools available.
#15
Programming / Re: Using HTML File type
February 25, 2026, 11:51:57 AM
How about creating a PDF and downloading it?