View previous topic :: View next topic |
Author |
Message |
madhuroyus Beginner
Joined: 09 Jan 2006 Posts: 45 Topics: 14 Location: Bangalore
|
Posted: Mon Jun 19, 2006 6:54 am Post subject: question on validation on receiving the map |
|
|
Hi,
Assume that I have 3 fields namely Name,Address and Marks on the screen.On first time, User entered the Name and Address fields and not entered the Marks field. Then the Program will prompt for the marks and user will enter the Marks field also in the second time.
In second time user has not entered anything for the fields Name and Address, user has entered for the Marks field only.
Now I have to find out whether the Name field is touched by user in the second time or not.
I think I can do it by MDT(FSET), but not sure how to implement programatically.
Can any one help on this problem?
Thanks
Madhu _________________ Self confidence is something that says U will do it, when the rest of the world has exactly opposite view. |
|
Back to top |
|
|
sriramla Beginner
Joined: 22 Feb 2003 Posts: 74 Topics: 1
|
Posted: Mon Jun 19, 2006 7:48 am Post subject: |
|
|
Everytime before sending the map, set the MDT flag to true for all editable fields. This ensures that you receive the data from the screen from every field. Also, before sending the map save the data in linkage. Now, once you receive the map compare the saved variables with screen variables. |
|
Back to top |
|
|
|
|