Forums

Find answers, ask questions, and connect with our
community all around the world.

Home Forum Omnis General Forum Controlling Properties of Subform Dialogs or Subforms in Subform Sets

  • Controlling Properties of Subform Dialogs or Subforms in Subform Sets

    Posted by Minh Phuong Vu on December 6, 2024 at 8:08 am

    Hello Everyone

    I have a tricky question.

    I would like to control some properties of the dialog subforms that are created with:

    1. Do $cinst.$clientcommand(“subformdialogshow”,row())

    or

    2. Do $cinst.$clientcommand(“subformset_formadd”,row())

    As an example 1. There is a button in the subformdialogshow subform and when I press it, the subform would move 100 pixels to the left, or 2. clicking a button in the parent form will order the subforms of a subform set from left to right by their ID (using the $top and $left properties of every subform).

    I suppose you could alternatively 1. have a grey pagePane in front of everything and a subform on top of it and 2. create subform instances at runtime and moving them with $cinst.$objs.[theirName].$top.$assign(x). But if there is a way to solve it with the subforms created with $clientcommand that would save me quite some work.

    Thanks for replying in advance.

    Best regards

    Minh Phuong

    Minh Phuong Vu replied 7 months, 3 weeks ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

Log in to reply.