PxPlus User Forum

Twitter Twitter Twitter

Recent Posts

Pages: [1] 2 3 ... 10
1
Registration and Setup / Re: Installing PxPlus on Azure or Sharepoint
« Last post by PxPlus on September 22, 2023, 09:24:44 AM »
For clarification, as of PxPlus 2023 (v20) the standard PxPlus/Nomads security module provides multi-factor authentication using either email or SMS.

For details see:
https://manual.pvxplus.com/page/NOMADS%20Graphical%20Application/System%20Maintenance%20Tools/Security%20Manager/Two%20Factor%20Authentication.htm
2
Language / Re: How to pass a com object string property greater than 32k?
« Last post by Ken Sproul on September 22, 2023, 01:24:49 AM »
Stéphane,


That's exactly what I needed!
It seems that setting more than 32k is not an issue for some reason.


Thank you!


In case it helps someone, below is the code I used:
get_html_value:
html_value$=html'value$
if len(html_value$)=32000 then while html'pvxextdata; html_value$+=html'pvxextdata$; wend
return

3
Language / Re: How to pass a com object string property greater than 32k?
« Last post by Stéphane Devouard on September 21, 2023, 11:20:49 PM »
Hi Ken


You have the pvxextdata[$] extended properties to GET more than 32K of data
https://manual.pvxplus.com/PXPLUS/Automation%20in%20PxPlus/PxPlus%20COM%20Interface%20Extensions/Overview.htm


Not sure about SETting more than 32K, though...


Hope this helps
4
Language / How to pass a com object string property greater than 32k?
« Last post by Ken Sproul on September 21, 2023, 06:52:21 PM »
I'm using a com object with a string property that I need to pass a value greater than 32k back and forth.
I think there's a trick to this if memory serves, but I couldn't find it.

5
Registration and Setup / Re: Installing PxPlus on Azure or Sharepoint
« Last post by pmpenchoff on September 21, 2023, 05:32:30 PM »
Hi Edward,

There's a number of ways you can approach this, one is to set up a simple host and then connect to it via simple client using RDP to the server. Two is to use the Azure Virtual Desktop for each user and have the client installed on each.
My money's the AVD as you will be using Azure Active Directory and will provide extra MFA security.

Cheers

Mike
6
Registration and Setup / Installing PxPlus on Azure or Sharepoint
« Last post by Edward on September 21, 2023, 08:33:35 AM »
Does anyone have experience running a PxPlus production environment on Azure / Sharepoint?

Would running an wholesaler application using Windx (PxPlus version 20) for 25-30 users run well in that environment?

Anyone have experience in this?
Would you recommend this?

Thanks
7
Language / Re: Parameter 'TJ' limit
« Last post by Elora Kelemen on September 20, 2023, 08:57:47 AM »
Hello Jim,

I have checked the manual. The maximum value is indicated in parenthesis inside the description, but I will change the manual to make this clearer and more visible.

Thank you so much for bringing this to our attention.
8
Language / Parameter 'TJ' limit
« Last post by Jim Morton on September 20, 2023, 08:08:49 AM »
I'm using the 'TJ' parameter to troubleshoot an intermittent issue and found that a setting of over 10000 causes an error 41.

1}set_param 'tj'=10000
1}set_param 'tj'=10001
Error #41: Invalid integer encountered (range error or non-integer)
1}

Will you please update the manual to show this limit?
9
Off Topic / OneSource Integration
« Last post by James Zukowski on September 19, 2023, 01:13:22 PM »
Hi All!
Has anyone had any experience interfacing PxPlus with Thomson Reuters OneSource for Address Validation? I've been stumbling a little and was wondering if anyone has any pointers.

Thanks in advance!
10
Nomads / Re: Nomads Library Key - Byte (13,1)
« Last post by PxPlus on September 11, 2023, 02:14:06 PM »
You can find this in *winproc.dsp -- but basically.

F - Would indicate a control since F is a valid HEX character
R - Is for Drag/Drop logic
S - Substitute panels
V - Dependency tables
Y - Independent Cell/Row logic for Grids
Pages: [1] 2 3 ... 10