Patch level :4.0 742

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :sistemato lo sheet delle commesse da pareggiare nel programma di ribaltamento (aggiunto anche inutile profile)


git-svn-id: svn://10.65.10.50/trunk@15481 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2007-07-09 14:39:00 +00:00
parent 3f7075644f
commit 7c63991f8a
2 changed files with 15 additions and 3 deletions

View File

@ -239,6 +239,7 @@ bool TRib_movanal_app::explode_rows(const TRecord_array& input_rows, TRecord_arr
//ci sono righe di ripartizione //ci sono righe di ripartizione
const int righe_ripartizione = rrip.rows(); const int righe_ripartizione = rrip.rows();
bool ripartisci = righe_ripartizione > 0; bool ripartisci = righe_ripartizione > 0;
if (ripartisci) if (ripartisci)
{ {
const int ripartizione_indbil = rrip.indbil(); const int ripartizione_indbil = rrip.indbil();

View File

@ -3,6 +3,12 @@
TOOLBAR "" 0 -3 0 3 TOOLBAR "" 0 -3 0 3
STRING DLG_PROFILE 50
BEGIN
PROMPT 9 0 "Profilo "
PSELECT
END
BUTTON DLG_OK 10 2 BUTTON DLG_OK 10 2
BEGIN BEGIN
PROMPT -13 -11 "~Elabora" PROMPT -13 -11 "~Elabora"
@ -63,9 +69,14 @@ BEGIN
CHECKTYPE REQUIRED CHECKTYPE REQUIRED
END END
SPREADSHEET F_RIGHE TEXT -1
BEGIN BEGIN
PROMPT 0 5 "" PROMPT 1 5 "@bCommesse/CdC da pareggiare"
END
SPREADSHEET F_RIGHE -1 -4
BEGIN
PROMPT 1 6 ""
ITEM "Cms 1" ITEM "Cms 1"
ITEM "Cms 2" ITEM "Cms 2"
ITEM "Cms 3" ITEM "Cms 3"
@ -86,7 +97,7 @@ ENDPAGE
ENDMASK ENDMASK
PAGE "Riga Commesse" -1 -1 78 15 PAGE "Riga Commesse/CdC da pareggiare" -1 -1 78 15
STRING F_CODCAUS 3 STRING F_CODCAUS 3
BEGIN BEGIN