[AccessD] Switchboard Question

stuart at lexacorp.com.pg stuart at lexacorp.com.pg
Sun Oct 23 23:10:03 CDT 2005


On 23 Oct 2005 at 20:41, Arthur Fuller wrote:

> I think that I have asked this before and been answered, but I`m getting old
> and infirm so forgive me please.
> Using the SB Manager, I create an item which is supposed to open a form in
> DS mode, but instead it opens it in single-row mode. In this particular
> case, this defeats all my intentions. 
> How to get around this... I suppose that I could write a function that opens
> the form of interest, but cannot the SB manager be persuaded to do what I
> wish it to do....
> Even if I specify that form abc be opened in DS format, the SB manager seems
> to ignore my instructions, opening the form instead in single-row format,
> which is NOT what I wish in this particular case.
> How can I pass params or otherwise defeat the allegedly intelligent SB
> manager... and make it do what I want.
> TIA,
> Arthur
> 

In the switchboards code module, edit the HandleButtonClick() function.

Create a new constant:
Const conCmdOpenDatasheet = 10

and include a new case

Case conCmdOpenDatasheet
         DoCmd.OpenForm rs![Argument], acFormDS


In the SwitchboardItems table, set the "Command" of the particular menu item to 10.





More information about the AccessD mailing list