Patch level : 12.0 826
Files correlati : cg5.exe la visualizzazione della liquidazione -> Prospetto complessivo -> Versamenti e valorizza i campi il programma si blocca.
This commit is contained in:
parent
36b04c72ec
commit
79fb38da25
@ -1639,13 +1639,14 @@ void Visliq_app::read_general(TMask& m)
|
|||||||
// set sheet
|
// set sheet
|
||||||
for (int i = step; i < 13; i+=step)
|
for (int i = step; i < 13; i+=step)
|
||||||
{
|
{
|
||||||
|
TToken_string & t = sh.row(i);
|
||||||
|
|
||||||
if (!is_month_ok(i))
|
if (!is_month_ok(i))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
const int row = (i/step) - 1;
|
const int row = (i/step) - 1;
|
||||||
if (!look_lim(i))
|
if (!look_lim(i))
|
||||||
{
|
{
|
||||||
TToken_string & t = sh.row(row);
|
|
||||||
|
|
||||||
t.cut(0);
|
t.cut(0);
|
||||||
sh.disable_cell(row, -1);
|
sh.disable_cell(row, -1);
|
||||||
@ -1751,6 +1752,8 @@ void Visliq_app::read_general(TMask& m)
|
|||||||
sv.destroy();
|
sv.destroy();
|
||||||
for (int i = 1; i <= 13; i++)
|
for (int i = 1; i <= 13; i++)
|
||||||
{
|
{
|
||||||
|
const TString & t = sv.row(i);
|
||||||
|
|
||||||
if (!is_month_ok(i) && i != 13)
|
if (!is_month_ok(i) && i != 13)
|
||||||
continue;
|
continue;
|
||||||
nomemese = itoname(i == 13 ? 12 : i);
|
nomemese = itoname(i == 13 ? 12 : i);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user