GXDLMSScriptTable obj = new GXDLMSScriptTable("0.0.10.0.1.255");
obj.Description = "MD Reset Action";
GXButton btn = new GXButton();
btn.Text = "Execute";
btn.Target = obj;
IGXDLMSView obj1 = new Gurux.DLMS.UI.GXDLMSScriptTableView();
btn.View = obj1;
GXActionArgs ve = new GXActionArgs(obj, 1);
GXDlmsUi.UpdateAccessRights(btn.View, client, btn.Target, false);
ve.Client = client;
ve.Action = btn.Action;
try
{
btn.View.PreAction(ve);
}
catch (Exception ex)
{ }
Forums
Hi, Can you describe moreā¦
Hi,
Can you describe more what you try to do?
BR,
Mikko