Hi,
The title say it all... I want the user to change between different mode (AlarmDsp: Summary, Disabled, etc...) and at the same time changing the header section of the alarm list genie that is already displayed on my page.
So far, i think i'm pretty close. I'm using ArrayView_SetFormat and so I can see that the display field of my alarm is changing but not the label in the header. I try to find where the header retrieve is information to populate the column name, but can't find it.
There an example of my code:
AlarmSetInfo(iListAn, 3, "10");
DspAnSetMetadata(iAn, "Label", "Historique");
ArrayView_SetFormat(773, ParameterGet("FORMAT", "Energir_Alm_Hist", ""), true);
Is there someone who can give a clue
Thanks,
Jonathan