|
-
Jun 21st, 1999, 11:15 AM
#1
Thread Starter
New Member
Is there a way to check if a DB Grid is populated?
Basically, I'm populating a DB Grid with the following code
form1.Data1.Refresh
form1.Data1.RecordSource = _
"SELECT * FROM Register WHERE NAME LIKE k*"
form1.Data1.Refresh
form1.DBGrid1.ClearFields
form1.DBGrid.ReBind
------------------
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|