commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r6798 - trunk/gnue-packages/base/location


From: kilo
Subject: r6798 - trunk/gnue-packages/base/location
Date: Fri, 10 Dec 2004 05:14:13 -0600 (CST)

Author: kilo
Date: 2004-12-10 05:14:12 -0600 (Fri, 10 Dec 2004)
New Revision: 6798

Modified:
   trunk/gnue-packages/base/location/LOC_Address.gfd
   trunk/gnue-packages/base/location/LOC_Country.gfd
   trunk/gnue-packages/base/location/LOC_Region.gfd
   trunk/gnue-packages/base/location/LOC_Street.gfd
   trunk/gnue-packages/base/location/LOC_Zip.gfd
   trunk/gnue-packages/base/location/README
Log:
Packages:
Updated LOC forms.

Modified: trunk/gnue-packages/base/location/LOC_Address.gfd
===================================================================
--- trunk/gnue-packages/base/location/LOC_Address.gfd   2004-12-10 08:01:44 UTC 
(rev 6797)
+++ trunk/gnue-packages/base/location/LOC_Address.gfd   2004-12-10 11:14:12 UTC 
(rev 6798)
@@ -25,108 +25,93 @@
 
 <form title="Address">
   <options/>
-  <datasource name="dtsLOC_Address" connection="appserver" 
table="LOC_Address"/>
-  <datasource name="dts_LOC_Zip" connection="appserver" prequery="Y"
-              table="LOC_Zip"/>
-  <datasource name="dts_LOC_Street" connection="appserver" prequery="Y"
-              table="LOC_Street"/>
-  <datasource name="dts_LOC_Country" connection="appserver" prequery="Y"
-              table="LOC_Country"/>
+  
+  <datasource name="dts"            connection="appserver"  
table="LOC_Address"/>
+  <datasource name="dts_Zip"        connection="appserver"  table="LOC_Zip"
+      prequery="Y"/>
+  <datasource name="dts_Street"     connection="appserver"  table="LOC_Street"
+      prequery="Y"/>
+  <datasource name="dts_Country"    connection="appserver"  table="LOC_Country"
+      prequery="Y"/>
+      
   <logic>
-    <block name="blkLOC_Address" datasource="dtsloc_address">
-      <field name="fldLocBuilding" field="LOC_building" maxLength="4"/>
-      <field name="fldLocCountry" field="LOC_country" 
fk_description="LOC_formatted"
-             fk_key="gnue_id" fk_source="dts_LOC_Country" maxLength="32"/>
-      <field name="fldLocDoor" field="LOC_door" maxLength="4"/>
-      <field name="fldLocFloor" field="LOC_floor" maxLength="2"/>
-      <field name="fldLocNumber" field="LOC_number" maxLength="11"/>
-      <field name="fldLocStreet" field="LOC_street"
-             fk_description="LOC_formatted" fk_key="gnue_id" 
fk_source="dts_LOC_Street" maxLength="32"/>
-      <field name="fldLocStaircase" field="LOC_staircase" maxLength="4"/>
-      <field name="fldLocZip" field="LOC_zip" fk_description="LOC_formatted"
-             fk_key="gnue_id" fk_source="dts_LOC_Zip" maxLength="32"/>
+    <block name="blk"   datasource="dts">
+      <field name="fldBuilding"     field="LOC_building"    maxLength="4"/>
+      <field name="fldCountry"      field="LOC_country"     maxLength="32"
+          fk_source="dts_Country"   fk_key="gnue_id"
+          fk_description="LOC_formatted"/>
+      <field name="fldDoor"         field="LOC_door"        maxLength="4"/>
+      <field name="fldFloor"        field="LOC_floor"       maxLength="2"/>
+      <field name="fldNumber"       field="LOC_number"      maxLength="11"/>
+      <field name="fldStreet"       field="LOC_street"      maxLength="32"
+          fk_source="dts_Street"    fk_key="gnue_id"
+          fk_description="LOC_formatted"/>
+      <field name="fldStaircase"    field="LOC_staircase"   maxLength="4"/>
+      <field name="fldZip"          field="LOC_zip"         maxLength="32"
+          fk_source="dts_Zip"       fk_key="gnue_id"
+          fk_description="LOC_formatted"/>
     </block>
   </logic>
