TheGipper2
Technical User
I have developed a system with 77 modules. Each module has a 'Build', 'Maintain' and 'Display' set of procedures that I want to execute from a 'Master' menu. Works fine in the development stage but when I deploy and click on a module and try to execute any of the three options I get a msg Program (Module) 'Name.wfo not found' response. This is the coding used to execute the 'Program.wfo'
OnLeftMouseDown {;create session ;set lock off;DO \DIR\PROG_NAM.WFO;RETURN .T.},;
Any help will be greatly appreciated.
FYI I'm new at this and hope I have not violated any rules.
Thanks The Gipper
OnLeftMouseDown {;create session ;set lock off;DO \DIR\PROG_NAM.WFO;RETURN .T.},;
Any help will be greatly appreciated.
FYI I'm new at this and hope I have not violated any rules.
Thanks The Gipper