Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with a report
Message
From
20/03/2003 13:33:41
 
 
To
20/03/2003 13:23:28
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00768210
Message ID:
00768215
Views:
14
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform