Your line which calls frmGL.DefineGLTable needs to be within a method, e.g.
Code:
var
frmGenAccs: TfrmGenAccs;
implementation
uses GL;
{$R *.dfm}
procedure TfrmGenAccs.MyMethod;
begin
frmGL.DefineGLTable; // Get exceptions to this as below.
end;
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.