Patch level :2.0 partners 636
Files correlati :pr1 & forms Ricompilazione Demo : [ ] Commento : AO20119 Se avendo aperta questa videata cambio la stampante configurata, una volta lanciata la stampa mi viene riproposta la configurazione della stampante precedente; inoltre in fase di stampa con una Generica / Solo testo tutte le colonne e le righe vengono sfalsate nonostante a video risulta corretta. AO20120 Se avendo aperta questa videata cambio la stampante configurata, una volta lanciata la stampa mi viene riproposta la configurazione della stampante precedente; inoltre in fase di stampa con una Generica / Solo testo tutte le colonne e le righe vengono sfalsate nonostante a video risulta corretta. AO20121 In fase di stampa con una Generica / Solo testo tutte le colonne e le righe vengono sfalsate nonostante a video risulta corretta. git-svn-id: svn://10.65.10.50/trunk@11576 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
915496d852
commit
5f557ca6e0
@ -227,13 +227,13 @@ void TStampa_percprovv::compose_ranges(const TString& k, TString& s1, TString& s
|
||||
|
||||
void TStampa_percprovv::main_loop()
|
||||
{
|
||||
TPercprovv_form frm("pr1200a");
|
||||
TRectype from(LF_PERCPROV), to(LF_PERCPROV);
|
||||
TString codpr, s1,s2, s3;
|
||||
|
||||
_m->hide(-G_ALL);
|
||||
while (_m->run() == K_ENTER)
|
||||
{
|
||||
TPercprovv_form frm("pr1200a");
|
||||
codpr = _m->get(F_CODPR); // Codice archivio
|
||||
_apr->put("CODTAB", codpr);
|
||||
if (_apr->read() == NOERR) // legge la stringa di definizione dei campi
|
||||
|
@ -9,13 +9,6 @@ DESCRIPTION
|
||||
BEGIN
|
||||
END
|
||||
|
||||
GENERAL
|
||||
BEGIN
|
||||
OFFSET 0 0
|
||||
FONT "Courier New"
|
||||
SIZE 10
|
||||
END
|
||||
|
||||
SECTION GRAPHICS FIRST 67
|
||||
|
||||
LINEA 1 80 1
|
||||
|
@ -122,23 +122,21 @@ void TStampa_schedeprovv::riporta_pagamenti(TCursor &cur)
|
||||
|
||||
void TStampa_schedeprovv::main_loop()
|
||||
{
|
||||
TStampa_schedeprovv_form frm("pr1300a");
|
||||
|
||||
const int hh = 7;
|
||||
const int fh = 1;
|
||||
const int fl = printer().formlen();
|
||||
|
||||
int rows[4]; // Righe orizzontali
|
||||
rows[0] = hh-3;
|
||||
rows[1] = hh;
|
||||
rows[2] = fl-1;
|
||||
rows[3] = 0;
|
||||
frm.genera_intestazioni(odd_page, hh-2);
|
||||
frm.genera_fincatura(odd_page, hh-3, fl-1, rows);
|
||||
|
||||
|
||||
while (_m->run()!=K_QUIT)
|
||||
{
|
||||
TStampa_schedeprovv_form frm("pr1300a");
|
||||
|
||||
const int hh = 7;
|
||||
const int fh = 1;
|
||||
const int fl = printer().formlen();
|
||||
|
||||
int rows[4]; // Righe orizzontali
|
||||
rows[0] = hh-3;
|
||||
rows[1] = hh;
|
||||
rows[2] = fl-1;
|
||||
rows[3] = 0;
|
||||
frm.genera_intestazioni(odd_page, hh-2);
|
||||
frm.genera_fincatura(odd_page, hh-3, fl-1, rows);
|
||||
|
||||
// filtro e regione
|
||||
TString filter;
|
||||
|
Loading…
x
Reference in New Issue
Block a user