-  <layout xmlns:Char="GNUe:Layout:Char" Char:height="9" Char:width="43">
-    <page name="Page1">
-      <label name="lblLoc Country:" Char:height="1" Char:width="12" Char:x="1"
-             Char:y="1" text="Country:"/>
-      <entry name="entLocCountry" Char:height="1" Char:width="30" Char:x="12"
-             Char:y="1" block="blkLOC_Address" field="fldLocCountry" 
focusorder="1"
-             label="" style="dropdown"/>
-      <button name="btnEditCountry" Char:height="1" Char:width="6" Char:x="42"
-              Char:y="1" label="Edit...">
-        <trigger type="ON-ACTION" name="btnEditCountryTrigger"><![CDATA[##
+  
+  <layout xmlns:c="GNUe:Layout:Char" c:height="9" c:width="43">
+    <page>
+      <label name="lblCountry" c:height="1" c:width="12" c:x="1" c:y="1"
+          text="Country:"/>
+      <entry name="entCountry" c:height="1" c:width="30" c:x="12" c:y="1"
+          block="blk" field="fldCountry" focusorder="1" style="dropdown"/>
+      <button name="btnEditCountry" c:height="1" c:width="6" c:x="42" c:y="1"
+          label="Edit...">
+        <trigger type="ON-ACTION" name="btnEditCountryTrigger">
           location = "LOC_Country.gfd"
-          form.runForm(location)
-        ]]></trigger>
+          runForm(location)
+          blk.fldCountry.resetForeignKey()
+        </trigger>
       </button>
-      <button name="btnRefreshCountry" Char:height="1" Char:width="3"
-              Char:x="48" Char:y="1" label="@">
-        <trigger type="ON-ACTION" name="btnRefreshCountryTrigger"><![CDATA[##
-          blkLOC_Address.fldLocCountry.resetForeignKey()
-        ]]></trigger>
-      </button>
-      <label name="lblLoc Zip:" Char:height="1" Char:width="8" Char:x="1"
-             Char:y="2" text="Zip:"/>
-      <entry name="entLocZip" Char:height="1" Char:width="30" Char:x="12"
-             Char:y="2" block="blkLOC_Address" field="fldLocZip" 
focusorder="2" label=""
-             style="dropdown"/>
-      <button name="btnEditZip" Char:height="1" Char:width="6" Char:x="42"
-              Char:y="2" label="Edit...">
-        <trigger type="ON-ACTION" name="btnEditZipTrigger"><![CDATA[##
+      <label name="lblZip" c:height="1" c:width="8" c:x="1" c:y="2"
+          text="Zip:"/>
+      <entry name="entZip" c:height="1" c:width="30" c:x="12" c:y="2"
+          block="blk" field="fldZip" focusorder="2" style="dropdown"/>
+      <button name="btnEditZip" c:height="1" c:width="6" c:x="42" c:y="2"
+          label="Edit...">
+        <trigger type="ON-ACTION" name="btnEditZipTrigger">
           location = "LOC_Zip.gfd"
-          form.runForm(location)
-        ]]></trigger>
+          runForm(location)
+          blk.fldZip.resetForeignKey()
+        </trigger>
       </button>
-      <button name="btnRefreshZip" Char:height="1" Char:width="3"
-              Char:x="48" Char:y="2" label="@">
-        <trigger type="ON-ACTION" name="btnRefreshZipTrigger"><![CDATA[##
-          blkLOC_Address.fldLocZip.resetForeignKey()
-        ]]></trigger>
-      </button>
-      <label name="lblLoc Street:" Char:height="1" Char:width="10" Char:x="1"
-             Char:y="3" text="Street:"/>
-      <entry name="entLocStreet" Char:height="1" Char:width="30" Char:x="12"
-             Char:y="3" block="blkLOC_Address" field="fldLocStreet" 
focusorder="3"
-             label="" style="dropdown"/>
-      <button name="btnEditStreet" Char:height="1" Char:width="6" Char:x="42"
-              Char:y="3" label="Edit...">
-        <trigger type="ON-ACTION" name="btnEditStreetTrigger"><![CDATA[##
+      <label name="lblStreet" c:height="1" c:width="10" c:x="1" c:y="3"
+          text="Street:"/>
+      <entry name="entStreet" c:height="1" c:width="30" c:x="12" c:y="3"
+          block="blk" field="fldStreet" focusorder="3" style="dropdown"/>
+      <button name="btnEditStreet" c:height="1" c:width="6" c:x="42" c:y="3"
+          label="Edit...">
+        <trigger type="ON-ACTION" name="btnEditStreetTrigger">
           location = "LOC_Street.gfd"
-          form.runForm(location)
-        ]]></trigger>
+          runForm(location)
+          blk.fldStreet.resetForeignKey()
+        </trigger>
       </button>
