Patch level :4.0 606
Files correlati :ca3.exe Ricompilazione Demo : [ ] Commento :completata testata report ca3800a git-svn-id: svn://10.65.10.50/trunk@14846 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
2432323f6f
commit
0a293954a9
@ -478,6 +478,11 @@ const TVariant& TPrint_bilancio_cms_recordset::get(const char* column_name) cons
|
|||||||
var.set(_depth);
|
var.set(_depth);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
if (strcmp(column_name, "VITAINTERA") == 0)
|
||||||
|
{
|
||||||
|
var.set(_vitaintera == true ? "SI" : "NO");
|
||||||
|
}
|
||||||
|
else
|
||||||
if (strcmp(column_name, "AVANZAMENTO") == 0)
|
if (strcmp(column_name, "AVANZAMENTO") == 0)
|
||||||
{
|
{
|
||||||
//Calcola lo stato di avanzamento della commessa
|
//Calcola lo stato di avanzamento della commessa
|
||||||
|
@ -42,12 +42,23 @@
|
|||||||
<li Value="COSTI" Code="C" />
|
<li Value="COSTI" Code="C" />
|
||||||
</list>
|
</list>
|
||||||
</field>
|
</field>
|
||||||
<field x="104" y="3" type="Testo" width="25" pattern="1" text="Profondita' della struttura in esame">
|
<field x="99" y="3" type="Testo" width="25" pattern="1" text="Profondita' della struttura in esame">
|
||||||
<font italic="1" face="Arial Narrow" size="9" />
|
<font italic="1" face="Arial Narrow" size="9" />
|
||||||
</field>
|
</field>
|
||||||
<field x="130" y="3" type="Stringa" width="1" pattern="1">
|
<field x="125" y="3" type="Array" width="7" pattern="1">
|
||||||
<font face="Arial Narrow" bold="1" size="9" />
|
<font face="Arial Narrow" bold="1" size="9" />
|
||||||
<source>DEPTH</source>
|
<source>DEPTH</source>
|
||||||
|
<list>
|
||||||
|
<li Value="Gruppo" Code="1" />
|
||||||
|
<li Value="Conto" Code="2" />
|
||||||
|
</list>
|
||||||
|
</field>
|
||||||
|
<field x="138" y="3" type="Testo" width="20" pattern="1" text="Include esercizi successivi">
|
||||||
|
<font italic="1" face="Arial Narrow" size="9" />
|
||||||
|
</field>
|
||||||
|
<field x="159" y="3" type="Stringa" width="2" pattern="1">
|
||||||
|
<font face="Arial Narrow" bold="1" size="9" />
|
||||||
|
<source>VITAINTERA</source>
|
||||||
</field>
|
</field>
|
||||||
<field border="2" x="1" y="4.5" type="Linea" width="169" height="0" pattern="1" />
|
<field border="2" x="1" y="4.5" type="Linea" width="169" height="0" pattern="1" />
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user