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)

PostgreSQL Case Sensitivity Part 1 (The DDL)

Anytime you discuss PostgreSQL, the issue of case sensitivity quickly boils to the top of the conversation. Having used PostgreSQL in several high volume production systems for the last 3 years I will attempt to seperate some of the myth and legend out of the conversation and provide some best practices methods that have worked for me.