-      <button name="btnRefreshStreet" Char:height="1" Char:width="3"
-              Char:x="48" Char:y="3" label="@">
-        <trigger type="ON-ACTION" name="btnRefreshStreetTrigger"><![CDATA[##
-          blkLOC_Address.fldLocStreet.resetForeignKey()
-        ]]></trigger>
-      </button>
-      <label name="lblLoc Number:" Char:height="1" Char:width="11" Char:x="1"
-             Char:y="4" text="Number:"/>
-      <entry name="entLocNumber" Char:height="1" Char:width="11" Char:x="12"
-             Char:y="4" block="blkLOC_Address" field="fldLocNumber" 
focusorder="4"
-             label=""/>
-      <label name="lblLoc Building:" Char:height="1" Char:width="13"
-             Char:x="1" Char:y="5" text="Building:"/>
-      <entry name="entLocBuilding" Char:height="1" Char:width="4" Char:x="12"
-             Char:y="5" block="blkLOC_Address" field="fldLocBuilding" 
focusorder="5"
-             label=""/>
-      <label name="lblLoc Staircase:" Char:height="1" Char:width="14"
-             Char:x="1" Char:y="6" text="Staircase:"/>
-      <entry name="entLocStaircase" Char:height="1" Char:width="4" Char:x="12"
-             Char:y="6" block="blkLOC_Address" field="fldLocStaircase" 
focusorder="6"
-             label=""/>
-      <label name="lblLoc Floor:" Char:height="1" Char:width="10" Char:x="1"
-             Char:y="7" text="Floor:"/>
-      <entry name="entLocFloor" Char:height="1" Char:width="2" Char:x="12"
-             Char:y="7" block="blkLOC_Address" field="fldLocFloor" 
focusorder="7"
-             label=""/>
-      <label name="lblLoc Door:" Char:height="1" Char:width="9" Char:x="1"
-             Char:y="8" text="Door:"/>
-      <entry name="entLocDoor" Char:height="1" Char:width="4" Char:x="12"
-             Char:y="8" block="blkLOC_Address" field="fldLocDoor" 
focusorder="8" label=""/>
+      <label name="lblNumber" c:height="1" c:width="11" c:x="1" c:y="4"
+          text="Number:"/>
+      <entry name="entNumber" c:height="1" c:width="11" c:x="12" c:y="4"
+          block="blk" field="fldNumber" focusorder="4"/>
+      <label name="lblBuilding" c:height="1" c:width="13" c:x="1" c:y="5"
+          text="Building:"/>
+      <entry name="entBuilding" c:height="1" c:width="4" c:x="12" c:y="5"
+          block="blk" field="fldBuilding" focusorder="5"/>
+      <label name="lblStaircase" c:height="1" c:width="14" c:x="1" c:y="6"
+          text="Staircase:"/>
+      <entry name="entStaircase" c:height="1" c:width="4" c:x="12" c:y="6"
+          block="blk" field="fldStaircase" focusorder="6"/>
+      <label name="lblFloor" c:height="1" c:width="10" c:x="1" c:y="7"
+          text="Floor:"/>
+      <entry name="entFloor" c:height="1" c:width="2" c:x="12" c:y="7"
+          block="blk" field="fldFloor" focusorder="7"/>
+      <label name="lblDoor" c:height="1" c:width="9" c:x="1" c:y="8"
+          text="Door:"/>
+      <entry name="entDoor" c:height="1" c:width="4" c:x="12" c:y="8"
+          block="blk" field="fldDoor" focusorder="8" />
     </page>
   </layout>
+  
 </form>


