New Posts New Posts RSS Feed: Trigger_Registerform
  FAQ FAQ  Forum Search   Register Register  Login Login

Trigger_Registerform

 Post Reply Post Reply
Author
dc_calif View Drop Down
MicrosoftDynamicsForums.com Member
MicrosoftDynamicsForums.com Member


Joined: February 04 2010
Location: Calif
Online Status: Offline
Posts: 1
  Quote dc_calif Quote  Post ReplyReply Direct Link To This Post Topic: Trigger_Registerform
    Posted: February 04 2010 at 6:28pm
Its been a while since I did a lot of Dexerity programming and there seems to be a difference in working with GP 10.
 
In the past I would put into the startup script something like this to get an extras menu.
 
set l_result to Trigger_RegisterForm(form Cards_Financial_Palette,
  "Custom Application", "", script List_Setup_Window);
  if l_result<>SY_NOERR then
     warning "Form trigger registration failed.";
     if l_result=LOCKED then
           warning "This recrod has been locked";
     else
            warning "This error came from the Startup Script";
    end if;
end if;

Now this command fails cause there is no Cards_Financal_Palette.
 
If I choose a form that does exist no extrats option appears.
 
What am I doing wrong?
 
Thanks in advance.
 
 
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down


Copyright 2005-2010 microsoftdynamicsforums.com. All rights reserved. MicrosoftDynamicsForums.com is an independent non-Microsoft website.
Email: contact AT microsoftdynamicsforums DOT com