Recently one of our member on our Facebook group has been trying to work with JSON data and posted a few questions. And while a lot of the answer were correct, they also seemed to be a bit dated and led me to believe that perhaps everyone hasn't fully embraced just how well PCSOFT has … Continue reading Dealing With JSON Data (a Primer)
Author: Pete Halsted
WEBDEV Style Issue
I ran into an issue with a WEBDEV Style today and I wonder if it, or something similar doesn't have something to do with some of the reports issues some users have had in v25 and v26 with style issues on certain controls after upgrading. Along with showing you the actual change I made to … Continue reading WEBDEV Style Issue
SSL Validation Issues on Older Windows Servers
I ran into this last week, and this week Terry Mullican did as well. If you are trying to call a webservice and getting an error like this"Security Alert: the security certificate assigned to this site has not been released by a recognized or trusted company."or this "The remote certificate cannot be authenticated." Read on to find the solution … Continue reading SSL Validation Issues on Older Windows Servers
Why can’t I enter my SCM Password in v26?
Have you found yourself asking this question lately? If all your connections where already setup and you have created any new SCM connection perhaps not. But if you try to create a new connection to an existing SCM you are going to run into some "weirdness" Notice anything missing from this connection screen? Where the … Continue reading Why can’t I enter my SCM Password in v26?
Disabling Grammarly for an edit control
Are your multiline edit controls jumping around when you click your cursor in them? Do you have the Grammarly extension installed? Well then read on This is an issue that has been plaguing some of us for a while, but it has come up quite a bit lately as I believe grammerly is getting more … Continue reading Disabling Grammarly for an edit control
v26 Two Factor Authentication
One of the great new features in v26 is the ability to add Two Factor Authentication (2FA) to your apps or sites. In this article I am going to take you through the steps to get it up and running for your site by adding it to our Social Logon demo, it is already live … Continue reading v26 Two Factor Authentication
v26 Gold Release is now available!
Head over to PCSOFT and download the gold release. If you haven't upgraded yet, the discount ends May 31st, so time is running out, order you upgrade now directly from our site or request a quote via email sales@wxperts.com
Extending the FileManager Classes for a Generic Search on Browses
Today we are going to discuss a feature that technically isn't part of the FileManager classes but demonstrates how you can tweak and extend them without change their core functionality, all thanks to the magic of OOP. Often on browses I like to include a generic search edit control that search multiple fields, so the … Continue reading Extending the FileManager Classes for a Generic Search on Browses
FileManager Primer – Creating the Manager Class
For every table in your Analysis you need 2 classes a record class (a single record) and a Manager class (which manages the actual file access and hold a collection of records). Today we are going to talk about creating the Manager Class, which is relatively painless thanks to a couple of code bricks we … Continue reading FileManager Primer – Creating the Manager Class
JSON vs Variant
Now this isn't the next MMA fight everyone will be talking about but it is important for us WX developers all the same. We have been have some conversation about JSON, deserialization, Variants and native JSON variables over on our facebook group this week. And I just happened on an example day that I felt … Continue reading JSON vs Variant
You must be logged in to post a comment.