[AccessD] Pseudo Pointer to a Function

William Hindman wdhindman at dejpolsystems.com
Tue Jun 23 12:51:56 CDT 2009


Arthur

...from my treeview menu I use either of the following in a select statement
            'call a function from a module, "strObjectName" is from my 
tblSwitchboard
            CallByName modules("mdlMenuFunctions"), strObjectName, VbMethod

            'call a sub from the switchboard form module itself
            CallByName CodeContextObject, strObjectName, VbMethod, 
strObjectAddtnl
...hth
William

--------------------------------------------------
From: "Arthur Fuller" <fuller.artful at gmail.com>
Sent: Tuesday, June 23, 2009 12:04 PM
To: "Access Developers discussion and problem solving" 
<accessd at databaseadvisors.com>
Subject: Re: [AccessD] Pseudo Pointer to a Function

> Thanks, Mike. I vaguely recall that call and shall now write a little 
> tester
> to see if it works as one might desire.
> A.
>
> On Tue, Jun 23, 2009 at 11:45 AM, Mike Mattys 
> <mmattys at rochester.rr.com>wrote:
>
>> Hi Arthur,
>>
>> There is a CallByName function
>> I saw an example at PlanetSourceCode and a few items
>> in Google regarding its use.
>>
>> -
>> Michael R Mattys
>> MapPoint and Database Dev
>> www.mattysconsulting.com
>>
> -- 
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
> 




More information about the AccessD mailing list