zubie Posted August 25, 2003 Posted August 25, 2003 Hi all I want to create a module to do User interface stuff like enable and disable controls on the web page. Anyone know how I reference the control on the page from this module without having to pass a complete reference to each item. cheers ZuBiE Quote
Moderators Robby Posted August 28, 2003 Moderators Posted August 28, 2003 You would have to pass a reference of the page or create a base class and let your client pages inherit from it. Quote Visit...Bassic Software
zubie Posted August 29, 2003 Author Posted August 29, 2003 So I should have ByRef WebPage as Page in definition of my function? I have tried that and Reps (the class name of the page I'm passing in) Could you give me an example? thanks ZuBiE Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.