Table of Content
HAL Forum
procedure ContactBackground (
)
Description:
Classify a window (C related), and modify the background
 WindowBegin("Eurocard Import Settings",ECInSetTClass,CGSbl,ECInSetType);
  SetBlid(ECInSetBlock);
  SetWRect(64,80,500,160);
  ContactBackground;
  v=20;vs = 20; h = 82;h2=172;h3 = 222;
  EditField(h=82,v,82,"Cód.",Normal,CustCode,false,CUSClass);
  EditField(h3=222,v,-40,"Desc.",Normal,CustName,false,0);
  EditField(h,v+=vs,40,"Moneda",Normal,CurrencyCode,false,CurncyCodeSClass);
  EditField(h3,v,20,"IVA",Normal,VATCode,false,VATCodeSClass);
  EndWindow;  
Related topics:
««