I am looking into using this function, but I'm not sure if it will do what I need.
I have a dataset that is tied to a query that returns specific information for a particular day. I would like to display this information in two parts, morning and afternoon (SCHEDTIM < 1200 and > 1200). I was thinking perhaps two DBGrids (one for am and one for pm) and using the Filter, but I can't see how to use OnFilterRecord and filter for two different things. Is there a way to make the DBGrid "split" at the separation point? Can I color the afternoon rows a different color? Any other suggestions?
Thanks!
Leslie
landrews@metrocourt.state.nm.us
SELECT * FROM USERS WHERE CLUE > 0
No Rows Returned
I have a dataset that is tied to a query that returns specific information for a particular day. I would like to display this information in two parts, morning and afternoon (SCHEDTIM < 1200 and > 1200). I was thinking perhaps two DBGrids (one for am and one for pm) and using the Filter, but I can't see how to use OnFilterRecord and filter for two different things. Is there a way to make the DBGrid "split" at the separation point? Can I color the afternoon rows a different color? Any other suggestions?
Thanks!
Leslie
landrews@metrocourt.state.nm.us
SELECT * FROM USERS WHERE CLUE > 0
No Rows Returned