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
Language / Re: DEF ENV and BEGIN
Today at 04:40:32 PM
Any insights?
#2
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?
#3
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.
#4
Any insights? So we don't wander in the dark...
#5
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.)?
#6
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.
#7
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.
#8
Programming / Re: Using HTML File type
February 25, 2026, 11:51:57 AM
How about creating a PDF and downloading it?
#9
Language / Re: Global Variable not Saving
January 08, 2026, 04:20:50 PM
Global variables are only active within a session, not between sessions.
#10
Programming / Re: Working with External objects
December 10, 2025, 12:39:58 PM
Have you tried starting with numeric values to convert to Boolean? Would this work?

DEF OBJECT v,"*VARIANT"
v'val=1
v'type$="B"
PRINT v'val
-1
v'val=0
v'type$="B"
PRINT v'val
0

#11
Programming / Re: Working with External objects
December 05, 2025, 01:25:18 PM
Have you tried passing "true" or "false" instead of 1 or 0?
#12
General Announcements / Re: PVX Plus August 2025 Update
October 21, 2025, 10:29:21 AM
Registration ran fine.

Has the program started? It's been about 1/2 hour since scheduled start, and still in the waiting room.
#13
Registration and Setup / Re: Moving PvxPlus
October 14, 2025, 02:08:20 PM
The client (WindX) is the client. The server (Linux, Unix, Windows, etc.) is the server. One side of the client-server pair can talk with the other side, regardless of the mix.

Caveat: If you have system calls to one type of server (e.g., Linux), they may need to be modified or changed to retrieve the desired information from another server (e.g., Windows).
#14
Web Services / Re: Unexpected Response in an HTTP Request
September 19, 2025, 03:06:49 PM
This probably doesn't have a bearing on the situation, but do you have <CR> characters with the <LF> where POSTMAN does not?
#15
The downloads only seem to have updates for Windows and WindX. Do the updates affect any of the other builds?