Forum Post: RE: How to handle ProBindingSource with a defined ProDataSet

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top