I have a user object which is using pfc services. Now, during update, how can I make sure that a text field in datawindow is not empty?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
PFC has a DataWindow Required Column service, that changes the behaviour of columns’ Required attribute to evaluate at save time. If your requirement involves editmask columns, this won’t work, but may be an easy way to achieve this otherwise.
To use this, I’d put the following code in the Constructor (warning: it’s been a while since I’ve used it):
Good luck,
Terry.