0
Answer

How to switch to a new WIN pageframe

srussell

srussell

20y
1.7k
1
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