Buenas tardes xorro67!
Te comento...
En un form agregué un PpageFrame con una página y dos botones.
En el primer botón: (para agregar Pages)
Thisform.pageframe1.PageCount=Thisform.pageframe1.PageCount+1
lcPageCount=Thisform.pageframe1.PageCount
lcBinde=[BINDEVENT(Thisform.pageframe1.page]+ALLTRIM(STR(lcPageCount))+[,"Activate",Thisform.command2,"Click")]
&lcBinde
En el segundo botón: (
command2
)
LOCAL axEvt[1]
AEVENTS(axEvt, 0)
DO Case
CASE "page2" $ LOWER(axEvt[1,1].name)
WAIT "Método Activate Page2" Windows nowait
CASE "page3" $ LOWER(axEvt[1,1].name)
WAIT "Método Activate Page3" Windows nowait
ENDCASE
A ver si la idea te sirve
Suerte
zarlu
Chetumal, Quintana Roo, México