Here i'm sharing the code to Display customized Text In Status Bar
//Copy and paste the below code in a Job
static void statusbar(Args _args)
{
str customtext;
;
customtext = "Test";
// Force the text to be shown
xUserInfo::statusLine_CustomText(true);
infolog.writeCustomStatlineItem(customtext);
}
//Copy and paste the below code in a Job
static void statusbar(Args _args)
{
str customtext;
;
customtext = "Test";
// Force the text to be shown
xUserInfo::statusLine_CustomText(true);
infolog.writeCustomStatlineItem(customtext);
}
@ Rahul Talasila
No comments:
Post a Comment