commit-gnue
[Top][All Lists]
Advanced

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

gnue-appserver/samples GNUe_ClassRepository.gfd...


From: Jan Ischebeck
Subject: gnue-appserver/samples GNUe_ClassRepository.gfd...
Date: Fri, 19 Sep 2003 03:06:11 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-appserver
Branch:         
Changes by:     Jan Ischebeck <address@hidden>  03/09/19 03:06:11

Modified files:
        samples        : GNUe_ClassRepository.gfd README 

Log message:
        update ClassRepository access form
        add Information about it to the README

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

Patches:
Index: gnue-appserver/samples/GNUe_ClassRepository.gfd
diff -c gnue-appserver/samples/GNUe_ClassRepository.gfd:1.1 
gnue-appserver/samples/GNUe_ClassRepository.gfd:1.2
*** gnue-appserver/samples/GNUe_ClassRepository.gfd:1.1 Sun Apr 13 06:06:01 2003
--- gnue-appserver/samples/GNUe_ClassRepository.gfd     Fri Sep 19 03:06:11 2003
***************
*** 1,56 ****
  <?xml version="1.0" encoding="iso8859-1"?>
  
! <!--  GNUe Designer (0.5.0)
!       Saved on: 2003-04-13 11:59:07  -->
  
! <form name="__main__" title="Appserver Modules">
    <options/>
    <datasource name="dtsGnue_module" connection="appserver" 
table="gnue_module"/>
!   <datasource name="dtsGnue_class" connection="appserver" 
detaillink="gnue_module"
!               master="dtsGnue_module" masterlink="gnue_id" 
table="gnue_class"/>
    <logic>
      <block name="blkGnue_class" datasource="dtsgnue_class">
!       <field name="fldCGnueId" field="gnue_id" max_length="32" readonly="Y" 
default=""/>
        <field name="fldCGnueName" field="gnue_name" max_length="34"/>
        <field name="fldCGnueComment" field="gnue_comment" max_length="34"/>
        <field name="fldCGnueModule" field="gnue_module" max_length="32"/>
      </block>
      <block name="blkGnue_module" datasource="dtsgnue_module">
!       <field name="fldMGnueId" field="gnue_id" max_length="32" readonly="Y" 
default=""/>
        <field name="fldMGnueName" field="gnue_name" max_length="34"/>
        <field name="fldMGnueComment" field="gnue_comment" max_length="34"/>
      </block>
    </logic>
!   <layout xmlns:Char="GNUe:Layout:Char" Char:height="12" Char:width="47">
      <page name="Page1">
!       <label name="lblGnueComment" Char:width="3" Char:x="2" Char:y="2"
!              text="Id:"/>
!       <entry name="entGnueId" Char:width="32" Char:x="11" Char:y="2"
!              block="blkGnue_module" field="fldMGnueId"/>
!       <label name="lblGnueComment" Char:width="5" Char:x="2" Char:y="3"
!              text="Name:"/>
!       <entry name="entGnueName" Char:width="32" Char:x="11" Char:y="3"
!              block="blkGnue_module" field="fldMGnueName"/>
!       <label name="lblGnueComment" Char:width="8" Char:x="2" Char:y="4"
!              text="Comment:"/>
!       <entry name="entGnueComment" Char:width="32" Char:x="11" Char:y="4"
!              block="blkGnue_module" field="fldMGnueComment"/>
!       <label name="lblGnueModule3" Char:width="3" Char:x="2" Char:y="8"
!              text="Id:"/>
!       <entry name="entGnueModule" Char:width="32" Char:x="11" Char:y="8"
!              block="blkGnue_class" field="fldCGnueId"/>
!       <label name="lblGnueModule1" Char:width="5" Char:x="2" Char:y="9"
!              text="Name:"/>
!       <entry name="entGnueName" Char:width="32" Char:x="11" Char:y="9"
!              block="blkGnue_class" field="fldCGnueName"/>
!       <label name="lblGnueModule2" Char:width="8" Char:x="2" Char:y="10"
!              text="Comment:"/>
!       <entry name="entGnueComment" Char:width="32" Char:x="11" Char:y="10"
!              block="blkGnue_class" field="fldCGnueComment"/>
        <box name="Box14" Char:height="6" Char:width="45" Char:x="0" Char:y="0"
             label="GNUe Modules"/>
        <box name="Box17" Char:height="6" Char:width="45" Char:x="0" Char:y="6"
             label="GNUe Classes"/>
      </page>
    </layout>
  </form>
