Let me suggest another method then:
Bernard,
You can populate a datagrid with a microflow, however, the microflow does not have to be on the form. In the properties of the datagrid, you can select Microflow as a datasource type. This will populate the datagrid with the results of a microflow.
One thing to be aware of when doing this - the datasource microflow will execute once when the page is loaded. So a microflow datagrid is not dynamically updated with object changes that occur while the form is open. If the datagrid has a database or association as a datasource type, it can be dynamically updated while the form is open.
Mike
OK - I will give it another try:
Web form with:
In this form, when you click on a customer in the datagrid, the dataview will display a list of the orders for that customer.
Is this more what you want to do?
Hey Bernard, Refer to Country enumeration Demo project in the app store, that will answer your question.