How to switch to a new WIN pageframe
I have a button click that repopulates a dataset that is editable on the next page.
I am trying to use :
this.dsVehicle = this.oSingle.GetVehicle(lnKey);
this.PropertiesPage.Refresh();
How do I get the switch to the Properties Page in a button click?
TIA