pageextension 50040 "Apply Vendor Entries" extends "Apply Vendor Entries"
{
actions
{
addafter(Dimensions)
{
action(Boutton2)
{
ApplicationArea = Basic, Suite;
Caption = 'Boutton 2';
ToolTip = 'Description du bouton 2';
Visible = true;
trigger OnAction()
begin
Message('Boutton 2 cliqué');
end; } } } }
The Issue is : button 2 is shown in related (not after Dimensions),and when I click on it, the message doesn't appear.
Thanks for any help or suggestions.

Report
All responses (
Answers (