Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems trying to print a record
Message
De
06/11/2002 14:44:05
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00718966
Message ID:
00719505
Vues:
20
How user moves from record to record: grid, listbox, something else?
The user moves from record to record with the wzbtns class

How do you print a record?
Simply i search the record with the search button and then i push the print button

Can you post code that prints record.
Unfortunately is a class that comes with the program and i can give you the code, but i place my own button and the problem is the same, this my code:
numllam=thisform.text1.value
select calls
set filter to number =numllam
go top
if !eof()
  report form calls preview
 else
  wait windows "The record doesn't exists, please try again" nowait
endif
numllam=0
set filter to
Does it print blank record if the print button is clicked a few more times.
Yes, that's right

Does it print blank record if the user moves to the other record and clicks the print button?
Yes, that's right, even if you search it before.

I hope this could give you an idea of my problem. Thanks for your patience. Feel free to ask more.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform