|
|
(18 intermediate revisions by one other user not shown) |
Line 1: |
Line 1: |
| == how to add the AJAX library to your workspace ==
| | #REDIRECT [[AJAX Library for Visual DataFlex]] |
| | |
| Fetch the library from : http://www.dataaccess.nl/IframeText.asp?pageid=1378 and install it
| |
| | |
| *select the workspace you want to use.
| |
| *Right click in the class palette in [[Visual DataFlex Studio]].
| |
| *press "add/remove libraries".
| |
| *press "Add Library"
| |
| *navigate to where you installed the [[AJAX Library for Visual DataFlex| VDF AJAX library]]. I installed mine in "c:\programmer\Visual DataFlex AJAX Library 1.0" .
| |
| *click on the sws file for the AJAX library
| |
| *choose "yes" for relative pathing
| |
| *chose "OK"
| |
| | |
| | |
| == 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
| |
| *Learn [[How to debug ASP pages]]
| |
|
| |
| | |
| [[Category:AJAX]]
| |