P
Peter Judge
Guest
You can use include files as a source for the schema of a ProBindingSource. To show the data in the dataset/temp-tables at runtime, you assign the binding source's Handle property to either the dataset's handle or to a query based on the dataset. You will need to populate the dataset with data first before data will be shown. There's a Task Map at community.progress.com/.../1187.openedge-gui-for-net-task-map.aspx which has pointers to various data binding topics. -- peter
Continue reading...
Continue reading...