Skip to main content

Search

Search

Selecting Active Format

Comments

3 comments

  • 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

Please sign in to leave a comment.