[EMAIL PROTECTED] wrote: > 1) I am trying test data validation. I added a new record and then > immediately try to save it. In my validation I have code to check for valid > & required info. The validate is not getting fired. I have traced it as > far as what I think the problem is. The bizobj.RowCount reports as 0, so it > thinks it has nothing to do. > > Any ideas?
Well, no. As soon as you call biz.new(), RowCount should increment by 1. First make sure that is happening. -- pkm ~ http://paulmcnett.com _______________________________________________ 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/dabo-users/[EMAIL PROTECTED]