Property changes on: trunk/gnue-packages/base/location/LOC_Address.gfd
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/gnue-packages/base/location/LOC_Country.gfd
===================================================================
--- trunk/gnue-packages/base/location/LOC_Country.gfd   2004-12-10 08:01:44 UTC 
(rev 6797)
+++ trunk/gnue-packages/base/location/LOC_Country.gfd   2004-12-10 11:14:12 UTC 
(rev 6798)
@@ -25,28 +25,32 @@
 
 <form title="Country">
   <options/>
-  <datasource name="dtsLOC_Country" connection="appserver" 
table="LOC_Country"/>
+  
+  <datasource name="dts"    connection="appserver"  table="LOC_Country"/>
+  
   <logic>
-    <block name="blkLOC_Country" datasource="dtsloc_country">
-      <field name="fldLocCode" field="LOC_code" maxLength="3"/>
-      <field name="fldLocName" field="LOC_name" maxLength="70"/>
-      <field name="fldLocPhone" field="LOC_phone" maxLength="4"/>
+    <block name="blk"   datasource="dts">
+      <field name="fldCode"     field="LOC_code"    maxLength="3"/>
+      <field name="fldName"     field="LOC_name"    maxLength="70"/>
+      <field name="fldPhone"    field="LOC_phone"   maxLength="4"/>
     </block>
   </logic>
-  <layout xmlns:Char="GNUe:Layout:Char" Char:height="3" Char:width="46">
-    <page name="Page1">
-      <label name="lblLoc Code:" Char:height="1" Char:width="4" Char:x="1"
-             Char:y="1" text="Code:"/>
-      <entry name="entLocCode" Char:height="1" Char:width="3" Char:x="9"
-             Char:y="1" block="blkLOC_Country" field="fldLocCode" 
focusorder="1" label=""/>
-      <label name="lblLoc Name:" Char:height="1" Char:width="4" Char:x="1"
-             Char:y="2" text="Name:"/>
-      <entry name="entLocName" Char:height="1" Char:width="30" Char:x="9"
-             Char:y="2" block="blkLOC_Country" field="fldLocName" 
focusorder="2" label=""/>
-      <label name="lblLoc Phone:" Char:height="1" Char:width="4" Char:x="1"
-             Char:y="3" text="Phone:"/>
-      <entry name="entLocPhone" Char:height="1" Char:width="4" Char:x="9"
-             Char:y="3" block="blkLOC_Country" field="fldLocPhone" 
focusorder="3" label=""/>
+  
+  <layout xmlns:c="GNUe:Layout:Char" c:height="4" c:width="46">
+    <page>
+      <label name="lblCode" c:height="1" c:width="4" c:x="1" c:y="1"
+          text="Code:"/>
+      <entry name="entCode" c:height="1" c:width="3" c:x="9" c:y="1"
+          block="blk" field="fldCode" focusorder="1"/>
+      <label name="lblName" c:height="1" c:width="4" c:x="1" c:y="2"
+          text="Name:"/>
+      <entry name="entName" c:height="1" c:width="30" c:x="9" c:y="2"
+          block="blk" field="fldName" focusorder="2"/>
+      <label name="lblPhone" c:height="1" c:width="4" c:x="1" c:y="3"
+          text="Phone:"/>
+      <entry name="entPhone" c:height="1" c:width="4" c:x="9" c:y="3"
+          block="blk" field="fldPhone" focusorder="3"/>
     </page>
   </layout>
+  
 </form>


Property changes on: trunk/gnue-packages/base/location/LOC_Country.gfd
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/gnue-packages/base/location/LOC_Region.gfd
===================================================================
--- trunk/gnue-packages/base/location/LOC_Region.gfd    2004-12-10 08:01:44 UTC 
(rev 6797)
+++ trunk/gnue-packages/base/location/LOC_Region.gfd    2004-12-10 11:14:12 UTC 
(rev 6798)
@@ -25,45 +25,45 @@
 
 <form title="Region">
   <options/>
-  <datasource name="dtsLOC_Region" connection="appserver" table="LOC_Region"/>
-  <datasource name="dts_LOC_Country" connection="appserver" prequery="Y"
-              table="LOC_Country"/>
+  
+  <datasource name="dts"    connection="appserver"  table="LOC_Region"/>
+  <datasource name="dts_LOC_Country"    connection="appserver"  prequery="Y"
+      table="LOC_Country"/>
+              
   <logic>
