Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个名为“Bordro”的新模块,并在该模块下创建了一个名为“Puantaj Kartları”的用户表单。现在我想在我的 Bordro 模块下创建一个 SystemForm(Employee Master Data)。
我怎样才能做到这一点?
您只需创建一个类似于 Puantaj Kartlari 项的菜单项,然后为这个新菜单项的 Menu_Click 事件添加一个事件处理程序,最后在这个事件处理程序中调用:
SBO_Application.ActivateMenuItem("MenuItemID")
其中“MenuItemID”是您要打开的系统表单的菜单 ID(我相信员工主数据是“3590”)。