Recent content by ncremonte

  1. N

    page number in a window with smartobject

    DEF VAR AS HANDLE NO-UNDO. ASSIGN hCol = FRAME {&FRAME-NAME}:HANDLE NO-ERROR. ASSIGN hCol = hCol:FIRST-CHILD NO-ERROR. ASSIGN hCol = hCol:FIRST-CHILD NO-ERROR. DO WHILE VALID-HANDLE(hCol): MESSAGE hCol:INSTANTIATING-PROCEDURE:FILE-NAME VIEW-AS ALERT-BOX INFO BUTTONS OK. ASSIGN hCol =...
  2. N

    page number in a window with smartobject

    hello, I have a window that has 3 pages with many objects (smartobject). My question is, is there a way through code to know according to the page what objects I have in it.
Top