Zum Hauptinhalt gehen

Suche

Suche

Selecting Active Format

Kommentare

3 Kommentare

  • 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

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.