--- 1,97 ----
  <?xml version="1.0" encoding="iso8859-1"?>
  
! <!--  GNUe Designer (0.5.1.99)
!       Saved on: 2003-09-19 08:52:47  -->
  
! <form title="Appserver Modules">
    <options/>
    <datasource name="dtsGnue_module" connection="appserver" 
table="gnue_module"/>
!   <datasource name="dtsGnue_class" connection="appserver"
!               detaillink="gnue_module" master="dtsGnue_module" 
masterlink="gnue_id" table="gnue_class"/>
!   <datasource name="dtsGnue_property" connection="appserver"
!               table="gnue_property" master="dtsGnue_class" 
!             masterlink="gnue_id" detaillink="gnue_class"/>
    <logic>
      <block name="blkGnue_class" datasource="dtsgnue_class">
!       <field name="fldCGnueId" default="" field="gnue_id" max_length="32"
!              readonly="Y"/>
        <field name="fldCGnueName" field="gnue_name" max_length="34"/>
        <field name="fldCGnueComment" field="gnue_comment" max_length="34"/>
        <field name="fldCGnueModule" field="gnue_module" max_length="32"/>
      </block>
      <block name="blkGnue_module" datasource="dtsgnue_module">
!       <field name="fldMGnueId" default="" field="gnue_id" max_length="32"
!              readonly="Y"/>
        <field name="fldMGnueName" field="gnue_name" max_length="34"/>
        <field name="fldMGnueComment" field="gnue_comment" max_length="34"/>
      </block>
+     <block name="blkGnue_property" datasource="dtsgnue_property">
+       <field name="fldGnue_id" field="gnue_id"/>
+       <field name="fldGnue_class" field="gnue_class"/>
+       <field name="fldGnue_module" field="gnue_module"/>
+       <field name="fldGnue_name" field="gnue_name"/>
+       <field name="fldGnue_type" field="gnue_type"/>
+       <field name="fldGnue_length" field="gnue_length" typecast="number"/>
+       <field name="fldGnue_scale" field="gnue_scale" typecast="number"/>
+       <field name="fldGnue_comment" field="gnue_comment"/>
+     </block>
    </logic>
!   <layout xmlns:Char="GNUe:Layout:Char" Char:height="12" Char:width="91">
      <page name="Page1">
!       <label name="lblGnueComment" Char:height="1" Char:width="3" Char:x="2"
!              Char:y="2" text="Id:"/>
!       <entry name="entGnueId" Char:height="1" Char:width="32" Char:x="11"
!              Char:y="2" block="blkGnue_module" field="fldMGnueId"/>
!       <label name="lblGnueComment" Char:height="1" Char:width="5" Char:x="2"
!              Char:y="3" text="Name:"/>
!       <entry name="entGnueName" Char:height="1" Char:width="32" Char:x="11"
!              Char:y="3" block="blkGnue_module" field="fldMGnueName"/>
!       <label name="lblGnueComment" Char:height="1" Char:width="8" Char:x="2"
!              Char:y="4" text="Comment:"/>
!       <entry name="entGnueComment" Char:height="1" Char:width="32" Char:x="11"
!              Char:y="4" block="blkGnue_module" field="fldMGnueComment"/>
!       <label name="lblGnueModule3" Char:height="1" Char:width="3" Char:x="2"
!              Char:y="8" text="Id:"/>
!       <entry name="entGnueModule" Char:height="1" Char:width="32" Char:x="11"
!              Char:y="8" block="blkGnue_class" field="fldCGnueId"/>
!       <label name="lblGnueModule1" Char:height="1" Char:width="5" Char:x="2"
!              Char:y="9" text="Name:"/>
!       <entry name="entGnueName" Char:height="1" Char:width="32" Char:x="11"
!              Char:y="9" block="blkGnue_class" field="fldCGnueName"/>
!       <label name="lblGnueModule2" Char:height="1" Char:width="8" Char:x="2"
!              Char:y="10" text="Comment:"/>
!       <entry name="entGnueComment" Char:height="1" Char:width="32" Char:x="11"
!              Char:y="10" block="blkGnue_class" field="fldCGnueComment"/>
        <box name="Box14" Char:height="6" Char:width="45" Char:x="0" Char:y="0"
             label="GNUe Modules"/>
        <box name="Box17" Char:height="6" Char:width="45" Char:x="0" Char:y="6"
             label="GNUe Classes"/>
