We are switching gears this week and looking at a WinDev function. In a recent project there was a need to support importing data for several different tables. Instead of handling each of these as a separate window, I created a Window that handles the import for any of our tables. This provides a consistent … Continue reading Uncle Pete’s Corner – Generic File Import Function
Month: January 2014
The Pitfalls of Clickable Images
On a recent project I ran into some issues with trying to change a button’s caption, so I tried to solve that by using a clickable image instead, but that led me down the garden path to some issues with clickable images. So this week we will be looking at Clickable Images. You ever have … Continue reading The Pitfalls of Clickable Images
Looper Break spanning all the columns of a Multi-Column Looper
This week's Uncle Pete's corner will be covering creating a Looper with Multiple Columns and adding a break to that Looper that spans all of the columns. Loopers are the heart of most E-commerce sites, and most business web applications. They provide an interface that provides a more natural and feature rich interface for the … Continue reading Looper Break spanning all the columns of a Multi-Column Looper

You must be logged in to post a comment.