/[gnue]/gnue-appserver/samples/sample.gfd
ViewVC logotype

Diff of /gnue-appserver/samples/sample.gfd

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by reinhard, Fri Oct 17 11:08:14 2003 UTC revision 1.4 by reinhard, Sat Oct 18 21:46:00 2003 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="iso8859-1"?>  <?xml version="1.0" encoding="iso8859-1"?>
2    
3  <!--  GNUe-Designer (0.5.1.99)  <!--  GNUe-Designer (0.5.1.99)
4        Saved on: 2003-10-17 13:01:06  -->        Saved on: 2003-10-18 20:28:45  -->
5    
6  <form title="GNUe Application Server test">  <form title="GNUe Application Server test">
7    <datasource name="dtsPerson" connection="appserver" table="address_person"/>    <datasource name="dtsPerson" connection="appserver" table="address_person"/>
# Line 14  Line 14 
14        <field name="inpStreet" field="address_street" max_length="35"/>        <field name="inpStreet" field="address_street" max_length="35"/>
15        <field name="inpZip" field="address_zip" max_length="17"/>        <field name="inpZip" field="address_zip" max_length="17"/>
16        <field name="inpCity" field="address_city" max_length="35"/>        <field name="inpCity" field="address_city" max_length="35"/>
       <field name="inpHuman" field="address_human" max_length="1"/>  
17        <field name="inpChildren" field="address_children" typecast="number"/>        <field name="inpChildren" field="address_children" typecast="number"/>
18        <field name="inpWeight" field="address_weight" typecast="number"/>        <field name="inpWeight" field="address_weight" typecast="number"/>
19          <field name="inpBorn" field="address_born" typecast="date"/>
20          <field name="inpMeetTime" field="address_meettime" typecast="date"/>
21          <field name="inpLastMeeting" field="address_lastmeeting" typecast="date"/>
22          <field name="inpHuman" field="address_human" max_length="1"/>
23      </block>      </block>
24    </logic>    </logic>
25    <layout xmlns:Char="GNUe:Layout:Char" Char:height="13" Char:width="40">    <layout xmlns:Char="GNUe:Layout:Char" Char:height="13" Char:width="40">
# Line 33  Line 36 
36               Char:y="5" text="Children:"/>               Char:y="5" text="Children:"/>
37        <label name="lblWeight" Char:height="1" Char:width="12" Char:x="1"        <label name="lblWeight" Char:height="1" Char:width="12" Char:x="1"
38               Char:y="6" text="Weight (kg):"/>               Char:y="6" text="Weight (kg):"/>
39          <label name="lblBorn" Char:height="1" Char:width="5" Char:x="1"
40                 Char:y="7" text="Born:"/>
41          <label name="lblMeetTime" Char:height="1" Char:width="13" Char:x="1"
42                 Char:y="8" text="Meeting Time:"/>
43          <label name="lblLastMeeting" Char:height="1" Char:width="13" Char:x="1"
44                 Char:y="9" text="Last Meeting:"/>
45        <label name="lblHuman" Char:height="1" Char:width="6" Char:x="1"        <label name="lblHuman" Char:height="1" Char:width="6" Char:x="1"
46               Char:y="10" text="Human:"/>               Char:y="10" text="Human:"/>
47        <entry name="entName" Char:height="1" Char:width="25" Char:x="14"        <entry name="entName" Char:height="1" Char:width="25" Char:x="14"
# Line 45  Line 54 
54               Char:y="4" block="blkPerson" field="inpCity"/>               Char:y="4" block="blkPerson" field="inpCity"/>
55        <entry name="entChildren" Char:height="1" Char:width="10" Char:x="14"        <entry name="entChildren" Char:height="1" Char:width="10" Char:x="14"
56               Char:y="5" block="blkPerson" field="inpChildren"/>               Char:y="5" block="blkPerson" field="inpChildren"/>
57          <entry name="entWeight" Char:height="1" Char:width="10" Char:x="14"
58                 Char:y="6" block="blkPerson" field="inpWeight"/>
59          <entry name="entBorn" Char:height="1" Char:width="25" Char:x="14"
60                 Char:y="7" block="blkPerson" field="inpBorn"/>
61          <entry name="entMeetTime" Char:height="1" Char:width="25" Char:x="14"
62                 Char:y="8" block="blkPerson" field="inpMeetTime"/>
63          <entry name="entLastMeeting" Char:height="1" Char:width="25" Char:x="14"
64                 Char:y="9" block="blkPerson" field="inpLastMeeting"/>
65        <entry name="entHuman" Char:height="1" Char:width="1" Char:x="14"        <entry name="entHuman" Char:height="1" Char:width="1" Char:x="14"
66               Char:y="10" block="blkPerson" field="inpHuman" style="checkbox"/>               Char:y="10" block="blkPerson" field="inpHuman" style="checkbox"/>
67        <button name="Call" Char:height="1" Char:width="25" Char:x="14"        <button name="Call" Char:height="1" Char:width="25" Char:x="14"
68                Char:y="12" label="Show record">                Char:y="12" label="Show record">
69          <trigger src="showRecord" name="Trigger1" type="ON-ACTION"/>          <trigger src="showRecord" name="Trigger1" type="ON-ACTION"/>
70        </button>        </button>
       <entry name="entWeight" Char:height="1" Char:width="10" Char:x="14"  
              Char:y="6" block="blkPerson" field="inpWeight"/>  
71      </page>      </page>
72    </layout>    </layout>
73  </form>  </form>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26