Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

SuiteReportError Function in Suite/Advanced UI


No replies to this topic

skanth2000

skanth2000
  • Full Members
  • 4 posts

Posted 05 November 2015 - 12:36

Dear Team,

 

 Any one has used SuiteReportError Function to display messagebox in Suite/Advanced UI setup ?.

 

 

 I tried the below Install Script, the return value is 0 but messabe not displayed :(

 

********************************************************************************************************

#include "ifx.h"

export prototype INT MyFunction(OBJECT);

function INT MyFunction(oExtension)
    
    STRING szGUILEVELValue;
    
begin    

    SuiteGetProperty("GUILEVEL", szGUILEVELValue);    
    SuiteReportError  (szGUILEVELValue, INFORMATION);

end;

********************************************************************************************************

 

Whether i am missing anything ? Can you please help me with example script ?


Edited by skanth2000, 05 November 2015 - 12:37.

Regards,

 Srikanth Sugumaran