Move control from detail to header on a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to move a control from the detail section of the form to the header
section at runtime. The move command will move the control around in the
same section that it is currently in, but I can't seem to get it to move the
control to another section like the header or footer. Is there something I'm
missing?
--Tony
 
Tony said:
I want to move a control from the detail section of the form to the header
section at runtime. The move command will move the control around in the
same section that it is currently in, but I can't seem to get it to move the
control to another section like the header or footer. Is there something I'm
missing?


You can't do that at runtime, it's a design time operation.

You could add a duplicate control in the header and make
them visible/invisible though.
 
Thanks, Marshall... that's a good idea.


Marshall Barton said:
You can't do that at runtime, it's a design time operation.

You could add a duplicate control in the header and make
them visible/invisible though.
 
Back
Top