Posts

Showing posts with the label refesh form set timer

Refresh form timer announcements Highlights text blink, flash

 [ExtensionOf(FormStr(ESSWorkspace))] final class BPESSWorkspaceForm_Extension {     #define.waitTime(10*60*10)     public str notificationTxt;     public void run()     {         next  run();         BPAnnouncementTypeXDSUserGroup userGroup;         BPEmployeeAnnouncemtTable announcementTable;         BPEmployeeAnouncementType   announcementType;         UserGroupList groupList;         Counter countStr = 0;         while select announcementTable              where announcementTable.IsNotification == NoYes::Yes             &&    announcementTable.ValidFromDate <= today()             &&    announcementTable.ValidToDate >= today()       ...