I have created a custom Debtors base view. I have added the to the menu and I can see it as a menu item. But when I open it, it open the Task Summary Quick Query screen. I have made sure that I saved the correct report.
I am completely baffled.
Any suggestions?
*This post is locked for comments
When I looked at the name it was QQVIE00.EXE ; QQ_pjtsum. I have changed it to QQVIE00.EXE ; QQ_AR_Aging but this does not seem to work either. I still only opens project task summary report.
Did you checked the command line for the menu item? It should be something like:
QQVIE00.EXE ; <view-name>
As in:
QQVIE00.EXE ; QQ_inventory
If you launch QQVIEW00.EXE with no arguments, it still shows a query but not the one you expect.
SL's command line slang is still a mistery to me, this is about as much as I know. I guess the semicolon is important.