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

#1
Devon, Am I able to call you for assistance?
#2
Devon,

I was finally able to get a connection using:

windx://servername@ssh:port

It will then ask for my credentials.

What I am still trying to figure out is how to connect without providing the credentials and get it to run a specific program.

Are you able to provide an example of how to configure this?
#3
Devon,

We are on PxPlus 2026 (v23.00.000).  It has been a while since I posted.  I should have remembered to specify that.
#4
Devon,

I have tried windx://<server-name>@scs/<port>:Show/<path>/<program name>.

Replacing all values inside <> with the correct values.  I get a message asking if I want to "Open PxPlus (64-bit)?". I say open, the screen flashes, but my program does not display and there is no new PxPlus session showing on the taskbar.

I should add that we are in a client server environment.  No local PxPlus.
#5
List,

I am trying to launch a legacy (non-web) PxPlus program from a web page.

I followed the instructions in the "URL Request to Run a PxPlus Program" documentation, but I have not been able to get it working. When I click the link, Windows prompts me to confirm that I want to run PxPlus. After I select **Yes**, the screen briefly flashes, but the program never appears and there is no active PxPlus session visible on the taskbar.

I understand that converting the application to a web-based version would be the preferred solution, but that is not currently an option. For the time being, I am looking for a workaround that would allow users to launch the existing PxPlus program from a web page.

Has anyone successfully implemented this, or can anyone suggest additional troubleshooting steps? Any advice would be greatly appreciated.

Thank you.
#6
Programming / Re: Currency Code Display
July 30, 2024, 11:45:16 AM
Devon,

Thank you for the information.

I will try your suggestions and if I require anything further I will add an update here.
#7
Programming / Currency Code Display
July 26, 2024, 03:28:27 PM
I am trying to display various currency codes in PVX.  The HTML characters for the code are being stored in a variable.

The following works for several, but not all codes:
- ? EVS("$"+HTA(CVS(htmlcode$,"HTML:ASCII"))+"$")

For instance setting HTMLCODE$="&#165;" (Yen) will work, but setting HTMLCODE$="&#8367;" (Drachma) will not work.

I am looking for any suggestions on how to improve my logic, or to obtain an understanding as to why not all HTML codes can be converted.  We require the HTML code for display on the WEB, but my understanding, and experience is that I cannot display HTML in PVX or Nomads.

Thank you in advance for taking time to review this thread.
#8
Nomads / Re: Outlook Active X Controls
June 12, 2023, 08:11:54 AM
By the lack of comments, it appears that no one else is currently using the Outlook controls on a Nomads panel.  I will change tactics and find another solution to what I am trying to accomplish.
#9
Nomads / Outlook Active X Controls
June 07, 2023, 10:20:22 AM
I am making my first attempt at creating a com object in a panel.  I want to try and add some of the Outlook calendar controls such as the date, time and time zone.  I am not having any success at figuring this out.

Can someone please direct me to the information on configuring these controls (ie setting values specific to these controls) or perhaps provide an example.   Any and all replies are greatly appreciated.

We are using PxPlus 2022 (v19.10.0001)
#10
List,

Is there a way to access the properties of a drop_box that is in a grid?

For example I would like to be able to programmatically access the 'SHOWDROPDOWN property.  I have tried several different ways, but each gives me an error or simply does nothing.

Any tips or assistance is greatly appreciated.