Selecting Active Format
If you have multiple labels(formats) open, how can you select which label you are working with?
0
-
You can select the appropriate tab at the top of the design window to specify which document you're working with.
0 -
I'm talking about through activex. I have 2 labels open and need to switch between the two. Is the only way to select which format to use by calling btapps.formats.open(label)?
0 -
If both labels are open, you'd need to use the GetFormat and Activate commands:
btFormat = btApp.Formats.GetFormat("Format1.btw")
btFormat.Activate()
Basically using GetFormat lets you select which format to use, and Activate sets focus to it.
0
请先登录再写评论。
评论
3 条评论