Patch level :10.0
Files correlati : Ricompilazione Demo : [ ] Commento :riporti dalla 5.0 git-svn-id: svn://10.65.10.50/trunk@16674 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
b8d4da1014
commit
d02ab18b42
@ -123,14 +123,14 @@ BEGIN
|
||||
PROMPT 1 11 "Includere esercizi successivi (vita intera)"
|
||||
END
|
||||
|
||||
RADIOBUTTON F_TIPOSTIMA 1 42
|
||||
RADIOBUTTON F_TIPOSTIMA 1 32
|
||||
BEGIN
|
||||
PROMPT 34 9 "Tipo di stima"
|
||||
ITEM "T|Costi preventivi\Ricavi preventivi (Tempo)"
|
||||
PROMPT 44 9 "Tipo di stima"
|
||||
ITEM "T|Costi prev.\Ricavi prev. (Tempo)"
|
||||
MESSAGE SHOW,F_TIPODETR|ENABLE,F_TIPODETR
|
||||
ITEM "C|Costi consuntivi\Ricavi preventivi"
|
||||
ITEM "C|Costi cons.\Ricavi prev."
|
||||
MESSAGE CLEAR,F_TIPODETR|HIDE,F_TIPODETR
|
||||
ITEM "R|Costi consuntivi\Ricavi consuntivi"
|
||||
ITEM "R|Costi cons.\Ricavi cons."
|
||||
MESSAGE CLEAR,F_TIPODETR|HIDE,F_TIPODETR
|
||||
END
|
||||
|
||||
|
@ -151,6 +151,7 @@
|
||||
<condition>(STAMPAFASI != "" )||(STAMPACDC != "")</condition>
|
||||
<groupby>CODCMS</groupby>
|
||||
<font italic="1" face="Arial Narrow" bold="1" size="8" />
|
||||
<postscript description="H4 POSTSCRIPT">MESSAGE RESET,B1.200</postscript>
|
||||
<field type="Stringa" width="1" id="1" pattern="1">
|
||||
<source>STAMPAFASI</source>
|
||||
</field>
|
||||
@ -224,6 +225,12 @@ THEN
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="91.5" type="Testo" align="center" width="2" id="171" pattern="1" text="%" />
|
||||
<field type="Numero" hidden="1" align="right" width="1" id="200" pattern="1">
|
||||
<prescript description="B1.200 PRESCRIPT">#THIS @
|
||||
1
|
||||
+
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
</section>
|
||||
<section type="Foot">
|
||||
<field border="1" x="1" y="0.25" type="Linea" width="169" height="0" pattern="1" />
|
||||
@ -294,10 +301,9 @@ MESSAGE RESET,169</postscript>
|
||||
MESSAGE RESET,169</postscript>
|
||||
</field>
|
||||
</section>
|
||||
<section type="Foot" level="4" height="1.25">
|
||||
<condition>((STAMPAFASI !="")||(STAMPACDC !=""))(#H4.3 E; 0)(TIPOSTIMA!='T')(FASESPEC=="")</condition>
|
||||
<font italic="1" face="Arial Narrow" bold="1" size="8" />
|
||||
<field border="1" x="2" type="Linea" width="169" height="0" pattern="1" />
|
||||
<section type="Foot" level="4" height="1">
|
||||
<condition>(#B1.200E;1)((STAMPAFASI !="")||(STAMPACDC !=""))(#H4.3 E; 0)(TIPOSTIMA!='T')(FASESPEC=="")</condition>
|
||||
<font italic="1" face="Arial Narrow" size="8" />
|
||||
<field x="22" type="Testo" width="15" pattern="1" text="Totali commessa" />
|
||||
<field x="2" type="Stringa" bg_color="#C0C0C0" width="20" id="2" pattern="1">
|
||||
<source>H4.2</source>
|
||||
|
@ -717,7 +717,7 @@ bool TSimple_anal_msk::on_field_event(TOperable_field& o, TField_event e, long j
|
||||
switch (o.dlg())
|
||||
{
|
||||
case F_TREE:
|
||||
if (e == fe_select)
|
||||
if (e == fe_button)
|
||||
{
|
||||
if (edit_mode() && !dirty())
|
||||
set_mode(MODE_QUERY);
|
||||
|
Loading…
x
Reference in New Issue
Block a user