Table of Content
HAL Forum
procedure DynamicWindow (
)
Description:
Sets a window to a dynamically changing window. Every time this window is opened on the screen it gets recompiled.
  WindowBegin("Assisted Variety Entry",VARINSClass,CGother,RcType);
  DynamicWindow;
  SetWRect(164,80,424,264);
  h = 130;
  StaticText(h-8,v=16,"Item",true);
  EditField(h,v+=15,50,"1",Normal,f1,false,VARsubSClass);
  EditField(h,v+=20,50,"2",Normal,f2,false,VARsubSClass);
  EditField(h,v+=20,50,"3",Normal,f3,false,VARsubSClass);
  EditField(h,v+=20,50,"4",Normal,f4,false,VARsubSClass);
  EditField(h,v+=20,50,"5",Normal,f5,false,VARsubSClass);
  EndWindow;
Related topics:
««