How to create VDF Web Applications: Difference between revisions

Line 20: Line 20:
*[http://en.wikipedia.org/wiki/JScript jscript] (jscript is microsofts version of [[Javascript]] )
*[http://en.wikipedia.org/wiki/JScript jscript] (jscript is microsofts version of [[Javascript]] )


This means that '''asp is not a real programming language''' - it is about creating html to got together with serverside components you develop in Visual DataFlex (VDF). If you have problems you need to solve , then the best idea is to try solve them in Visual DataFlex first , then expose the developed functionality as a web object .
This means that '''asp itself should not be used as a programming language''' - it is a fast way of writing the html to go together with serverside components you develop in Visual DataFlex (VDF). The trick is that you can write lots of HTML in asp - outside your code. If you have problems you need to solve as a programmer, then the best idea is to try solve them in Visual DataFlex first , then expose the developed functionality as a web object embedded in your asp page.
 
Markup related tings are supposed to be solved using asp , business related things are supposed to be solved using vdf.If you find yourself writing markup related code in Visual dataflex , then you are probably heading in the wrong direction.


= VDF on the serverside =
= VDF on the serverside =
Anonymous user