+       <label name="lblGnue_id" Char:height="1" Char:width="3" Char:x="47"
+              Char:y="2" text="Id:"/>
+       <entry name="ntryGnue_id" Char:height="1" Char:width="30" Char:x="57"
+              Char:y="2" block="blkGnue_property" field="fldGnue_id"/>
+       <label name="lblGnue_name" Char:height="1" Char:width="5" Char:x="47"
+              Char:y="3" text="Name:"/>
+       <entry name="ntryGnue_name" Char:height="1" Char:width="30" Char:x="57"
+              Char:y="3" block="blkGnue_property" field="fldGnue_name"/>
+       <label name="lblGnue_type" Char:height="1" Char:width="5" Char:x="47"
+              Char:y="4" text="Type:"/>
+       <entry name="ntryGnue_type" Char:height="1" Char:width="30" Char:x="57"
+              Char:y="4" block="blkGnue_property" field="fldGnue_type"/>
+       <label name="lblGnue_length" Char:height="1" Char:width="7" Char:x="47"
+              Char:y="5" text="Length:"/>
+       <entry name="ntryGnue_length" Char:height="1" Char:width="30"
+              Char:x="57" Char:y="5" block="blkGnue_property" 
field="fldGnue_length"/>
+       <label name="lblGnue_scale" Char:height="1" Char:width="6" Char:x="47"
+              Char:y="6" text="Scale:"/>
+       <entry name="ntryGnue_scale" Char:height="1" Char:width="30" Char:x="57"
+              Char:y="6" block="blkGnue_property" field="fldGnue_scale"/>
+       <label name="lblGnue_comment" Char:height="1" Char:width="8" Char:x="47"
+              Char:y="7" text="Comment:"/>
+       <entry name="ntryGnue_comment" Char:height="1" Char:width="30"
+              Char:x="57" Char:y="7" block="blkGnue_property" 
field="fldGnue_comment"/>
+       <box name="Box1" Char:height="9" Char:width="44" Char:x="46" Char:y="0"
+            label="GNUe Properties"/>
      </page>
    </layout>
  </form>
Index: gnue-appserver/samples/README
diff -c gnue-appserver/samples/README:1.1 gnue-appserver/samples/README:1.2
*** gnue-appserver/samples/README:1.1   Thu Sep 18 10:13:56 2003
--- gnue-appserver/samples/README       Fri Sep 19 03:06:11 2003
***************
*** 35,37 ****
--- 35,54 ----
  you can do this by changing into the "samples" directory and typing
  "gnue-forms sample.gfd".  Please refer to gnue-forms's documentation for more
  details.
+ 
+ Other Samples
+ -------------
+ 
+ Apart from the basic "sample.gfd" you will find the following other samples 
in this directory:
+ 
+    GNUeClassRepository.gfd:
+ 
+    This GNUe Forms Definition allows you to edit modules, classes and 
+    properties in the Class Repository used by GNUe Appserver.
+ 
+    It is necessary to add the classnames 'gnue_module', 'gnue_class'
+    and 'gnue_property' to the accesslist field for your user name in 
+    'gnue_useraccess' to give you read/write access.
+ 
+ 
+    (more samples to follow, please contribute)




reply via email to

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