[AccessD] subform close ...solved

William Hindman wdhindman at dejpolsystems.com
Wed Jan 21 20:23:25 CST 2009


...looks interesting Stuart, I'll give it a spin.

William

--------------------------------------------------
From: "Stuart McLachlan" <stuart at lexacorp.com.pg>
Sent: Wednesday, January 21, 2009 6:47 PM
To: "Access Developers discussion and problem solving" 
<accessd at databaseadvisors.com>
Subject: Re: [AccessD] subform close ...solved

> I'd use a Static function - something like
>
> Static Function ArgsToPass(Optional Args as String = "No Args Passed")
> as String
> DIm Store as String
> if Args <> "No Args Passed" then
>   Store = Args
> End If
> ArgsToPass = Store
> End Function
>
> In your old subform's on_close:
> ArgsToPass ""
> or
> ArgsToPass "Some string"
>
> In your new subform's on_open:
> If ArgsToPass() > "" then ......
>
> -
> Stuart
>
> On 21 Jan 2009 at 16:18, William Hindman wrote:
>>
>> ...next is figuring out how to pass openargs from subform to subform when
>> necessary.
>>
>> ...thanks to all who responded.
>>
>
> -- 
> 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