commit-gnue
[Top][All Lists]
Advanced

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

r6660 - trunk/gnue-appserver/samples


From: johannes
Subject: r6660 - trunk/gnue-appserver/samples
Date: Tue, 9 Nov 2004 04:32:18 -0600 (CST)

Author: johannes
Date: 2004-11-09 04:32:17 -0600 (Tue, 09 Nov 2004)
New Revision: 6660

Modified:
   trunk/gnue-appserver/samples/sample.gcd
   trunk/gnue-appserver/samples/sample.gfd
Log:
Enlarged country-code to 8 characters


Modified: trunk/gnue-appserver/samples/sample.gcd
===================================================================
--- trunk/gnue-appserver/samples/sample.gcd     2004-11-09 10:23:23 UTC (rev 
6659)
+++ trunk/gnue-appserver/samples/sample.gcd     2004-11-09 10:32:17 UTC (rev 
6660)
@@ -3,7 +3,7 @@
 <module name="address" comment="Address Management">
 
   <class name="country" comment="Country">
-    <property name="code" type="string( 2)" comment="ISO-Country code"/>
+    <property name="code" type="string( 8)" comment="ISO-Country code"/>
     <property name="name" type="string(35)" comment="The name of the country"/>
   </class>
 

Modified: trunk/gnue-appserver/samples/sample.gfd
===================================================================
--- trunk/gnue-appserver/samples/sample.gfd     2004-11-09 10:23:23 UTC (rev 
6659)
+++ trunk/gnue-appserver/samples/sample.gfd     2004-11-09 10:32:17 UTC (rev 
6660)
@@ -115,9 +115,9 @@
         field="inpZip"/>
       <entry c:height="1" c:width="35" c:x="14" c:y="4" block="blkPerson"
         field="inpCity"/>
-      <entry c:height="1" c:width="5"  c:x="14" c:y="5" block="blkPerson"
+      <entry c:height="1" c:width="8"  c:x="14" c:y="5" block="blkPerson"
         field="inpCountry_Code" style="dropdown"/>
-      <entry c:height="1" c:width="29" c:x="20" c:y="5" block="blkPerson"
+      <entry c:height="1" c:width="26" c:x="23" c:y="5" block="blkPerson"
         field="inpCountry_Name" style="dropdown"/>
       <entry c:height="1" c:width="10" c:x="14" c:y="6" block="blkPerson"
         field="inpChildren"/>





reply via email to

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