-    <block name="blkLOC_Region" datasource="dtsloc_region">
-      <field name="fldLocCode" field="LOC_code" maxLength="8"/>
-      <field name="fldLocCountry" field="LOC_country" fk_description="name"
-             fk_key="gnue_id" fk_source="dts_LOC_Country" maxLength="32"/>
-      <field name="fldLocName" field="LOC_name" maxLength="70"/>
+    <block name="blk"   datasource="dts">
+      <field name="fldCode"     field="LOC_code"    maxLength="8"/>
+      <field name="fldCountry"  field="LOC_country" maxLength="32"
+          fk_source="dts_LOC_Country" fk_key="gnue_id"
+          fk_description="LOC_formatted"/>
+      <field name="fldName"     field="LOC_name"    maxLength="70"/>
     </block>
   </logic>
-  <layout xmlns:Char="GNUe:Layout:Char" Char:height="4" Char:width="42">
-    <page name="Page1">
-      <label name="lblLoc Code:" Char:height="1" Char:width="4" Char:x="1"
-             Char:y="1" text="Code:"/>
-      <entry name="entLocCode" Char:height="1" Char:width="8" Char:x="10"
-             Char:y="1" block="blkLOC_Region" field="fldLocCode" 
focusorder="1" label=""/>
-      <label name="lblLoc Name:" Char:height="1" Char:width="4" Char:x="1"
-             Char:y="2" text="Name:"/>
-      <entry name="entLocName" Char:height="1" Char:width="30" Char:x="10"
-             Char:y="2" block="blkLOC_Region" field="fldLocName" 
focusorder="2" label=""/>
-      <label name="lblLoc Country:" Char:height="1" Char:width="7" Char:x="1"
-             Char:y="3" text="Country:"/>
-      <entry name="entLocCountry" Char:height="1" Char:width="30" Char:x="10"
-             Char:y="3" block="blkLOC_Region" field="fldLocCountry" 
focusorder="3"
-             label="" style="dropdown"/>
-      <button name="btnEditCountry" Char:height="1" Char:width="6" Char:x="40"
-              Char:y="3" label="Edit...">
-        <trigger type="ON-ACTION" name="btnEditCountryTrigger"><![CDATA[##
+  
+  <layout xmlns:c="GNUe:Layout:Char" c:height="4" c:width="42">
+    <page>
+      <label name="lblCode" c:height="1" c:width="4" c:x="1" c:y="1"
+          text="Code:"/>
+      <entry name="entCode" c:height="1" c:width="8" c:x="10" c:y="1"
+          block="blk" field="fldCode" focusorder="1"/>
+      <label name="lblName:" c:height="1" c:width="4" c:x="1" c:y="2"
+          text="Name:"/>
+      <entry name="entName" c:height="1" c:width="30" c:x="10" c:y="2"
+          block="blk" field="fldName" focusorder="2"/>
+      <label name="lblCountry:" c:height="1" c:width="7" c:x="1" c:y="3"
+          text="Country:"/>
+      <entry name="entCountry" c:height="1" c:width="30" c:x="10" c:y="3"
+          block="blk" field="fldCountry" focusorder="3" style="dropdown"/>
+      <button name="btnEditCountry" c:height="1" c:width="6" c:x="40" c:y="3"
+          label="Edit...">
+        <trigger type="ON-ACTION" name="btnEditCountryTrigger">
           location = "LOC_Country.gfd"
-          form.runForm(location)
-        ]]></trigger>
+          runForm(location)
+          blk.fldCountry.resetForeignKey()
+        </trigger>
       </button>
-      <button name="btnRefreshCountry" Char:height="1" Char:width="3"
-              Char:x="46" Char:y="3" label="@">
-        <trigger type="ON-ACTION" name="btnRefreshCountryTrigger"><![CDATA[##
-          blkLOC_Region.fldLocCountry.resetForeignKey()
-        ]]></trigger>
-      </button>
+      
     </page>
   </layout>
+  
 </form>


