Access a form, using a string literal?
- From: "Gerrit Snel" <gsnel_geentroep@xxxxxxxxxxx>
- Date: Thu, 26 Jan 2006 17:14:44 +0100
We have a question but we're in doubt if it's even possible or not.
The question is as follows:
Is it possible to access a form using a string literal, and if so yes?
We want to use something like this (don't mind the syntax as it obviously
doesn't work):
Form("Form1") frm = ("Form1")GetForm("Form1");
So we're able to access all the properties and methods of Form1 and not
just the methods and properties of the base class "Form".
Any help on this one is greatly appreciated!
Gerrit
.
- Follow-Ups:
- Re: Access a form, using a string literal?
- From: Ciaran
- Re: Access a form, using a string literal?
- Prev by Date: Question About an Event Hook
- Next by Date: Re: Question About an Event Hook
- Previous by thread: Question About an Event Hook
- Next by thread: Re: Access a form, using a string literal?
- Index(es):
Relevant Pages
|