Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report preview headache
Message
From
01/12/1999 13:54:34
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Report preview headache
Miscellaneous
Thread ID:
00297450
Message ID:
00297450
Views:
41
Has any seen this behaviour?
The problem occurs only on user's machine not on my development machine. I'm using (still?) VB5. We are all on NT. There are two command buttons on the form, one is for previewing the current record the other for printing it. There should always be only one page printed (the current record). The print button works fine but if the user clicks the preview button and then clicks the print icon in the preview it cycles thru the entire table not just the current record.


My original code was:
KEYBOARD '{CTRL+F10}'
REPORT FORM hf_let2 PREVIEW NEXT 1

I then changed it to:
KEYBOARD '{CTRL+F10}'
REPORT FORM hf_let2 PREVIEW FOR id_complaint = lcComplaintId

Both behave the same way. Any help would be appreciated.
Ernest
Next
Reply
Map
View

Click here to load this message in the networking platform