Patch level :2.0 partners nopatch
Files correlati :ve7 & mask Ricompilazione Demo : [ ] Commento :sistemati problemi personalizzazione flussi di cassa WhiteSun edition git-svn-id: svn://10.65.10.50/trunk@11609 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
88e8288d12
commit
e7bec9e9d8
@ -300,7 +300,7 @@ void TStampaFlussiCassa::stampa_flussi()
|
||||
_form->find_field('B', odd_page, FF_B_IMPORTOA).set(_totale.string());
|
||||
_form->find_field('B', odd_page, FF_B_IMPORTOD).set("");
|
||||
}
|
||||
_form->find_field('B', odd_page, FF_B_DESCRIZIONE).set("Saldo iniziale");
|
||||
_form->find_field('B', odd_page, FF_B_ESTREMIDOC).set("");
|
||||
_form->find_field('B', odd_page, FF_B_DESCRIZIONE).set("Saldo iniziale");
|
||||
|
||||
section.update();
|
||||
@ -341,7 +341,7 @@ void TStampaFlussiCassa::elabora_scad()
|
||||
|
||||
const TRecnotype items = _cur->items();
|
||||
_cur->freeze();
|
||||
TProgind pi(items, "Elaboarzione scadenze", FALSE, TRUE);
|
||||
TProgind pi(items, "Elaborazione scadenze", FALSE, TRUE);
|
||||
for (*_cur=0; _cur->pos()<items; ++(*_cur))
|
||||
{
|
||||
pi.addstatus(1);
|
||||
|
@ -1,23 +1,23 @@
|
||||
#include "ve7200a.h"
|
||||
|
||||
TOOLBAR "" 0 -5 0 4
|
||||
TOOLBAR "" 0 -3 0 3
|
||||
|
||||
STRING 30 70 50
|
||||
BEGIN
|
||||
FLAGS "G"
|
||||
PROMPT 10 -5 "Profilo "
|
||||
PROMPT 10 0 "Profilo "
|
||||
PSELECT
|
||||
END
|
||||
|
||||
BUTTON DLG_PRINT 10 2
|
||||
BEGIN
|
||||
PROMPT -12 -11 ""
|
||||
PROMPT -12 -1 ""
|
||||
MESSAGE EXIT,K_ENTER
|
||||
END
|
||||
|
||||
BUTTON DLG_QUIT 10 2
|
||||
BEGIN
|
||||
PROMPT -22 -11 ""
|
||||
PROMPT -22 -1 ""
|
||||
END
|
||||
|
||||
ENDPAGE
|
||||
|
Loading…
x
Reference in New Issue
Block a user