I have a few more facts and a few questions that might be helpful in this problem.
Question:
I found that in the startup script this code is what opening up the main form on top of the exsting menu so what is the point of this code?
if Trigger_RegisterProcedure(script...
Just reviewed everything and I’m still not seeing why the menu opens on the startup but is not visiable under Sales >> Cards. Any ideas where I might look?
I'm assuming that it should appear at the bottom of the cards. I can see a new sperator line but not my entry I"m looking for.
Startup...
Borvik
I create Startup,name=My_OpenCommandForms_POST,My_CloseCommandForms_POST and My_CreateMenuItems just as you have it above and it does work but not as I had planned.
When I open GP and unchunk the file it has my main menu on top of the existing GP menus. This is not a stand alone app...
OK, I think I’m getting close. I have in my startup script the following:
{-- Add the Lead Maintenance item to the Cards>>Sales submenu--}
{Add a separator, which is a built-in command}
Seq = 0;
Status = AddCommandToMenu(DYNAMICS,
resourceid(form Command_Sales),
resourceid(command...
Thanks for responding. A few questions.
Regarding the script:
if Trigger_RegisterProcedure(script CreateDefaultMenuStructure, TRIGGER_AFTER_ORIGINAL, script YourMenuItemCreationScript) <> SY_NOERR then
warning "Procedure trigger registration...
I'm trying to migrate some older customized forms from GP 6 to GP10 and having a problem getting the startup scrip to add a menu.
The original code was as follows:
local integer l_result.
local string l_translate.
{---------------------------------------------------------------
This form...
It’s been a couple of years since I did any dexterity programming but I’m having a problem that I can’t resolve.
I modified a form and also added a new form using Dexterity. I went though and created a chunk file and I’m pretty sure I did this correctly and even found instructions on this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.