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

#16
Language / pdf on server
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?

#17
Nomads / Re: SHOW/HIDE Fonted_Text?
March 27, 2020, 12:49:54 PM
This can be done through a group assignment.
#18
Programming / Re: List_box titles
November 12, 2019, 10:31:55 AM
Quote from: Jane Raymond on November 12, 2019, 09:56:32 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
#19
Programming / List_box titles
November 12, 2019, 09:31:33 AM
In a Nomads defined LIST_BOX-Report View
Is there a way to have the Title Line display with a background colour, such as Light Gray?

#20
Programming / Re: mailto attachment
November 12, 2019, 08:33:17 AM
Quote from: edjack on November 11, 2019, 11:52:29 AM
Using SYSTEM_HELP "Mailto:"+EMAIL$
Is there a way to specify a file attachment with this command?

After some on-line reserch... this cannot be done...
Our work around was to write the attachment file names to the clipboard and provide on screen instructions to paste into the mail app when appropriate.
This saves the users a couple of steps and ensures the proper file is attached.

#21
Programming / mailto attachment
November 11, 2019, 11:52:29 AM
Using SYSTEM_HELP "Mailto:"+EMAIL$
Is there a way to specify a file attachment with this command?
#22
Programming / Session Check
August 08, 2019, 01:47:42 PM
I there a way to check that a pvxplus session is active and if not launch it.
Maybe a background pvx program running continuously or a 3rd party app??
#23
Registration and Setup / Cloud Drive
May 09, 2019, 02:50:03 PM
Can providex be installed and activated on a cload storage drive such a OneDrive or Google Drive?

I do not think it can... But is there a work around?

Ed
#24
Language / Re: TSK to return NID
March 20, 2019, 08:10:28 AM
Thanks... This should work for us.
#25
Language / TSK to return NID
March 19, 2019, 02:54:09 PM
 TSK(*PROCESS LIST) gives me a list of pvx processes with a UID identifier.
Is there another TSK function that will give me a process list with a NID identifier?
Or some other way to get a list of all pvx processes with a NID identifier?
#26
Nomads / Re: winqry ERROR=42
December 28, 2018, 09:39:32 AM
I agree... i could not find line 1875 in winqry either...
But our error routine captures the error details and is send to us via email.
Here is the captured error details:

Error#: 42 Error #42: Subscript out of range/Invalid subscript
MSG(-1) Message:
At line Number: 01875
Program Name: winqry (File Type: Keyed)
Version No: 6.18.01  Build#: 24581311  Date: Jan 12, 2018
Serial No: 1310-001-0148964

very strange...
I have sent them upgrades that will refresh all the PVX programs and our applications programs.
#27
Nomads / winqry ERROR=42
December 28, 2018, 08:00:17 AM
Getting an ERR=42 in winqry line 01875
Version: 13.1
any ideas
#28
Nomads / Re: Centering in a query
December 06, 2018, 12:47:12 PM
Will some sort of centering command/logic work?
#29
Nomads / Re: Centering in a query
December 06, 2018, 10:17:10 AM
There is no alignment option on my screen.
i have attached a screen shot.
#30
Nomads / Centering in a query
December 05, 2018, 01:49:39 PM
I thought this was easy but cannot see how to center data within a column in a query.
How is this done?