AJAX Library for Visual DataFlex

From DataFlex Wiki
Revision as of 14:05, 8 April 2020 by Hsymington (talk | contribs) (Changed from Web Programming to Web Applications category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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 know how to create a datamodel 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.


Basics

Frequent issues


Examples


Work in progress

See Also


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