Re: Restricted Fields in Forms 3.0

From: Christian Mondrup <unicm_at_unidhp1.uni-c.dk>
Date: 26 May 1994 07:26:42 GMT
Message-ID: <2s1ivi$p9r_at_news.uni-c.dk>


Dwayne K. Lanclos (lanclosd_at_bcstec.ca.boeing.com) wrote:
: We've got a case here where we want to restrict certain fields on a form
: to be updateable by only two special (administrative) users. All the other
: fields in the table can be changed by regular users. The DBA restricted
: these fields in the Oracle database, but then the regular users couldn't
: update the form.
 

: We also tried changing the field attributes to "not updateable" on-the-fly,
: but that didn't seem to work, either. We don't want to create a special form
: just for the two administrative users. What should we do?
:
: --
: ----------
: Dwayne K. Lanclos lanclosd_at_lacmhs.boeing.com
Changing field attributes with focus on a field doesn't work. Make the field attribute changes in a KEY-STARTUP trigger. When I do that I can do the same things that you want to do.

--
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+      Christian Mondrup                                                      +
+      UNI-C Aarhus, Danish Computing Centre for Research and Education.      +
+      Olof Palmes Alle 38, DK 8200 Aarhus N.                                 +
+                                                                             +
+      Phone:   +45 86 78 44 44                                               +
+      Telefax: +45 86 78 44 55                                               +
+      E-Mail:  Christian.Mondrup_at_uni-c.dk                                    +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Received on Thu May 26 1994 - 09:26:42 CEST

Original text of this message