Table of Content
HAL Forum
procedure EndMatrix (
)
Description:
End a matrix in a window
MatrixBegin(h,v+=45,-25,-30,VIRowType,99);
  MatTypedRow(stp);
  MatOverStrike(ovst);
  MatCol(1,24,"Account",0,AccNumber,false,AccSClass);
  MatCol(1,80,"Description",0,Comment,false,0);
  MatCol(1,-130,"Amount",0,Sum,true,0);
  MatCol(1,-30,"V-Cd",0,VATCode,false,VATCodeSClass);
EndMatrix;
Related topics:
««