M
Mr. Smith
Hi.
I have two popup forms. On the first popup form I have several buttons where
I want the onClick to open a new popup form right below the button.
I'm trying to build the "expand" feeling, as the second popup form is
without borders and "feels" like a subset to the first poput.
How can I use the position value from the button clicked to set the position
to the second popup?
Trying to user "openargs: WindowTop & | & WindowLeft" calling the secound
popup, but I get values like -12365 which is not good when using
DoCmd.MoveSize while opening the second popup....
Also WindowTop/Left refere to the first popup form, and not the actual
button......
Any hints appreciated!
Kind regards
Mr. Smith
I have two popup forms. On the first popup form I have several buttons where
I want the onClick to open a new popup form right below the button.
I'm trying to build the "expand" feeling, as the second popup form is
without borders and "feels" like a subset to the first poput.
How can I use the position value from the button clicked to set the position
to the second popup?
Trying to user "openargs: WindowTop & | & WindowLeft" calling the secound
popup, but I get values like -12365 which is not good when using
DoCmd.MoveSize while opening the second popup....
Also WindowTop/Left refere to the first popup form, and not the actual
button......
Any hints appreciated!
Kind regards
Mr. Smith