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
Titre:
Label not printing properly
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:
01478835
Vues:
160
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform