Print Range Of Label 追蹤
Goodmorning all,
i need help about a print command.
I use a dos command for print with bartender :
Example:
c:\program files\seagull\bartender suite\bartend.exe" /F=c:\bartender\models\model1.btw /P /PRN="PRETICGEL" /Tray="Tray 2" /D="c:\bartender\database\db1.txt" /X /R=3
I'm using the parameter /R for print from the third label to the last label.
I need help because i want print for example from the third to the ten label and not the last.
I also try using this syntax : /R=3-10 but don't work.
Can someone help me please ???
Thank you.
3 意見

Ian Cummings
版主I don't think there is a command line option for specifying a record range to print. I suggest you set-up a query with a query prompt instead and pass that as a command line option.
Example: /?QueryPrompt1 = "X"
Thank you for support.
Anytime i need to print different range of labels, so, with a query i think that is not possible print a different ranges for any time.
Have you other idea ??
Thank you
The feature you want does not exist. Use a query to get a record set of those records that you do wish to print. Maybe adding an additional index field to your data file will help you in getting a "range" query.
請登入寫評論。