Roger Lovelock wrote: > A very instructive read! I realise that it is not right up to date, so a > couple of questions :- > 1/ Hadn't seen validateField() before - assume it is still in place > (obviously very useful in addition to record level validation).? If so, I > will see if I can use it to get around the strange behaviour I am observing > with record level checking on saves of the first displayed record prior to > data navigation. > 2/ From my reading I believe that FieldSpecs are deprecated - are they > effectively replaced by DataStructure?
FieldSpecs are deprecated, only supported in datanav for older apps. datanav2 doesn't support them. No, DataStructure doesn't replace FieldSpecs. FieldSpecs was a great idea for quickly making apps without having to define the same things over and over again in the biz and ui layers, and multiple places in the ui layer. But it served to limit the scope of datanav-based apps, so I moved away from it. Paul _______________________________________________ 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]
