My issue is when i create new record in customer form, i want user to also enter values in address tab, that is street name, country. what i did was made street and country mandatory using properties. but if we don't create record in address tab, mandatory option is disable and user can easily save information without inputting values in address tab.
This i want to restrict and it should be compulsory to input record in address tab when new record is created in customer form/vendor form .
I have already used Validate write in custtable,Can Close method in form but nothing happend.