KingOrmon Posted March 23, 2012 Posted March 23, 2012 Hello, I see that DBLookupCombo only fetch 50 records, how can I modify it ? Regards Quote
Administrators Farshad Mohajeri Posted March 23, 2012 Administrators Posted March 23, 2012 Your Dataset doesn't fetch all records in advance. You must solve it by forcing it to fetch all recs. Dataset.Open; Dataset.Last; Dataset.First; Quote
KingOrmon Posted March 23, 2012 Author Posted March 23, 2012 thank you so much, I had limited to 50 rowsetsize. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.