/[papo]/papo/forms/components/ownBranchPos.nebc
ViewVC logotype

Diff of /papo/forms/components/ownBranchPos.nebc

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

revision 1.2 by mhepp, Mon May 5 21:52:25 2003 UTC revision 1.3 by mhepp, Tue May 6 20:01:19 2003 UTC
# Line 49  GConditions.GCField(eq1,"_entity_relatio Line 49  GConditions.GCField(eq1,"_entity_relatio
49  GConditions.GCField(eq1,"_entity_data._table")  GConditions.GCField(eq1,"_entity_data._table")
50  eq2 = GConditions.GCeq(tmpAnd)  eq2 = GConditions.GCeq(tmpAnd)
51  GConditions.GCField(eq2,"_entity_relation_data.entity_from")  GConditions.GCField(eq2,"_entity_relation_data.entity_from")
52  GConditions.GCConst(eq2,str(<neb:Inline>$masterBlock</neb:Inline>.branchIdEntry))  if str(ownBranchBlock.entityIdEntry):
53        GConditions.GCConst(eq2,str(ownBranchBlock.entityIdEntry))
54    else:
55        GConditions.GCConst(eq2,"0")
56  eq3 = GConditions.GCeq(tmpAnd)  eq3 = GConditions.GCeq(tmpAnd)
57  GConditions.GCField(eq3,"_entity_relation_data._table")  GConditions.GCField(eq3,"_entity_relation_data._table")
58  GConditions.GCField(eq3,"_relation_types_data.entity_relation")  GConditions.GCField(eq3,"_relation_types_data.entity_relation")
# Line 92  posDataSource.createResultSet(condPosSea Line 95  posDataSource.createResultSet(condPosSea
95        <label text="neb:$_->{label}" x="neb:$x" y="1" />        <label text="neb:$_->{label}" x="neb:$x" y="1" />
96        <entry name="neb:$_->{entry}" x="neb:$x" y="2" width="neb:$_->{width}" field="neb:$_->{field}" />        <entry name="neb:$_->{entry}" x="neb:$x" y="2" width="neb:$_->{width}" field="neb:$_->{field}" />
97        <neb:Block>$x+=$_->{width};}</neb:Block>        <neb:Block>$x+=$_->{width};}</neb:Block>
98        <entry name="branchIdEntry" field="_entity_data._table" x="1"        <entry name="branchIdEntry" field="_entity_data._table" x="70"
99        y="2" hidden=""/>        y="2" hidden="" />
100        <entry name="branchNameEntry" field="_entity_data.name" x="1" y="2" hidden=""/>        <entry name="branchNameEntry" field="_entity_data.name" x="1" y="2" hidden=""/>
101      </block>        </block>  
102    </box>    </box>

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

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