|
v |
Vertical position |
h2 |
Horizontal position |
Creditors |
Text itself to be shown |
false |
alignment (false=left/true=rigth) |
|
WindowBegin("Sub-ledger Control Accounts",SLAccTClass,CGHbl,HBlRecType);
SetBlid(SLAccBlock);
SetWRect(64,80,450,298);
Sizeable(-1,-1,-1,0);
h1 = 50; h2 = 120;
MatrixBegin(4,v=27,-21,-20,SLAccRowType,99);
MatTypedRow(stp);
// StaticText(35,v-20,"Cd",false);
// StaticText(h1+10,v-20,"Account",false);
// StaticText(h2+10,v-20,"Type",false);
MatCol(v=0,24,"Cd",0,stp,false,0);
MatCol(v,h1,"Account",0,AccNumber,false,AccSClass);
MatText(v,h2,"",false);
MatCol(v=SLAR,24,"Cd",0,stp,false,0);
MatCol(v,h1,"Account",0,AccNumber,false,AccSClass);
MatText(v,h2,"Debtors",false);
MatCol(v=SLAP,24,"Cd",0,stp,false,0);
MatCol(v,h1,"Account",0,AccNumber,false,AccSClass);
MatText(v,h2,"Creditors",false);
EndMatrix;
EndWindow;
««