Property changes on: trunk/gnue-packages/base/location/LOC_Region.gfd
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/gnue-packages/base/location/LOC_Street.gfd
===================================================================
--- trunk/gnue-packages/base/location/LOC_Street.gfd    2004-12-10 08:01:44 UTC 
(rev 6797)
+++ trunk/gnue-packages/base/location/LOC_Street.gfd    2004-12-10 11:14:12 UTC 
(rev 6798)
@@ -25,23 +25,27 @@
 
 <form title="Street names">
   <options/>
-  <datasource name="dtsLOC_Street" connection="appserver" table="LOC_Street"/>
+  
+  <datasource name="dts"    connection="appserver"  table="LOC_Street"/>
+  
   <logic>
-    <block name="blkLOC_Street" datasource="dtsloc_street">
-      <field name="fldLocName" field="LOC_name" maxLength="35"/>
-      <field name="fldLocType" field="LOC_type" maxLength="35"/>
+    <block name="blk"   datasource="dts">
+      <field name="fldName" field="LOC_name"    maxLength="35"/>
+      <field name="fldType" field="LOC_type"    maxLength="35"/>
     </block>
   </logic>
-  <layout xmlns:Char="GNUe:Layout:Char" Char:height="3" Char:width="38">
-    <page name="Page1">
-      <label name="lblLoc Name:" Char:height="1" Char:width="4" Char:x="1"
-             Char:y="1" text="Name:"/>
-      <entry name="entLocName" Char:height="1" Char:width="30" Char:x="7"
-             Char:y="1" block="blkLOC_Street" field="fldLocName" 
focusorder="1" label=""/>
-      <label name="lblLoc Type:" Char:height="1" Char:width="6" Char:x="1"
-             Char:y="2" text="Type:"/>
-      <entry name="entLocType" Char:height="1" Char:width="30" Char:x="7"
-             Char:y="2" block="blkLOC_Street" field="fldLocType" 
focusorder="2" label=""/>
+  
+  <layout xmlns:c="GNUe:Layout:Char" c:height="3" c:width="38">
+    <page>
+      <label name="lblName" c:height="1" c:width="4" c:x="1" c:y="1"
+          text="Name:"/>
+      <entry name="entName" c:height="1" c:width="30" c:x="7" c:y="1"
+          block="blk" field="fldName" focusorder="1"/>
+      <label name="lblType" c:height="1" c:width="6" c:x="1" c:y="2"
+          text="Type:"/>
+      <entry name="entType" c:height="1" c:width="30" c:x="7" c:y="2"
+          block="blk" field="fldType" focusorder="2"/>
     </page>
   </layout>
+  
 </form>


Property changes on: trunk/gnue-packages/base/location/LOC_Street.gfd
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/gnue-packages/base/location/LOC_Zip.gfd
===================================================================
--- trunk/gnue-packages/base/location/LOC_Zip.gfd       2004-12-10 08:01:44 UTC 
(rev 6797)
+++ trunk/gnue-packages/base/location/LOC_Zip.gfd       2004-12-10 11:14:12 UTC 
(rev 6798)
@@ -25,45 +25,45 @@
 
 <form title="Postal Code">
   <options/>
-  <datasource name="dtsLOC_Zip" connection="appserver" table="LOC_Zip"/>
-  <datasource name="dts_LOC_Region" connection="appserver" prequery="Y"
-              table="LOC_Region"/>
+  
+  <datasource name="dts"            connection="appserver"  table="LOC_Zip"/>
+  <datasource name="dts_LOC_Region" connection="appserver"  prequery="Y"
+      table="LOC_Region"/>
+      
   <logic>
-    <block name="blkLOC_Zip" datasource="dtsloc_zip">
-      <field name="fldLocCode" field="LOC_code" maxLength="8"/>
-      <field name="fldLocCity" field="LOC_city" maxLength="60"/>
-      <field name="fldLocRegion" field="LOC_region" fk_description="name"
-             fk_key="gnue_id" fk_source="dts_LOC_Region" maxLength="32"/>
+    <block name="blk" datasource="dts">
+      <field name="fldCode"     field="LOC_code"    maxLength="8"/>
+      <field name="fldCity"     field="LOC_city"    maxLength="60"/>
+      <field name="fldRegion"   field="LOC_region"  maxLength="32"
+          fk_source="dts_LOC_Region"    fk_key="gnue_id"
+          fk_description="LOC_formatted"/>
     </block>
   </logic>
