Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Second Report always blank page
Message
De
30/04/2010 06:27:03
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Second Report always blank page
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01462495
Message ID:
01462495
Vues:
104
Hi all

I have a strange problem, if i preview the report i can see both reports, but if i send it to printer the last report is always a blank page,
the code i use
			.oLinCal.np_procuranecessidades_linha(.oRS2, ;
				c_cod_art, c_cod_art, .cEncI, .cEncF, .cCliI, .cCliF, 'PORT', ;
				 Cor1+Cor2+Cor3+Cor4)
			cAlias=LOWER(SYS(2015))
			.RS2CURSOR(.oRS2, cAlias)
			SELECT (cAlias)
			*!* Imprime Nota Fabrico
			REPORT FORM  lst_nota_prod.frx TO PRINTER NOCONSOLE NODIALOG

			*!* Imprime Resumo Nota Fabrico			
			.oLinCal.np_resumo(.oRS3, ;
				c_cod_art, c_cod_art, .cEncI, .cEncF, .cCliI, .cCliF, 'PORT', ;
				 Cor1+Cor2+Cor3+Cor4)
			cAlias1=LOWER(SYS(2015))
			.RS2CURSOR(.oRS3, cAlias1)
			SELECT (cAlias1)
			REPORT FORM  lst_nota_prod_resumo.frx TO PRINTER NOCONSOLE NODIALOG
João Batista
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform