Modifiche dalla versione Linux sulla 2.1
git-svn-id: svn://10.65.10.50/trunk@12029 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
03e5cc6e93
commit
b9f2694180
@ -41,7 +41,7 @@ void TForm_sconti::compact(const bool what)
|
||||
togli = 5;
|
||||
TPrint_section& b = section('B',odd_page);
|
||||
const word fields = b.fields();
|
||||
const word height = b.height();
|
||||
// const word height = b.height(); qui verificare
|
||||
const word max = fields - togli;
|
||||
int y = 1; // first coordinate of first field
|
||||
for (word i = 1; i <= fields; i++)
|
||||
@ -160,7 +160,7 @@ bool TStampa_sconti::menu(MENU_TAG)
|
||||
bool gotcha= FALSE;
|
||||
TConfig prassid(CONFIG_DITTA, "ve");
|
||||
TString16 scorigakey;
|
||||
TMask *mask;
|
||||
TMask *mask = NULL;
|
||||
switch (_sconti[0])
|
||||
{
|
||||
case 'D': // sconti documento
|
||||
|
@ -96,7 +96,7 @@ bool TStampa_condizioni_vendita::tipo_handler(TMask_field& f, KEY k)
|
||||
|
||||
bool TStampa_condizioni_vendita::user_create() {
|
||||
bool gotcha= FALSE; // booleano di avvenuta inizializzazione
|
||||
int indice; // indice delle variabili di configurazione per le abilitazioni
|
||||
int indice = 0; // indice delle variabili di configurazione per le abilitazioni
|
||||
_condven= "*"; // inizializzazione dell'indicatore del tipo di archivio
|
||||
if (argc()>2) _condven= argv(2); // se c'è, prende il tipo di archivio dalla linea di comando
|
||||
else {
|
||||
|
@ -106,7 +106,7 @@ bool TStampa_LCO_sintetica::create()
|
||||
_form = new TLCO_form("ve3300a");
|
||||
|
||||
bool gotcha = FALSE;
|
||||
int indice;
|
||||
int indice = 0;
|
||||
_condven= "*";
|
||||
if (argc()>2)
|
||||
_condven= argv(2);
|
||||
|
@ -1,6 +1,4 @@
|
||||
#include "VE3300.H"
|
||||
|
||||
// #define LF_SCONTI
|
||||
#include "ve3300.h"
|
||||
|
||||
TOOLBAR "" 0 20 60 2
|
||||
#include <toolbar.h>
|
||||
@ -13,13 +11,11 @@ BEGIN
|
||||
PROMPT 0 0 ""
|
||||
ITEM "I|"
|
||||
FLAG "H"
|
||||
// FIELD LF_SCONTI->TIPO
|
||||
END
|
||||
|
||||
STRING F_CODCAT 2
|
||||
BEGIN
|
||||
PROMPT 3 2 "Categoria vendita "
|
||||
// FIELD LF_SCONTI->CODART[1,2]
|
||||
USE CVE
|
||||
FLAG "U"
|
||||
INPUT CODTAB F_CODCAT
|
||||
|
Loading…
x
Reference in New Issue
Block a user