Hello, All.
Is there anyway to pass parameters to a user defined query? Currently, I have a query that I can invoke by coding the following:
<i><b>Application.ActivateMenuItem("4001");</b></i>
However, it requires parameters that I don't want the users entering. I cannot use the <i>Application.SendKey</i> method because the input parameters window that comes up is actually a modal dialog box.
Any help would be greatly appreciated.