Table of Content
HAL Forum
procedure ContactMailBackground (
)
Description:
Classify a window (C related), and modify the background
WindowBegin("Notas",NotepadLClass,CGmlist,NotepadView);
  SetWRect(20,80,620,298);
  Sizeable(-1,-1,0,0);
  ContactMailBackground;
  UseView(NotepadVc);
  RecordList(4,17,-21,-39);
  RlColKey(4,4,"Nro.",SerNr,false,SerNr);
  RlCol(120,120,"Idioma",LangCode,false);
  RlCol(180,180,"Clasif.",Classification,false);
  SearchField("Buscar");
  EndWindow;
Related topics:
««