Hi all -
Access 2000 - trying to add a feature to a distributable app where the user
can add controls, then size and place them, on an existing form. All I can
figure out about CreateControl is that it only works in Design View, but
what exactly IS that at run-time? Does the user have to have full Access
and not the DevToolKit runtime I want to package? There's only ONE type of
control I want the user to be able to add (a Label, which I will add OnClick
code to), so a whole toolbar would be a Bad Thing. How do you even run code
in Design View? Just for grins, I tried it from the Immediate window, with
the recipient form open in Design View, and got nothing. Not sure I had the
syntax right, but I'm still not sure it'll work like I want. I don't know
if drag-n-drop and sizing handles would be available, I'd have to kluge
something ugly to replace them if not. Ideas?
Also, will the form thus created be DoCmd.Save-able, allowing it to open as
is, or will I have to save the details after it's designed and then redraw
the customized form from scratch every time it opens? I can imagine how I'd
do that, but it might be slow and sloppy on opening.
Armando
Access 2000 - trying to add a feature to a distributable app where the user
can add controls, then size and place them, on an existing form. All I can
figure out about CreateControl is that it only works in Design View, but
what exactly IS that at run-time? Does the user have to have full Access
and not the DevToolKit runtime I want to package? There's only ONE type of
control I want the user to be able to add (a Label, which I will add OnClick
code to), so a whole toolbar would be a Bad Thing. How do you even run code
in Design View? Just for grins, I tried it from the Immediate window, with
the recipient form open in Design View, and got nothing. Not sure I had the
syntax right, but I'm still not sure it'll work like I want. I don't know
if drag-n-drop and sizing handles would be available, I'd have to kluge
something ugly to replace them if not. Ideas?
Also, will the form thus created be DoCmd.Save-able, allowing it to open as
is, or will I have to save the details after it's designed and then redraw
the customized form from scratch every time it opens? I can imagine how I'd
do that, but it might be slow and sloppy on opening.
Armando
Comment