commit-gnue
[Top][All Lists]
Advanced

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

gnue-appserver/samples sample.gfd


From: Reinhard Mueller
Subject: gnue-appserver/samples sample.gfd
Date: Thu, 16 Oct 2003 18:55:01 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-appserver
Branch:         
Changes by:     Reinhard Mueller <address@hidden>       03/10/16 18:55:01

Modified files:
        samples        : sample.gfd 

Log message:
        Make the sample form use a boolean field.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-appserver/samples/sample.gfd.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gnue-appserver/samples/sample.gfd
diff -c gnue-appserver/samples/sample.gfd:1.1 
gnue-appserver/samples/sample.gfd:1.2
*** gnue-appserver/samples/sample.gfd:1.1       Wed Aug 13 18:44:54 2003
--- gnue-appserver/samples/sample.gfd   Thu Oct 16 18:55:01 2003
***************
*** 1,9 ****
  <?xml version="1.0" encoding="iso8859-1"?>
  
! <!--  GNUe Designer (0.4.99)
!       Saved on: 2003-03-24 01:12:36  -->
  
! <form name="__main__" title="GNUe Application Server test">
    <datasource name="dtsPerson" connection="appserver" table="address_person"/>
    <trigger name="showRecord" type="NAMED"><![CDATA[
        call("show","")
--- 1,9 ----
  <?xml version="1.0" encoding="iso8859-1"?>
  
! <!--  GNUe-Designer (0.5.1.99)
!       Saved on: 2003-10-16 21:03:18  -->
  
! <form title="GNUe Application Server test">
    <datasource name="dtsPerson" connection="appserver" table="address_person"/>
    <trigger name="showRecord" type="NAMED"><![CDATA[
        call("show","")
***************
*** 14,40 ****
        <field name="inpStreet" field="address_street" max_length="39"/>
        <field name="inpZip" field="address_zip" max_length="21"/>
        <field name="inpCity" field="address_city" max_length="39"/>
      </block>
    </logic>
!   <layout xmlns:Char="GNUe:Layout:Char" Char:height="7" Char:width="35">
      <page name="pgPerson">
!       <label name="lblName" Char:width="5" Char:x="1" Char:y="1" 
text="Name:"/>
!       <label name="lblStreet" Char:width="7" Char:x="1" Char:y="2"
!              text="Street:"/>
!       <label name="lblZip" Char:width="4" Char:x="1" Char:y="3" text="Zip:"/>
!       <label name="lblCity" Char:width="5" Char:x="1" Char:y="4" 
text="City:"/>
!       <entry name="Entry1" Char:width="25" Char:x="9" Char:y="1"
!              block="blkPerson" field="inpName"/>
!       <entry name="Entry2" Char:width="25" Char:x="9" Char:y="2"
!              block="blkPerson" field="inpStreet"/>
!       <entry name="Entry3" Char:width="25" Char:x="9" Char:y="3"
!              block="blkPerson" field="inpZip"/>
!       <entry name="Entry4" Char:width="25" Char:x="9" Char:y="4"
!              block="blkPerson" field="inpCity"/>
!       <button name="Call" Char:height="1" Char:width="25" Char:x="9" 
Char:y="6"
!               label="Show record">
!         <trigger src="showRecord" type="On-Action"/>
        </button>
      </page>
    </layout>
  </form>
--- 14,50 ----
        <field name="inpStreet" field="address_street" max_length="39"/>
        <field name="inpZip" field="address_zip" max_length="21"/>
        <field name="inpCity" field="address_city" max_length="39"/>
+       <field name="inpHuman" field="address_human" max_length="1"/>
+       <field name="UnboundField1"/>
+       <field name="inpHuman" field="address_human"/>
      </block>
    </logic>
!   <layout xmlns:Char="GNUe:Layout:Char" Char:height="8" Char:width="35">
      <page name="pgPerson">
!       <label name="lblName" Char:height="1" Char:width="5" Char:x="1"
!              Char:y="1" text="Name:"/>
!       <label name="lblStreet" Char:height="1" Char:width="7" Char:x="1"
!              Char:y="2" text="Street:"/>
!       <label name="lblZip" Char:height="1" Char:width="4" Char:x="1"
!              Char:y="3" text="Zip:"/>
!       <label name="lblCity" Char:height="1" Char:width="5" Char:x="1"
!              Char:y="4" text="City:"/>
!       <label name="lblHuman" Char:height="1" Char:width="6" Char:x="1"
!              Char:y="5" text="Human:"/>
!       <entry name="Entry1" Char:height="1" Char:width="25" Char:x="9"
!              Char:y="1" block="blkPerson" field="inpName"/>
!       <entry name="Entry2" Char:height="1" Char:width="25" Char:x="9"
!              Char:y="2" block="blkPerson" field="inpStreet"/>
!       <entry name="Entry3" Char:height="1" Char:width="25" Char:x="9"
!              Char:y="3" block="blkPerson" field="inpZip"/>
!       <entry name="Entry4" Char:height="1" Char:width="25" Char:x="9"
!              Char:y="4" block="blkPerson" field="inpCity"/>
!       <button name="Call" Char:height="1" Char:width="25" Char:x="9"
!               Char:y="7" label="Show record">
!         <trigger src="showRecord" name="Trigger1" type="ON-ACTION"/>
        </button>
+       <entry name="Entry5" Char:height="1" Char:width="1" Char:x="9"
+              Char:y="5" block="blkPerson" field="inpHuman" style="checkbox"/>
      </page>
    </layout>
  </form>




reply via email to

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