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 - ChrisKCAi

Pages: 1 [2] 3
16
Programming / Re: *web/email error message (0/117)
« on: May 17, 2021, 04:14:22 PM »
For completeness, as Mike suggested, it is IPV4ONLY=1 (my previous post had originally left out the '4')

17
Programming / Re: *web/email error message (0/117)
« on: May 17, 2021, 04:12:54 PM »
Mike,

Yep, setting IPV4ONLY=1 does the trick and let's me supply the server name to *web/email as opposed to the IP address.

Thanks,

Chris

18
Programming / Re: *web/email error message (0/117)
« on: May 17, 2021, 02:36:02 PM »
Ken (Mike),

I'm not sure this is 100% the same case but, at the installation where we are encountering this, the server PxPlus is running on is also being used as the SMTP server.
Running V16.20 - Specifying server-name;25 or localhost;25 both failed with the 0/117 error. However local-ipaddr;25 seems to work. HTH.

19
Programming / Re: *web/email error message (0/117)
« on: May 12, 2021, 09:41:49 PM »
I'd like to add a "me too". Windows 2016 server; PxPlus V16.20 but same symptom. Local SMTP server/port 25/no authentication - *web/email works fine in V10.20 but returns the 0/117 error when running in V16.20

20
iNomads / Re: *system object
« on: April 12, 2021, 05:28:23 PM »
After poring through the iNomads doc, I think I can use the 'User_poll_routine$ property to pretty much replicate the behavior I want:

User_Poll_Routine$ If set by developer, system will call this routine every time a poll is received from the browser.

21
iNomads / Re: *system object
« on: April 03, 2021, 04:39:18 PM »
Maybe I'm operating on a misconception (wouldn't be the first time). I thought using the timeout event of the *system object meant "trigger the event (& CTL) every X seconds", regardless of how long it had been since user input had been received, whereas the setting the global 'Timeout meant "send a panel close (and CTL=-1900) after X seconds of idle time/no input".

22
iNomads / *system object
« on: March 31, 2021, 06:23:37 PM »
In regular PxPlus/Nomads, we use the system object to generate a timeout event and then use our function key handler to catch the generated CTL value & execute some logic.
Something like:
def object MY_SYSTEM_OBJ,"*system"
enable event on tim=MY_INTERVAL
on event "TimeOut" from MY_SYSTEM_OBJ preinput MY_TIMEOUT_CTL

It looks like that event doesn't get generated or gets swallowed up when running via iNomads/browser - is that correct? If so, is there something analogous we can use in iNomads?


23
Nomads / Re: how to disable the command line utility in Nomads
« on: March 05, 2021, 07:49:08 AM »
That's the default keyboard config. You can either use the keyboard config utility (call "*UCK") to redefine F5 or issue defctl $000074$=5 to remap the F5 key to generate ctl=5

24
iNomads / Re: query button
« on: July 29, 2020, 02:37:28 PM »
nvm - it was some CSS that was causing it... Sorry!

25
iNomads / query button
« on: July 29, 2020, 12:03:45 PM »
Does iNomads ignore the %NOMAD_QRY_ATTR$ global? It seems to honor %NOMAD_QRY_BTN$ (it uses the bitmap I specify) but it always seems to render the query button as if %NOMAD_QRY_ATTR$="fQT"

26
Language / Re: INVOKE/SYS() rights on Windows
« on: July 24, 2020, 12:07:07 PM »
Does the SYS function have an equivalent to CONTROL? (doesn't appear to)

27
Language / INVOKE/SYS() rights on Windows
« on: July 22, 2020, 02:08:05 PM »
Consider:
1.   I am logged on to a Windows server (via RDP) with an account that has admin rights.
2.   UAC is turned off.
3.   I run PxPlus (inside my RDP session) and use either INVOKE or the SYS function.
4.   Is the resultant operating system command run with my elevated/admin rights?
Anecdotal evidence would seem to indicate "yes" but I'm looking for a more definitive answer.

28
Programming / Re: EFF File Size Limitation
« on: July 01, 2020, 09:39:34 AM »
Dan,

We run on Windows so I'm not sure if there are any additional CentOS limitations, but, from a PxPlus standpoint, it will depend on the block size of the file. Check out https://manual.pvxplus.com/PXPLUS/directives/create_table.htm
I'm pretty sure this will apply as far back as PVX9.10 - Looks like your file currently has a block size of 4K

29
Language / Associative array as a method arg
« on: May 28, 2020, 09:20:50 AM »
PxPlus 15.10
Is there a way to pass an associative array as an argument to an object method?

30
Language / pxpcefsub.exe
« on: May 07, 2020, 03:21:53 PM »
Windows 2016/PxPlus V15.10
What is this EXE and what causes it to get launched?
It (and pxpcef.dll) reside in the PxPlus folder - I see this in task manager at one of our clients (and I never have before).

Thanks,

Chris

Pages: 1 [2] 3