Using the AJAX Library: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
mNo edit summary
m (Redirected)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
Ok. now you are hooked. and you want to start using the [[AJAX Library for Visual DataFlex| AJAX library ]]. This page is about that.
#REDIRECT [[AJAX Library for Visual DataFlex]]
 
 
If you are here , then you probably want to develop a web solution. We will asumme that you know  [[How to develop ASP pages]] .
 
 
== Introduction ==
The goal of the Visual DataFlex AJAX library is to bring the experience from the Window version of Visual DataFlex to the web using [[AJAX]] techniques.
 
You probably allready now how to create a datamodel [[Using DataDictionaries]] from earlier [[Visual DataFlex]] programming experience. Now just attach you DataDictionaries [[Using AJAX Web Browser Objects]] - this brings your existing datamodel to the ajax world. ( See [[AJAX Rating Example]] for how to do that ).
 
To finish your programming tasks then you need to handcode some asp pages. Take a look at the [[AJAX CookBook]] for some code snippets that might help ease your coding .
 
 
== Howtos ==
*[[Adding the AJAX Library to your application]]
*[[Creating a AJAX Web application]]
*[[Using AJAX Web Browser Objects]]
*[[Creating a AJAX Form]]
*[[AJAX Remote Method Invocation ]]
 
 
 
 
 
== Typical problems ==
 
 
*if you get a http 500 , then you probably forgot to copy the files from the the AppHtml dir in the AJAX library to your project .
*remember to set the correct access rights on your asp files.
*Remember to have the same version installed on the server and in the webapplication AppHtml directory
 
[[Category:AJAX]]

Latest revision as of 20:04, 22 November 2007