Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Labels:Is it possible to let the user select the format?
Message
De
07/04/2000 12:23:56
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00356047
Message ID:
00356950
Vues:
18
I have designed generic labels for many formats--2 across, 3 across, 1 per page, etc., but all have the same fields: Line1, Line2, Line3, Line4.
So as long as you collect the data using these field names, you can easily programmatically choose the right LBL template.
SELECT ALLTRIM(FName) + " " + LName AS Line1, etc.
DO CASE
CASE UserChoice = "Avery 5140"
   LABEL FORM Avery5140 ....
>How can we let the user select the labels format ? Must we program all the different format ?
>
>thanks
>eric
Charlie
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform