M
Max Yaffe
Dear Group,
I'd like to globally set & save some control properties so I can make
all my forms look consistent without having to edit each control. For
example, in pseudo-code, I'd like to do something like
for f in all forms
for c in all f.controls
c.background = 14341099
c.FontName = "Arial"
c.FontSize = "7"
end for
end for
and then save the form as edited.
Is there any really slick way to do this?
Thanks,
Max
I'd like to globally set & save some control properties so I can make
all my forms look consistent without having to edit each control. For
example, in pseudo-code, I'd like to do something like
for f in all forms
for c in all f.controls
c.background = 14341099
c.FontName = "Arial"
c.FontSize = "7"
end for
end for
and then save the form as edited.
Is there any really slick way to do this?
Thanks,
Max