Roger Lovelock wrote: > Hi, > In my bizObj I have some record and field validations. When a validation > fails my error message is displayed in the status bar of my form. However, my > error text is preceded by dabo generated text giving the field name and a > validation failed message. Two problems with this - the field name is not in > a form I want to display to users, and secondly - I have fairly small size > forms (ie just as big as they need to be) and my part of the error text is > off the screen because of the text inserted before it. As we have to put an > error message in anyway (which in itself denotes an error has occured) why > have any text automatically generated by dabo? I'd be happiest if just my > error message was displayed (I can see that the current text would be good > while testing dabo, but I don't think its good in a production siyuation). > > Any thoughts? >
You would have to overwrite onFieldValidationFailed() in you formclass. Uwe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
