Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Labels:Is it possible to let the user select the format?
Message
From
07/04/2000 12:23:56
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, United States
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00356047
Message ID:
00356950
Views:
12
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
Previous
Reply
Map
View

Click here to load this message in the networking platform