Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with a report
Message
 
 
À
20/03/2003 13:23:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00768210
Message ID:
00768215
Vues:
13
>Hello, i have two problems with a report, everytime i print the record it close the report window and after that come the next problem, when i move from the printed record to the next or even the previous it send it to the last record, how do i avoid this?

>i place the next code in the print button click method from the class wizbtns:
>select llamadas
>report form llamadas for llamadas.numero=thisform.numero1.value preview noconsole


Try generating an SELECT-SQL cursor,
LOCAL lnNumero
lnNumero=Thisform.numero.value
SELECT * from llamadas WHERE numero=lnNumero INTO CURSOR cReport
REPORT FORM llamadas PREVIEW NOCONSOLE
With this issue you have to put it out your table in Report DataEnv., and replace your reports field from [cTable.Field] to [Field]
Apoya a Visual FoxPro usandolo legalmente
--
¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º
Espartaco Palma Martínez
SysOp PortalFox
http://www.portalfox.com
esparta@portalfox.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform