Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report preview headache
Message
De
01/12/1999 13:54:34
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Report preview headache
Divers
Thread ID:
00297450
Message ID:
00297450
Vues:
40
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform