PxPlus User Forum

Twitter Twitter Twitter

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.


Messages - Mark Brown

Pages: [1]
1
Web Services / *plus/web/request with Proxy server
« on: January 27, 2023, 09:54:09 AM »
Are there any plans to enhance *plus/web/request to work with a proxy server that requires a PEM file, username and password?

It would act similar to this curl command with JSON data:
curl <destination url> --cacert <filepath of PEM file> -x https://<username>:<password>@<proxy server url> -H "Content-Type: application/json" -d "<json data>"

Thanks
Mark Brown

2
Language / OPEN [TCP] Timeout
« on: January 17, 2020, 10:31:08 AM »
If a TIM= option is not specified when doing an OPEN (x)"[TCP]…" is there an internal value that PxPlus uses before timing out anyway?
Thanks
Mark Brown

3
Language / Obtaining numerical IP Address
« on: January 15, 2020, 03:24:09 PM »
After doing the following:

OPEN (1)"[TCP]www.microsoft.com;80"

Is it possible to obtain the numeric IP address for channel 1?

?FIN(1,"IPAddr")

returns www.microsoft.com so that's not it.
Pinging www.microsoft.com does return a numeric IP address but that's outside of PxPlus.
Thanks
Mark Brown

4
Nomads / Re: Macro Playback and Grid control
« on: February 21, 2019, 09:35:46 AM »
This is occurring on PxPlus Version 15.10.0001.  Should have added this earlier.

5
Nomads / Macro Playback and Grid control
« on: February 20, 2019, 11:38:58 AM »
A Macro was created using CTRL+SHFT+F11 and on the first panel a Button is clicked which displays a second panel.  On the second panel a Button cell in a Grid control is clicked which then displays a third panel with a Button.
Playing back this macro using CTRL+SHFT+F12 displays the second panel that contains the Grid control but then produces the attached error.  The control name being references is the Button on the third panel.  It appears that the playback of the Button cell in the Grid control is not being processed or is getting an error that's not being reported.
Any ideas on what might be causing the playback error?

Pages: [1]