I was thinking in terms of the way we are managing our forms. When initializing the form the sqlwhereclause is "0=1" so no data is present. . When we navigate up or down we query via sql pass thru for the the next pk > current pk, we then set the whereclause to "pkid = new_pk" and then issue a requery. In effect, dabo's PrimaryBizobj dataset always has either 0 or 1 records.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Leafe Sent: Thursday, November 20, 2008 10:10 PM To: Dabo Users list Subject: Re: [dabo-users] Bizobj Validation On Nov 20, 2008, at 8:58 PM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: > Is it then perhaps because when it is first run and you jump from one > field to the next there is no dataset to validate against, but when > you navigate to a record, then the validate kicks in? That makes no sense. If there is no dataset, then how can one navigate to a record? -- Ed Leafe [excessive quoting removed by server] _______________________________________________ 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]
