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
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.
#2
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$="¥" (Yen) will work, but setting HTMLCODE$="₯" (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.
#3
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.
#4
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)
#5
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.