thinkmps
thinkmps
About
- Username
 - thinkmps
 - Joined
 - Visits
 - 0
 - Last Active
 - Roles
 - Members
 
Comments
- 
                I was able to use the following in the Report Start event to control my 'no records' message, and it works great. begin   ADOQuery1.Open;                                  Memo1.Visible := ADOQuery1.RecordCount …