AJAX Library for Visual DataFlex: Difference between revisions

m
Changed from Web Programming to Web Applications category
m (Changed from Web Programming to Web Applications category)
 
(11 intermediate revisions by 3 users not shown)
Line 3: Line 3:
The goal of the Visual DataFlex AJAX library is to bring the experience from the Windows version of Visual DataFlex to the web using [[AJAX]] techniques.
The goal of the Visual DataFlex AJAX library is to bring the experience from the Windows version of Visual DataFlex to the web using [[AJAX]] techniques.


You probably already now how to create a datamodel [[Using DataDictionaries]] from earlier [[Visual DataFlex]] programming experience.  
You probably already know how to create a datamodel [[DataDictionary|Using DataDictionaries]] from earlier [[Visual DataFlex]] programming experience.  


Now just attach your [[Data Dictionaries]] [[Using AJAX Web Browser Objects]] - this brings your existing datamodel to the ajax world.  
Now just attach your [[DataDictionary|Data Dictionaries]] [[Using AJAX Web Browser Objects]] - this brings your existing datamodel to the ajax world.  




== Basics ==
== Basics ==
*[[Using DataDictionaries]]
*[[DataDictionary|what is a data dictionary?]]
*[[How to develop ASP pages]]
*[[How to develop ASP pages]]
*[[DOM|Using the Document Object Model]]


== Frequent issues ==
== Frequent issues ==
Line 23: Line 22:


== Examples ==
== Examples ==
*[[AJAX Rating Example]]
*[[AJAX - Return Arrays and Structs to your JavaScript with XML]]
 
 
== Work in progress ==
*[[Rating Example]]


==See Also==
==See Also==
*[[Using cAjaxSessionManager]]
*[[Using cAjaxSessionManager]]
==Troubleshooting==
*If you get a http 500 , then you probably forgot to copy the files from the the [[AppHtml]] directory in the AJAX library to your project.
*Remember to set the correct access rights on your [[ASP]] files.
*Remember to have the same version of the AJAX library installed on the server and in the web application AppHtml directory


==External Links==
==External Links==
*[http://www.visual-dataflex.co.uk/1seater.asp?pageid=948 Library Download]
*[http://www.dataaccess.nl/IframeText.asp?pageid=1597 Library Download]


[[Category:Web Programming]]
[[Category:Web Applications]]
[[Category:AJAX]]
[[Category:AJAX]]