Newbie - Main page keeps on coming to the foreground

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Newbosco
    Forum Member
    • Mar 2008
    • 2

    Newbie - Main page keeps on coming to the foreground

    HI All, new here...

    I have created a small page with buttons that open different documents. All works well, but when the document is opened, the main page pops back to the foreground instead of remaining in the background..could someone please help?

    thanks to everyone in advance

    gb
  • holtgrewe
    Indigo Rose Customer
    • Jul 2002
    • 779

    #2
    In your Project Settings, make certain the checkBox Alway on top is Unchecked. That may correct it...

    hth

    Comment

    • Newbosco
      Forum Member
      • Mar 2008
      • 2

      #3
      HI there,

      the box is unchecked, tried checking it, save, uncheck, save...no difference....

      Puzzling...

      Comment

      • mindstitchdr
        Indigo Rose Customer
        • Dec 2004
        • 239

        #4
        You could try setting "WaitForReturn" to true on your file open actions and see if that is what you are looking for.

        Comment

        • Worm
          Indigo Rose Customer
          • Jul 2002
          • 3967

          #5
          try this as the last command in the buttons On Click
          Code:
          -- send AMS app to the bottom of the Z-Order
          Window.SetOrder(Application.GetWndHandle(), HWND_BOTTOM)

          Comment

          Working...
          X