Does anyone know Lists in GP10?

Last post 03-20-2008 10:37 AM by craigde. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 03-10-2008 1:58 PM

    Does anyone know Lists in GP10?

    recently I did a sample project to the Lists in GP10

    the action I added is shown on the action pane, but there was a problem when i registered that action

     

    List_RegisterAction(list_object, command PJ_TEST_ACTION of form PJ_Command_Form, LISTCMDTYPE_SINGLESELECT,
      PJ_TEST_ACTION_ENCODED of form PJ_Command_Form ) of form syListObj;

     the consequence is that when i select a single record in the list, that action will never highlight...

     someone helps me plz~

    Thanks so much

  • 03-20-2008 10:37 AM In reply to

    Re: Does anyone know Lists in GP10?

    This question was answered by Steve Kubis in a cross posting on the technical newsgroups. Including here for anyone that looks at this in the future

    This sounds like it's your own list. I think the problem will be in the
    CheckActionAccessForRecord procedure. Either your list doesn't have one, or
    it's not  properly setting the state for the list actions.

    The CheckActionAccessForRecord procedure is the code that's responsible for
    deciding whether an action is in the Action Pane is enabled or disabled. I
    won't go into all of the details here. It's described in the GP Integration
    Guide.

Page 1 of 1 (2 items)