How to create VDF Web Applications: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
Line 18: Line 18:
First of all you should understand that ''ASP is not a new programming language that you need to learn.'' VDF code can be exposed for asp via COM so that you can call the components via vbscript or jscript.
First of all you should understand that ''ASP is not a new programming language that you need to learn.'' VDF code can be exposed for asp via COM so that you can call the components via vbscript or jscript.


Ok - I lied. if you don't know vbscript you will probably spend a day or two looking at [a tutorial][http://www.w3schools.com/Vbscript/default.asp].  
Ok - I lied. if you don't know vbscript you will probably spend a day or two looking at [http://www.w3schools.com/Vbscript/default.asp a tutorial].  


The overall idea is : '''do not write vdf code to generate html. use asp'''. ASP is about interfacing code to HTML in a easy way - so use it !   
The overall idea is : '''do not write vdf code to generate html. use asp'''. ASP is about interfacing code to HTML in a easy way - so use it !