reindentato

git-svn-id: svn://10.65.10.50/branches/R_10_00@22660 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2012-05-23 14:38:57 +00:00
parent 04cea4c1e7
commit 5abc07f468
3 changed files with 7 additions and 7 deletions

View File

@ -1207,10 +1207,7 @@ void TCreazione_ordini::generate_orders()
void TCreazione_ordini::main_loop()
{
KEY tasto = K_ENTER;
while (tasto == K_ENTER)
tasto = _mask->run();
while (_mask->run() == K_ENTER);
}
int or1400(int argc, char** argv)

View File

@ -30,6 +30,7 @@
#define DLG_PRINTDOC 178
#define DLG_DELDOC 179
#define F_DATADOC 180
#define DLG_PRINTINV 181
#define F_DASTATO 201
#define F_ASTATO 202

View File

@ -26,15 +26,17 @@ BEGIN
PICTURE TOOL_DELREC
END
BUTTON DLG_NULL 10 2
BUTTON DLG_PRINTINV 10 2
BEGIN
PROMPT -57 -11 "Stampa ~Inv."
PICTURE TOOL_PRINT
MESSAGE RUN,MG4,-1
END
BUTTON DLG_ELABORA 10 2
BEGIN
PROMPT -67 -11 "~Carichi"
PICTURE TOOL_ELABORA
MESSAGE K_ENTER
END
@ -46,13 +48,13 @@ PAGE "Gestione Documenti" 0 2 0 0
DATE F_DATADOC
BEGIN
PROMPT 1 1 "Data documento "
PROMPT 1 0 "Data documento "
FLAGS "A"
END
SPREADSHEET F_ARTICLES
BEGIN
PROMPT 1 3 "Articoli"
PROMPT 1 1 "Articoli"
ITEM "Codice\nArticolo@20"
ITEM "Descrizione@50"
ITEM "UM"