- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
If your Save button is of type Regular then place the below code in the click event. If your button type is of Submit then place the below code in preSubmit event.
Language is Java Script:
if (Form1.Page1.SubForm1.CustomerName.rawValue == null) {
xfa.host.messageBox ("Please fill this field",1,0);
}
I am assuming the path of your CustomerName field is "Form1.Page1.SubForm1.CustomerName"..Otherwise correct the path.
Let me know if you have any issues..
Thanks
Srini
Views
Replies
0 Likes
Total Likes