-
Controlling Properties of Subform Dialogs or Subforms in Subform Sets
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
Sorry, there were no replies found.
Log in to reply.