-  <layout xmlns:Char="GNUe:Layout:Char" Char:height="4" Char:width="43">
-    <page name="Page1">
-      <label name="lblLoc Code:" Char:height="1" Char:width="4" Char:x="1"
-             Char:y="1" text="Code:"/>
-      <entry name="entLocCode" Char:height="1" Char:width="8" Char:x="12"
-             Char:y="1" block="blkLOC_Zip" field="fldLocCode" focusorder="1" 
label=""/>
-      <label name="lblLoc City:" Char:height="1" Char:width="8" Char:x="1"
-             Char:y="2" text="City:"/>
-      <entry name="entLocCity" Char:height="1" Char:width="30" Char:x="12"
-             Char:y="2" block="blkLOC_Zip" field="fldLocCity" focusorder="2" 
label=""/>
-      <label name="lblLoc Region:" Char:height="1" Char:width="6" Char:x="1"
-             Char:y="3" text="Region:"/>
-      <entry name="entLocRegion" Char:height="1" Char:width="30" Char:x="12"
-             Char:y="3" block="blkLOC_Zip" field="fldLocRegion" focusorder="3" 
label=""
-             style="dropdown"/>
-      <button name="btnEditRegion" Char:height="1" Char:width="6" Char:x="42"
-              Char:y="3" label="Edit...">
-        <trigger type="ON-ACTION" name="btnEditRegionTrigger"><![CDATA[##
+  
+  <layout xmlns:c="GNUe:Layout:Char" c:height="4" c:width="43">
+    <page>
+      <label name="lblCode" c:height="1" c:width="4" c:x="1" c:y="1"
+          text="Code:"/>
+      <entry name="entCode" c:height="1" c:width="8" c:x="12" c:y="1"
+          block="blk" field="fldCode" focusorder="1"/>
+      <label name="lblCity" c:height="1" c:width="8" c:x="1" c:y="2"
+          text="City:"/>
+      <entry name="entCity" c:height="1" c:width="30" c:x="12" c:y="2"
+          block="blk" field="fldCity" focusorder="2"/>
+      <label name="lblRegion:" c:height="1" c:width="6" c:x="1" c:y="3"
+          text="Region:"/>
+      <entry name="entRegion" c:height="1" c:width="30" c:x="12" c:y="3"
+          block="blk" field="fldRegion" focusorder="3" style="dropdown"/>
+      <button name="btnEditRegion" c:height="1" c:width="6" c:x="42" c:y="3"
+          label="Edit...">
+        <trigger type="ON-ACTION" name="btnEditRegionTrigger">
           location = "LOC_Region.gfd"
           form.runForm(location)
-        ]]></trigger>
+          blk.fldRegion.resetForeignKey()
+        </trigger>
       </button>
-      <button name="btnRefreshRegion" Char:height="1" Char:width="3"
-              Char:x="48" Char:y="3" label="@">
-        <trigger type="ON-ACTION" name="btnRefreshRegionTrigger"><![CDATA[##
-          blkLOC_Zip.fldLocRegion.resetForeignKey()
-        ]]></trigger>
-      </button>
+      
     </page>
   </layout>
+  
 </form>


Property changes on: trunk/gnue-packages/base/location/LOC_Zip.gfd
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/gnue-packages/base/location/README
===================================================================
--- trunk/gnue-packages/base/location/README    2004-12-10 08:01:44 UTC (rev 
6797)
+++ trunk/gnue-packages/base/location/README    2004-12-10 11:14:12 UTC (rev 
6798)
@@ -5,11 +5,9 @@
 Forms are provided to ease initial use.
 Central form is LOC_Address.gfd, however all other forms are useable
 on their own, too.
-On the forms next to dropdowns are 2 buttons: 'Edit...' and '@'.
-  'Edit...' opens up another form, allowing the editing of the values
-       that are used to fill the given dropdown.
-  '@' refreshes the contents of the given dropdown. (Note: you need to
-        click away and back into the dropdown to see the updated list.)
+On the forms next to dropdowns is an 'Edit...' button. It opens up another
+    form, allowing the editing of the values that are used to fill
+    the given dropdown.
 
 Please sea loc.dia or loc.png for the UML representation of this module.
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]