Patch level : 12.0 440
Files correlati : tf Commento : Preparato nuovo programma TF da rilasciare non appena sistemato il problema delle righe originali git-svn-id: svn://10.65.10.50/branches/R_10_00@24064 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
f6da80f9f1
commit
29fb6d7354
@ -6,7 +6,7 @@
|
||||
#include <config.h>
|
||||
#include <recset.h>
|
||||
#include <recarray.h> // cache()
|
||||
#include "felib.h" // TAnagrafica
|
||||
#include "../fe/felib.h" // TAnagrafica
|
||||
|
||||
|
||||
/****************************************************************************************************
|
||||
@ -57,6 +57,20 @@ bool TSpeCheck_msk::on_field_event(TOperable_field& o, TField_event e, long joll
|
||||
case DLG_DELREC:
|
||||
deleteAll();
|
||||
break;
|
||||
case DLG_EDIT:
|
||||
if(e == fe_button)
|
||||
{
|
||||
TSheet_field& sheet = sfield(F_RIGHE);
|
||||
if(sheet.items() > 0)
|
||||
{
|
||||
sheet.esporta();
|
||||
}
|
||||
else
|
||||
{
|
||||
warning_box("Impossibile esportare una griglia vuota");
|
||||
}
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
@ -118,6 +132,7 @@ void TSpeCheck_msk::fillNoFilter()
|
||||
int nrec = rset.items();
|
||||
|
||||
TSheet_field& s = sfield(F_RIGHE);
|
||||
|
||||
if(s.items() > 0)
|
||||
s.destroy();
|
||||
|
||||
@ -486,6 +501,8 @@ void TSpeCheck_msk::selectAll()
|
||||
TSheet_field& s = sfield(F_RIGHE);
|
||||
FOR_EACH_SHEET_ROW(s, r, strarr)
|
||||
{
|
||||
// Salto tutte le righe provenienti dalla prima nota
|
||||
if(get_long(F_TIPOCONTROLLO) == 1 && r % 2 == 0) continue;
|
||||
strarr->add(_selected ? "X" : "", s.cid2index(A_ELIMINA));
|
||||
}
|
||||
s.force_update();
|
||||
|
@ -8,24 +8,30 @@ BEGIN
|
||||
PICTURE TOOL_CONVERT
|
||||
END
|
||||
|
||||
BUTTON DLG_ALL 2 2
|
||||
BEGIN
|
||||
PROMPT 1 1 "Seleziona"
|
||||
PICTURE TOOL_MULTISEL
|
||||
END
|
||||
|
||||
BUTTON DLG_SAVEREC 2 2
|
||||
BEGIN
|
||||
PROMPT 1 1 "Salva"
|
||||
PICTURE TOOL_SAVEREC
|
||||
END
|
||||
|
||||
BUTTON DLG_ALL 2 2
|
||||
BEGIN
|
||||
PROMPT 1 1 "Seleziona"
|
||||
PICTURE TOOL_MULTISEL
|
||||
END
|
||||
|
||||
BUTTON DLG_DELREC 2 2
|
||||
BEGIN
|
||||
PROMPT 1 1 "Elimina"
|
||||
PICTURE TOOL_DELREC
|
||||
END
|
||||
|
||||
BUTTON DLG_EDIT 10 2
|
||||
BEGIN
|
||||
PROMPT 3 1 "E~xcel"
|
||||
PICTURE TOOL_EXCEL
|
||||
END
|
||||
|
||||
#include <helpbar.h>
|
||||
ENDPAGE
|
||||
|
||||
|
@ -5,7 +5,7 @@ Module = tf
|
||||
Flags = ""
|
||||
Item_01 = "Trasferimento Fatture", "tf0 -0", ""+
|
||||
Item_02 = "Cambio stato Trasferimento fatture", "tf0 -2", ""
|
||||
//Item_03 = "Controllo Trasferimento fatture", "tf0 -3", ""
|
||||
Item_03 = "Controllo Trasferimento fatture", "tf0 -3", ""
|
||||
Item_04 = "Report Trasferimento fatture", "ba8 -4 tftotivaliq.rep", ""
|
||||
Item_05 = "Liquidazione IVA Periodica", "tf0 -1", ""
|
||||
Item_06 = "Invio Liquidazione IVA Periodica", "tf0 -4", ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user