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...

Record not found – Externally updated tables

Meant to write a quick post about this for a while and having been bitten by it again i finally remembered if you are using externally updated tables that are not system tables this is an important thing to keep in mind. Externally Updated Tables These are tables that...