Table of Content
HAL Forum
procedure Modality (
Integer 1)
Description:
Put a window in front of all others windows (mainly use) and remain there up to close it
Parameters:
1 level window priority in the screen
WindowBegin("Offline Records",OffLineAClass,CGother,RcType);
  SetWRect(20,80,500,150);
  Modality(1);
  h = 50; l = 50; vs = 20; v = 20; h2 = 50;
  StaticText(h,v,"There are Invoices to synchronise. Would you like to synchronise now?",false);
  HalPushButton(h,v+=20,h+h2,v+20,"YesOffLineToServAClasssm","Yes");
  HalPushButton(h+=330,v,h+h2,v+20,"NoOffLineToServAClasssm","No");
  EndWindow;

Related topics:
««