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.
1
iNomads / Re: certificate upgrade
« on: October 21, 2022, 07:18:46 PM »
i assumed they were referring to their web site SSL Certificate.
But i agree with you, that our application launch should not be connected with any new certificate.
But i agree with you, that our application launch should not be connected with any new certificate.
2
iNomads / certificate upgrade
« on: October 21, 2022, 02:24:54 PM »
a client put in a new certificate and our application now has problems launching.
Any ideas what the issue may be?
Any ideas what the issue may be?
3
Programming / FTP failure
« on: April 21, 2022, 07:45:01 AM »
About 2 weeks ago our FTP file operations stopped working from within pxplus.
We create a batch file and execute ftp using an INVOKE command.
The file gets uploaded to the ftp site, but is always empty.
If we manually execute the ftp batch file outside of the pxplus environment, it works.
This is probably not a pxplus problem, but what could be causing this?
We create a batch file and execute ftp using an INVOKE command.
The file gets uploaded to the ftp site, but is always empty.
If we manually execute the ftp batch file outside of the pxplus environment, it works.
This is probably not a pxplus problem, but what could be causing this?
4
Registration and Setup / Re: Moving PxPlus License key
« on: February 14, 2022, 11:13:06 AM »
The move process could be improved if our client could DE-ACTIVATE on the old computer without needing to get PVXPlus involved.
Currently the PVXPlus activation server must be changed to a MOVE mode for the client to DE-ACTIVATE.
Currently the PVXPlus activation server must be changed to a MOVE mode for the client to DE-ACTIVATE.
5
Thin Client/WindX / Re: winndx icacls.exe interupt
« on: January 12, 2022, 10:47:21 AM »
Solved problem.
Windx was installed in a folder called: "C:\windx\"
removed this and re-installed to the Pvxplus default folder.
All working OK now.
Must have been an old registry entry that was preventing access.
Windx was installed in a folder called: "C:\windx\"
removed this and re-installed to the Pvxplus default folder.
All working OK now.
Must have been an old registry entry that was preventing access.
6
Thin Client/WindX / winndx icacls.exe interupt
« on: January 09, 2022, 07:41:48 PM »
When launching windx cs, windows is prompting to allow authorization to run "icacls.exe"
This is something new.
Anyone know why this is happening and how to prevent it?
This is something new.
Anyone know why this is happening and how to prevent it?
7
Off Topic / Re: T4 Parser
« on: February 09, 2021, 08:09:00 AM »
Just for information...
We ended up using a utility called "XMLmind" XML editor.
This editor can validate T4 & T4A files for Revenue Canada submission; using the CRA SCHEMA files.
We ended up using a utility called "XMLmind" XML editor.
This editor can validate T4 & T4A files for Revenue Canada submission; using the CRA SCHEMA files.
8
Off Topic / Re: T4 Parser
« on: February 01, 2021, 01:26:19 PM »
I to validate the XML file using the Schema provided by CRA.
10
Language / Re: pdf on server
« on: April 23, 2020, 04:50:24 PM »
I was trying to avoid copying it to the local drive... But i think this will work best.
Thanks
Thanks
11
Language / Re: pdf on server
« on: April 23, 2020, 01:45:47 PM »
If we use "SYSTEM_HELP FILE.pdf" will it try to open on the server or on the client.
12
Language / Re: pdf on server
« on: April 23, 2020, 01:44:00 PM »
Open and existing file on the server
13
Language / pdf on server
« on: April 23, 2020, 01:21:23 PM »
Trying to open a pdf file on a server connected through windx.
A simple command like: OPEN (1)"C:\data\file.pdf" gets an error 12.
It may be trying to open on the local work station...
How do we force it to open on the server?
A simple command like: OPEN (1)"C:\data\file.pdf" gets an error 12.
It may be trying to open on the local work station...
How do we force it to open on the server?
14
Nomads / Re: SHOW/HIDE Fonted_Text?
« on: March 27, 2020, 12:49:54 PM »
This can be done through a group assignment.
15
Programming / Re: List_box titles
« on: November 12, 2019, 10:31:55 AM »As of PxPlus 2016, the 'HdrTextColor$ and 'HdrBackColor$ properties are available to control the colors of the column titles.
e.g. RV.CTL'HdrBackColor$="Light Gray"
This would be done in your code, or by defining it in a Theme or Visual Class.
That works for me... thanks