View Full Version : Cutting and Pasting into TAB Control?


Franky G
06-28-2001, 03:54 AM
Hi,

I have a single form with quite a few command buttons on it. I have just discovered how to Create a tabbed form, but when I cut and paste the controls into a page, it loses the 'On Click' properties.

Is there a way to use my existing controls on my new pages without re-entering the 'On Click' property for each control?

Thanks,

Franky

Ron Bell
06-28-2001, 04:47 AM
I know what you mean -
But this happens weather you copy any contol on a form - the button is a new object and seen as having unique set of events on form.

To use same procudure on similiar buttons, without duplication of procedure in module of form, - create a procedure and call it from each button on each page