Custom Toolbar & Parameters

jbenezech

Registered User.
Local time
Tomorrow, 01:10
Joined
Jun 23, 2006
Messages
13
Hi all,

I'd like to create a custom toolbar where each button would call the same generic module function, passing it a parameter.
I see how to create the toolbar, but I can't figure out how to call my function and how to pass it parameters.

Also, I can't find any explaination on what this "Parameter" box of the Custom Toolbar is. I thought that would pass parameter to the command in the "on action" but I can't seem to be able to retreive it...

Any help appreciated,
Jerome
 
Here is one I use - the function is OpenScreen - and it takes 4 parameters.

Hope this helps

=OpenScreen("Formname",False,"All",False)

(In On Action)
 
This example shows 2 different ways to open forms/reports

Dave
 

Attachments

Thanks for your help.
I was trying to call the module directly but I settled for the solution of calling a method on the startup form which then calls the module method.
Cheers,
Jerome
 

Users who are viewing this thread

Back
Top Bottom