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

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

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)