Author: johannes
Date: 2007-01-09 02:46:05 -0600 (Tue, 09 Jan 2007)
New Revision: 9233
Modified:
trunk/gnue-samples/two-tier/forms/customers.gfd
Log:
Customer code is only editable for new records
Modified: trunk/gnue-samples/two-tier/forms/customers.gfd
===================================================================
--- trunk/gnue-samples/two-tier/forms/customers.gfd 2007-01-08 23:39:24 UTC
(rev 9232)
+++ trunk/gnue-samples/two-tier/forms/customers.gfd 2007-01-09 08:46:05 UTC
(rev 9233)
@@ -66,7 +66,7 @@
<logic>
<block name="blk_customer" datasource="dts_customer">
<field name="code" field="code" datatype="text" maxLength="16"
- case="upper" />
+ case="upper" editable="new" />
<field name="name" field="name" datatype="text" maxLength="50" />
<field name="address1" field="address1" datatype="text" maxLength="50" />
<field name="address2" field="address2" datatype="text" maxLength="50" />
_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue