Re: Skipping fields in SQL*Forms V3
From: Michael P. Stein <mstein_at_access.digex.net>
Date: 24 Sep 1993 14:59:36 -0400
Message-ID: <27vg2o$ojf_at_access.digex.net>
Date: 24 Sep 1993 14:59:36 -0400
Message-ID: <27vg2o$ojf_at_access.digex.net>
I emailed a response to the original poster, but there appears to be enough confusion that I'll post it publicly. Rather than trying to diddle permissions or attributes the field you want to skip, just write KEY-PRVFLD on the following field and KEY-NXTFLD on the prior field to do the test and decide which field is appropriate to go to. You can even get fancy and reprogram KEY-UP and KEY-DOWN on the field in question to do a PREVIOUS_FIELD; UP [DOWN]; IF :blockname.ROWID IS NOT NULL THEN NEXT_FIELD END IF;
-- Mike Stein The above represents the Absolute Truth. POB 10420 Therefore it cannot possibly be the official Arlington, VA 22210 position of my employer.Received on Fri Sep 24 1993 - 20:59:36 CEST