From cd7401d5afeb78a6cc6ec972c16cc76d9a8c4745 Mon Sep 17 00:00:00 2001 From: "rosenfield.albert" Date: Wed, 17 Sep 2008 08:32:47 +0000 Subject: [PATCH] Previous change done right. Or so I hope. --- source/childwin.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/childwin.pas b/source/childwin.pas index e2d99889..8f6f7d41 100644 --- a/source/childwin.pas +++ b/source/childwin.pas @@ -1003,6 +1003,8 @@ begin Application.Title := APPNAME; SetLength(FDataGridResult.Rows, 0); + SetLength(FDataGridResult.Columns, 0); + SetLength(FQueryGridResult.Rows, 0); SetLength(FQueryGridResult.Columns, 0); // Closing connection