Correzione errore MI3320. Cambiato l'ordinamento di stampa secondo
la chiave DATAREG+PROTIVA+NUMREG; la modifica e' stata resa possibile grazie ai TSorted_cursor. Modifica riportata anche sulla versione clienti (R95501). git-svn-id: svn://10.65.10.50/trunk@2678 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
ef4f09a9cd
commit
4de8ae7cd6
@ -1058,7 +1058,7 @@ bool CG4400_application::user_create()
|
||||
_rel->add(LF_CAUSALI,"CODCAUS=CODCAUS",1,LF_MOV);
|
||||
_rel->add(LF_RMOVIVA,"NUMREG=NUMREG",1,LF_MOV);
|
||||
|
||||
_cur = new TCursor(_rel, "", 2);
|
||||
_cur = new TSorted_cursor(_rel, "DATAREG|PROTIVA|NUMREG","", 2);
|
||||
|
||||
_ditte = new TArray_sheet(-1, -1, 0, 0, "Selezione Ditte",
|
||||
"@1|Cod.@5R|Ragione Sociale@50|Vers.");
|
||||
|
@ -37,7 +37,7 @@ enum messaggio {
|
||||
|
||||
class CG4400_application : public TPrintapp
|
||||
{
|
||||
TCursor * _cur;
|
||||
TSorted_cursor * _cur;
|
||||
TRelation *_rel, *_nditte;
|
||||
TLocalisamfile *_clifo, *_occas, *_tab, *_tabcom, *_com, *_anag, *_unloc, *_attiv, *_indlib;
|
||||
TTable *_tabreg, *_tablbu, *_tablim, *_tabpim, *_tablia, *_tabiva;
|
||||
|
Loading…
x
Reference in New Issue
Block a user