Photo by nasrulekram Are you not taking advantage of all the refactoring features available to you in WX? Are you wasting time maintaining code in more than one place? Today we are going to use conditional target-code to refactor code between WinDev and WebDev so the Open Source Default Manager Class can be shared between both environments and avoid … Continue reading Refactoring Code between WD and WB
Category: WX
Using the Open Source Default Manager Class
Photo by nasrulekram This week's Uncle Pete's corner covers the use of the Open Source Default Manager Class. This is an introductory into the Open Source Initiative for anyone that hasn't worked with projects from other developers before, as well as show some uses for the default manager class. What is the Open Source Initiative I … Continue reading Using the Open Source Default Manager Class
NextAge Open Source Application
The NextAge Open Source Application is meant as a “teaching” tool to provide sample code and a testing bed for all of NextAge’s open source classes and code. Along with using our Open Source classes, there is a collection of miscellaneous code and procedures that may be useful, but are not something appropriate to … Continue reading NextAge Open Source Application
Open Source – System Log
The System Log Class was created to provide standard method of recording errors in a database table. The SystemLog class has been tested in both WD and WB. The System Log Class was created to provide standard method of recording errors in a database table. Often we have users that call for support, but when … Continue reading Open Source – System Log
Open Source – Business Rules
The Business Rule Class was created to provide a uniform method of enforcing business rules and data validation in an application. The Business Rule Class was created to provide a uniform method of enforcing business rules and data validation in an application. Furthermore it provides the ability to adjust and extend the business rules from … Continue reading Open Source – Business Rules
Open Source – Browse Form Manager
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
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
Two Styles of Editing Records from a Link in an AJAX Table
This article is going to show two different styles of edit screens that can be used with AJAX tables in WebDev. Both Popup Pages and Full Page edits via PageDisplay. In fact for the demo, I have added a check box control that determines which style of edit to use at run time! For a … Continue reading Two Styles of Editing Records from a Link in an AJAX Table
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
Web Design Resources
With the recent WebDev Article I have posted, folks have asked about the resource's I use for web development, this isn't an exhaustive list but a good place to start. Google Do I really need to say anymore? Where do you think we found all of these resources? Color Schemer Online A handy tool to … Continue reading Web Design Resources

You must be logged in to post a comment.