how can i set focus to the first element on a page (textbox, combobox,...) without nowing its name
it is like this
i click in a botton that activates a page in a pageframe that page i dont now what is the name of the first text box how can i set focus to that same textbox
thisform.pageFrame1.pages(thisform.pageFrame1.ActivePage).setfocus does not work.
it is like this
i click in a botton that activates a page in a pageframe that page i dont now what is the name of the first text box how can i set focus to that same textbox
thisform.pageFrame1.pages(thisform.pageFrame1.ActivePage).setfocus does not work.