J_Koeleman
New Member
I have a smart dataviewer with a fiew fields in it. When I add or edit the viewer, id like progress to apply entry to the first field in the viewer. This works fine with ordinary fields, but when I have a smart datafield or a smart select progress applies entry to the first ordinary field in the viewer.
when I run this code :
DEFINE VARIABLE tHandle AS HANDLE NO-UNDO.
tHandle = FRAME f-main:FIRST-CHILD.
tHandle = tHandle:FIRST-TAB-ITEM.
MESSAGE tHandle:NAME VIEW-AS ALERT-BOX INFO BUTTONS OK.
I get the name of the first ordinary field and not the real first field (first in tab order property of the viewer and top left).
Does anyboady knows the solution for my problem?
when I run this code :
DEFINE VARIABLE tHandle AS HANDLE NO-UNDO.
tHandle = FRAME f-main:FIRST-CHILD.
tHandle = tHandle:FIRST-TAB-ITEM.
MESSAGE tHandle:NAME VIEW-AS ALERT-BOX INFO BUTTONS OK.
I get the name of the first ordinary field and not the real first field (first in tab order property of the viewer and top left).
Does anyboady knows the solution for my problem?