I have a form with a pageframe (chargeopt) and some corresponding pages in it (name = visit). On the main form I have a command button that when clicked executes the following line
thisform.chargeopt.visit.setfocus()
thisform.refresh()
If I leave the Tabs property set to True for the pageframe, the command buttons jumps to the visit page. However if I have the Tabs property set to False the page does not change.
By setting the Tabs to False does it ignore teh tabs name and if so how can I make the command button change the page.
Thanks
thisform.chargeopt.visit.setfocus()
thisform.refresh()
If I leave the Tabs property set to True for the pageframe, the command buttons jumps to the visit page. However if I have the Tabs property set to False the page does not change.
By setting the Tabs to False does it ignore teh tabs name and if so how can I make the command button change the page.
Thanks