跳到主内容

搜索

搜索

Selecting Active Format

评论

3 条评论

  • Avatar
    Michael Toupin (mtoupin

    You can select the appropriate tab at the top of the design window to specify which document you're working with.  

    0
  • Avatar
    Legacy Poster

    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
  • Avatar
    Michael Toupin (mtoupin

    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

请先登录再写评论。