Validate Property Pages
-
Hi, I want to know how to validate a property sheet and if validation is success, pass the control to the property page two and if not, pass the control back to page one. Suppose I have 2 propoerty sheets in a page. I do some validation in page one and if the validation is a success, pass the control to page two, else have the control in page one itself. Ravi Shankar S Programmer Analyst iSOFT R&D Pvt Ltd Chennai, INDIA Ph: 91-44-4414980 Extn 1103
-
Hi, I want to know how to validate a property sheet and if validation is success, pass the control to the property page two and if not, pass the control back to page one. Suppose I have 2 propoerty sheets in a page. I do some validation in page one and if the validation is a success, pass the control to page two, else have the control in page one itself. Ravi Shankar S Programmer Analyst iSOFT R&D Pvt Ltd Chennai, INDIA Ph: 91-44-4414980 Extn 1103
Property sheets will advance based on the way in which you set your property page. As for not advanceing if the validation fails return -1 and you will stay on the same page.