A ProDataset is simply just a data src. A buffer of returned rows that match a query. To deploy a dataset define a query to interrogate the db, this will return row details which can be displayed in a browse or widgets.Eg. Define a dataset object, that will FOR EACH tableName WHERE criteria. Assign this object to be the data src for a browse. Within your browse display CustNum, CustName ...You have a ProDataset of values!!!