Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1225
UltraGrid Child Band that has multiple queries
posted

I have a grid that has a child band that contains 2 queries, the second filters the data with a where clause is called FillByPending.  Normally I select the query in the form load replacing the Fill method with FiilByPending method and viola, but I don't know where the child bands are filled. 

 

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    I'm afraid you lost me. I don't understand what you mean by "a child band that contains 2 queries". The child band will contain whatever data the data source has. It doesn't contain a query... unless you just mean you are displaying a string that happens to be a query of some kind.

Reply Children