AJAX Updating Related forms: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
mNo edit summary
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
Describe how to use input from to related DataDictionaries through Web Objects in a AJAX Web Form.
Describe how to use input from to related DataDictionaries [[Using AJAX Web Browser Objects]] in a AJAX Web Form.






=klaus' problem =
= Problem description from  [[User:kb|Klaus Berthelsen]] =


*we wish to show two tables in one screen .  
*we wish to show two tables in one screen .  
*these two tables are related
*these two tables are related
*zip code is server for customer
*zip code is server for customer
*customer information with related zip codes
*customer information with related zip codes
=Solving it=
I think this problem can be solved by using the [[Javascript]] "MouseOver" event  like in the sample from the AJAX training. --[[User:Jka|Jka]] 10:53, 14 September 2007 (CEST)
[[Category:AJAX]] [[Category:Challenges]]

Latest revision as of 16:58, 14 September 2007

Describe how to use input from to related DataDictionaries Using AJAX Web Browser Objects in a AJAX Web Form.


Problem description from Klaus Berthelsen

  • we wish to show two tables in one screen .
  • these two tables are related
  • zip code is server for customer
  • customer information with related zip codes


Solving it

I think this problem can be solved by using the Javascript "MouseOver" event like in the sample from the AJAX training. --Jka 10:53, 14 September 2007 (CEST)