I could be wrong, but I don't think you can do a "skip to" or a focus since
individual columns in a grid don't have a componentID. But you can check the
column that they are in using this command in your eep, and give them some kind
of message if they aren't in the right column. Would that work?
SETVARIABLE vCellValue = (.RBTI_FORM_COLNAME)
Karen
-----Original Message-----
From: Michael J. Sinclair <[email protected]>
To: karentellef <[email protected]>
Sent: Sun, Dec 13, 2015 4:57 pm
Subject: [RBASE-L] - Force the user to click the desired column
Hi All,
I have a form with DB grid. I have an ON DB GRID CELL CLICK EEP where the user
is supposed to click the last column. If they click on the wrong column, is
there something like a SET FOCUS or SKIP TO command that works within a DB Grid?
Mike