AJAX Library for Visual DataFlex: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
[[Visual DataFlex Studio]] has a library that can be used to develop [[AJAX]] web applications available from
The '''AJAX Library for Visual Dataflex''' allow developers to develop web applications using the latest AJAX technologies.
http://www.visual-dataflex.co.uk/1seater.asp?pageid=948


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 Window 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 allready now how to create a datamodel [[Using DataDictionaries]] from earlier [[Visual DataFlex]] programming experience.
Now just attach you [[Data Dictionaries]] [[Using AJAX Web Browser Objects]] - this brings your existing datamodel to the ajax world.  
 
Now just attach you DataDictionaries [[Using AJAX Web Browser Objects]] - this brings your existing datamodel to the ajax world.  




Line 21: Line 19:
*[[Creating a AJAX Form]]
*[[Creating a AJAX Form]]
*[[AJAX Remote Method Invocation ]]
*[[AJAX Remote Method Invocation ]]


== Typical problems ==
== 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 .
*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 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
*Remember to have the same version installed on the server and in the web application AppHtml directory
 
[[Category:AJAX]]
 
 
 


== Examples ==
== Examples ==
*[[AJAX Rating Example]]
*[[AJAX Rating Example]]


==See Also==
*[[Using cAjaxSessionManager]]


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


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

Revision as of 07:00, 26 November 2007

The AJAX Library for Visual Dataflex allow developers to develop web applications using the latest AJAX technologies.

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.

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


Basics

Frequent issues

Typical problems

  • 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 installed on the server and in the web application AppHtml directory

Examples

See Also

External Links