DataFlex WebApp – A simple control
The easiest way to create custom controls for DataFlex WebApp is to use the cWebHtmlBox class The cWebHtmlBox class is a simple control that allows the developer to send custom HTML code to the client Lets see how this works // Object oMyCustomHtml is a cWebHtmlBox...DataFlex WebApp – Anatomy of controls
The architecture for controls in DataFlex WebApp is similar to Visual DataFlex desktop applications. In Visual DataFlex a control consists of a DataFlex class and a windows class. The DataFlex class is generally a combination of DataFlex code and C/C++ runtime code...DataFlex WebApp – Breaking out of the Box
DataFlex WebApp is a nice framework to build web applications. As with all frameworks it doesnt always do everything we want and often the standard look and feel may not be what we want for our applications Over the next weeks we will be publishing a number of posts...DataFlex for WordPress
This plugin, available from DataAcesss allows you to embed a DataFlex WebApp into a Wordpress site. Wordpress is a free open source content management system.
Mapping in DataFlex WebApp
We have been using Maps in our desktop applications for a long time. We have used several different mapping solutions depending on the needs of the application ranging from special Law Enforcement maps to simple standard maps.