How to create VDF Web Applications: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
mNo edit summary
No edit summary
Line 1: Line 1:
asp pages are about creating HTML markup to interface serverside code.
asp pages are about creating HTML markup to interface serverside code .  This means that asp is not a real programming language - it is about creating html.




 
= serverside =
=code roadmap=
*Web Business Process (these things gets registered and you can access them in asp)
*Global.asa
*Global.asa (this is where your code is stackup up. check the list of WBP's there)
*Web Business Process





Revision as of 18:18, 8 June 2008

asp pages are about creating HTML markup to interface serverside code . This means that asp is not a real programming language - it is about creating html.


serverside

  • Web Business Process (these things gets registered and you can access them in asp)
  • Global.asa (this is where your code is stackup up. check the list of WBP's there)


clientside

NOTE: currently there are no direct support for editing these things in the Visual DataFlex Studio


Text Editors