by mikes | Nov 5, 2018 | DataFlex WebApp
Our second article in this series is about Two Factor Authentication. Two Factor Authentication or Multi Factor Authentication (2FA or MFA) require the user to supply multiple forms of authentication something the user ‘knows’ and something the user is in...
by mikes | Nov 3, 2018 | DataFlex WebApp
In this first post on security with DataFlex WebApp we are looking at hardening the login of our webapp using Googles reCaptcha technology. Googles reCaptcha is a free service that allows us to tell humans apart from bots and use that information to keep our site more...
by mikes | Oct 1, 2018 | DataFlex, DataFlex WebApp
The calendar control can be used as a stand alone calendar control but it also used as a DatePicker It supports 3 different modes month year years Month Mode In month mode the calendar shows all the days of a month. The user can switch months and years and can select...
by mikes | Oct 1, 2018 | DataFlex, DataFlex WebApp
The QR Code control is a simple WebApp control that allows a developer to embed qr codes into a webapp application The code to embed a QRCode control is very simple Object oQRCode is a cszWebQRCode Set piColumnSpan to 0 Set psValue to...
by mikes | Sep 25, 2018 | DataFlex, DataFlex WebApp
The FreeForm control is another control we created for the Desktop platform a long time ago and we wanted to have the same functionality on the web platform as well. The FreeForm control is a form control that allows the user to type freely and then depending on the...
by mikes | Sep 20, 2018 | DataFlex, DataFlex WebApp, JavaScript
We have always had the need for form data entry in a number of projects. We used different solutions depending on the specific need of the project from Adobe Forms to VPE Interactive. In one of our project we had a need for a number of forms that are originally...