Author: btami
Date: 2005-08-07 16:16:24 -0500 (Sun, 07 Aug 2005)
New Revision: 222
Modified:
gnue-invoice/forms/grid-hu.gfd
gnue-invoice/forms/grid.gfd
Log:
enable commits in triggers again
Modified: gnue-invoice/forms/grid-hu.gfd
===================================================================
--- gnue-invoice/forms/grid-hu.gfd 2005-08-07 18:26:14 UTC (rev 221)
+++ gnue-invoice/forms/grid-hu.gfd 2005-08-07 21:16:24 UTC (rev 222)
@@ -23,7 +23,7 @@
$Id$ -->
-<form title="Sz�ml�k" readonly="Y">
+<form title="Sz�ml�k">
<trigger type="ON-STARTUP" name="Trigger1">
#form.setFeature('GUI:MENUBAR:SUPPRESS', 1)
@@ -38,7 +38,7 @@
<logic>
- <block name="blk" datasource="dts" rows="8">
+ <block name="blk" datasource="dts" rows="8" editable="N"
deletable="N">
<field name="fldGnueid" field="gnue_id" maxLength="32"
readonly="Y"/>
<field name="fldBuyerName" field="BILLING_buyerName"
maxLength="35"
Modified: gnue-invoice/forms/grid.gfd
===================================================================
--- gnue-invoice/forms/grid.gfd 2005-08-07 18:26:14 UTC (rev 221)
+++ gnue-invoice/forms/grid.gfd 2005-08-07 21:16:24 UTC (rev 222)
@@ -23,7 +23,7 @@
$Id$ -->
-<form title="Invoices" readonly="Y">
+<form title="Invoices">
<trigger type="ON-STARTUP" name="Trigger1">
#form.setFeature('GUI:MENUBAR:SUPPRESS', 1)
@@ -38,7 +38,7 @@
<logic>
- <block name="blk" datasource="dts" rows="8">
+ <block name="blk" datasource="dts" rows="8" editable="N"
deletable="N">
<field name="fldGnueid" field="gnue_id" maxLength="32"
readonly="Y"/>
<field name="fldBuyerName" field="BILLING_buyerName"
maxLength="35"
_______________________________________________
Commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue