Move control from detail to header on a form

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
 
M

Marshall Barton

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.
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top