Correzione/modifica ordine dei campi, per evitare errate visualizzazioni
git-svn-id: svn://10.65.10.50/trunk@3775 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
ebe3d8d9f5
commit
a3e5b7647f
@ -56,6 +56,11 @@ bool TVar_sc::create()
|
||||
rp.sheet_mask().set_handler(124, codval_handler);
|
||||
rp.sheet_mask().set_handler(125, datacam_handler);
|
||||
rp.sheet_mask().set_handler(126, cambio_handler);
|
||||
rp.swap_columns(105,106);
|
||||
rp.swap_columns(105,107);
|
||||
rp.swap_columns(105,108);
|
||||
rp.swap_columns(105,109);
|
||||
rp.swap_columns(105,110);
|
||||
rp.sheet_mask().set_handler(100, gestione_handler);
|
||||
rp.sheet_mask().set_handler(DLG_OK, registra_dati_comuni);
|
||||
rp.sheet_mask().set_handler(DLG_DELREC, elimina_partita);
|
||||
|
@ -28,7 +28,7 @@ PAGE "Variazione Movimenti Saldaconto" -1 -1 78 20
|
||||
SPREADSHEET F_RIGAPART 0 16
|
||||
BEGIN
|
||||
PROMPT 0 1 ""
|
||||
ITEM "Tipo"
|
||||
ITEM "Tipo@4"
|
||||
ITEM "Gruppo"
|
||||
ITEM "Conto"
|
||||
ITEM "Sottoconto"
|
||||
|
Loading…
x
Reference in New Issue
Block a user