Hello all,
I have a problem that probably has a simple solution but I just can't seem to figure it out.
I have a form (QueryScreen)th at has a button that opens another form (StateSearch) in dialog mode. On the dialog form there is a list box with a list of states and a button that runs a query to return customers that are located in the selected state.
After running the query, the query appears immediately in a new tab - but the dialog box is still open and hovering over the results.
When I add a line of macro to the query button OnClick to close the form the query is run and opens in a new tab but the current window shown is the original QueryScreen form and not the query results. In which case the user has to manual click to view the new tab with the query results.
Is there any way to have the dialog form close but still have the query results appear without manually clicking over tabs?
Any help would be greatly appreciated - thanks!
I have a problem that probably has a simple solution but I just can't seem to figure it out.
I have a form (QueryScreen)th at has a button that opens another form (StateSearch) in dialog mode. On the dialog form there is a list box with a list of states and a button that runs a query to return customers that are located in the selected state.
After running the query, the query appears immediately in a new tab - but the dialog box is still open and hovering over the results.
When I add a line of macro to the query button OnClick to close the form the query is run and opens in a new tab but the current window shown is the original QueryScreen form and not the query results. In which case the user has to manual click to view the new tab with the query results.
Is there any way to have the dialog form close but still have the query results appear without manually clicking over tabs?
Any help would be greatly appreciated - thanks!
Comment