Open Print Preview Screen
Is it possible to open the bartender print preview screen directly from a vb.net application? See attachment.
-
The quick answer is yes, via the PrintPreview() object, but you need v10.1 or higher: http://help.seagullscientific.com/10.1/en/#../Subsystems/ActiveX/Content/ShowDialog_Method.htm
0 -
Hi Ian,
that works great. Is it also possible to add parameters.
I use one Bartender lay-out to print different labels and would like to make a record selection based on lay-out no. and label no. which are stored in the connected database. See printscreen
0 -
If you're also looking to set a query prompt value at print time via your .NET SDK application, then first take a look at how to create a query prompt:
http://www.seagullsc...training-video-(selecting-records-from-a-database-at-print-time).aspx
And now take a look at BarTender's Help (F1) key and at the "QueryPrompt" class under the "Seagull.BarTender.Print.Database" namespace from the .NET Print SDK help.
0
请先登录再写评论。
评论
3 条评论