ProductReview Example: Difference between revisions

m
Line 21: Line 21:


=== Creating the data dictionaries ===
=== Creating the data dictionaries ===
We want to store information about users, places, purchases and known items. A user should be either a normal user or an administrator. The other tables should hold sufficient information about the items purchased and how the users liked them.
We want to store information about users, places, purchases and known items. A user should be either a normal user or an administrator. The other tables should hold sufficient information about the items purchased and how the users liked them.


Line 46: Line 45:
*choose "yes" for relative pathing
*choose "yes" for relative pathing
*chose "OK"
*chose "OK"


=== Creating a AJAX Web application ===
=== Creating a AJAX Web application ===
Line 53: Line 54:
*Select "Rating" as Web Application name
*Select "Rating" as Web Application name
*enter OK
*enter OK
Copy everything in "Visual DataFlex AJAX Library\AppHtml" to the "\AppHtml" of your project.




Line 59: Line 64:


users logging in
users logging in


*choose create new
*choose create new
Line 65: Line 69:
*select "AJAX Session Manager"
*select "AJAX Session Manager"
*Write "SessionManager" as Object name
*Write "SessionManager" as Object name
=== Creating a AJAX Form ===
*choose create new
*select Web markup
*select AJAX Form




=== AJAX Masterdetail ===
=== AJAX Masterdetail ===
Listing user assements for items
Listing user assements for items
1,134

edits