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
Author: Pete Halsted
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
More Fun with Export to PDF from Print Preview rerunning the report
I wrote about this back in November of 2020 in this post, so be sure to read that post for for all the background information. Today I found yet another way this managed to introduce bugs into your application. Read on for the details This time all the code for my report is done in … Continue reading More Fun with Export to PDF from Print Preview rerunning the report
Publishing an WINDEV Mobile app to the App Store
Publishing to the App stores is always an adventure. They seem to change the requirements and interface on an almost daily basis. Add to that the extra requirements needed to compile the XCODE for the Apple App store and you start feeling like your juggling flaming chainsaws, while riding a unicycle across a tightrope. Bill … Continue reading Publishing an WINDEV Mobile app to the App Store
Fixing the outdated JQuery Library
We recently had a WEBDEV project that is being used in an extremely security conscious industry. And they flagged our app because it was using JQuery 3.1.1, which has a few know vulnerabilities. It should be noted these vulnerabilities are low to medium risk and mitigated other ways via server configuration etc., but the client … Continue reading Fixing the outdated JQuery Library
Export to PDF from Print Preview Reruns Report
Another one from my stash of Blog post I need to make, resurfaced today, so it seemed like a good time to Get-R-Done. If you take a look at the online help for the iPreview function you will find this little tidbit at the bottom of the page So what exactly does that mean? Well … Continue reading Export to PDF from Print Preview Reruns Report
You must be logged in to post a comment.