D
Dale Fye
I have a form (frm_Graph_Template) that contains a bunch of controls.
I would like to copy and modify the form programmatically. I assumed that
the CreateForm( , template) function would copy the form and all the controls
on it, but that does not appear to be the case. It copies the form, but none
of the controls.
Is this the intended purpose of this Method? If so, I guess I will have to
write a loop that looks through all of the controls on the original and
duplicates them in the copy using the CreateControl method.
Dale
I would like to copy and modify the form programmatically. I assumed that
the CreateForm( , template) function would copy the form and all the controls
on it, but that does not appear to be the case. It copies the form, but none
of the controls.
Is this the intended purpose of this Method? If so, I guess I will have to
write a loop that looks through all of the controls on the original and
duplicates them in the copy using the CreateControl method.
Dale