عرض مشاركة واحدة
قديم 14-Nov-2011, 05:30 PM   #17
humam
مشرف منتدى المطورين
افتراضي

اضافة القوائم :

ان الدالة الاساسية المستخدمة لاضافة Commands الى القوائم هي

AddCommandToMenu

Syntax

AddCommandToMenu ParentDictID, ParentFormID, ParentCmdID, Sequence,
CmdDictID, CmdFormID, CmdID, CloneCmd, LoadMode;

Parameters

ParentDictID – The ID of the dictionary that contains the command list (menu or
submenu) to which the new command will be added. Use the constant DYNAMICS
to specify that you are adding items to the Microsoft Dynamics GP main dictionary.

ParentFormID – The resource ID of the command form that contains the definition of
the command list to which you are adding a command.

ParentCmdID – The resource ID of the command list to which you are adding a
command.

Sequence – An integer variable that can be used to specify the sequence of the item in
the command list. The value 0 specifies the command will be added to the end of
the list. The actual position of the command will be returned after the command is
added.

CmdDictID – The ID of the dictionary that contains the command you are adding.

CmdFormID – The resource ID of the command form that contains the definition of
the command you are adding.

CmdID – The resource ID of the command you are adding.

CloneCmd – A boolean parameter. The value true specifies that the command will be
added for all users, while the value false specifies that the command will be added
for only the current user.

LoadMode – An integer that specifies where the command will be added. The value
corresponds to one of the following constants

Constant Description
MENULOAD_TOTABLE The menu items are being added to the default menu setin the syMenuMstr table.

MENULOAD_TOMEMORY The menu items are being added directly to the menu set
Displayed in Microsoft Dynamics GP.
__________________
GP Techno-Functional Consultant
humam غير متواجد حالياً   رد مع اقتباس