Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Label not printing properly
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01478835
Message ID:
01478841
Vues:
41
>What's wrong with this code?
>
>CREATE CURSOR tickets(ticket i(4))
>SELECT tickets
>FOR m.i=1 TO 500
>	APPEND BLANK
>	replace ticket WITH m.i
>ENDFOR
>SELECT tickets
>GO top
>LABEL FORM ticketlbl PREVIEW 
>
>The label has an image on it, and one field, Ticket. When the line, label form ticketlbl preview, executes, it errors with variable ticket not found???
>
>The table tickets in a browse, has 500 records with a field ticket which has values from 1 to 500.
>
>TIA,
>Mike

Are you running this label from a form with a grid? If so, move the focus out of the grid before printing.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform