The Browse Form Manager Class was created to provide some advanced interfaces in my applications, without having to include a lot of code to manage the interface in each window. The Browse Form Manager Class was created to provide some advanced interfaces in my applications, without having to include a lot of code to … Continue reading Open Source – Browse Form Manager
Category: WINDEV
Open Source – Security Class
Photo by cmoewes The security class is not a replacement for groupware, or even meant to compete against groupware. The security class doesn't provide any real UI components, instead it provides a foundation to configure default security at design time, and then have that security adjusted at runtime by a “superuser” without requiring additional development work. The Security Class … Continue reading Open Source – Security Class
Open Source – Query By Example
The Query by Example class provide a method of allow end users to filter their data using a simple QBE interface. It allows the them to save thier queries for later reuse as well. A QBE are three basic modes of QBE HFitler, SQL, and Advanced SQL. Hfilter and SQL work very similarly except one … Continue reading Open Source – Query By Example
Open Source – Balloon Tip Class
The BalloonTip Class was created to provide balloon tip popups. It is based very loosely on the BalloonTip component example provided with WinDev, however it has been stripped down to only the parts needed to display a Balloon tip for a control. Displaying a balloon tip is a simple call to one method. There are … Continue reading Open Source – Balloon Tip Class
Open Source – Default Manager
The Default Manager Class was created to provide a uniform method of storing and retrieving default settings. There are four levels of default storage; Registry, User Global, Window Global and User Global. It really is as simple as all that. Two method, GetDefault and SaveDefault. We use it for everything! Storing database setting in … Continue reading Open Source – Default Manager
Linux and Windows 2012 WebDev Cloud Servers – The Summary
Those of you that have been following me have now that over the last week I did a series of articles on Building a both a Windows and a Linux Cloud Server on Rackspace.com to be used as a WebDev WAS Server. This is my final thoughts after building both, and why I built … Continue reading Linux and Windows 2012 WebDev Cloud Servers – The Summary
Custom Report Breaks and Totaling without all the Hand Code
Photo by sure2talk I covered Hand Coded WinDev reports in a previous article, now we are going to extend that with custom level breaking and sub-totaling. Don't worry, even though the report is "Hand-Coded" all of the standard tools are still available, no need to completely hand code just because you have to do some hand … Continue reading Custom Report Breaks and Totaling without all the Hand Code
Hand Coded WinDev Reports
After my series of Webinars on Reports, for the upcoming wxDevCon, I have had several developers ask about about techniques for Reports in WinDev. Hand coded reports is always one of the top questions, so this is a quick overview of the process to do a hand coded report in WinDev. First don't rush to … Continue reading Hand Coded WinDev Reports
What did I do Today?
We have a display program similar to the display in airports. We constantly have request from customers that want it customized or they end up creating their own. I decided the best way to handle it was create a group of functions in SQL Server to do all of the logic of what to display and how … Continue reading What did I do Today?
Auto Incrementing with PostgreSQL and Windev (Updated 10/3/2012)
Photo by bling_rocks There are a few challenges when attempting to use auto-incrementing keys with PostgreSQL and Windev. But once we understand what the issues are, its easy enough to work around. PostgreSQL uses sequences to accomplish auto auto-incrementing fields, for those that normally work with SQL Server this is a little different than the Identity Columns of SQL Server. … Continue reading Auto Incrementing with PostgreSQL and Windev (Updated 10/3/2012)


You must be logged in to post a comment.