PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Peoplecode SetCursorPos function in grid

edited Nov 27, 2015 10:06AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 4 commentsAnswered

People code is written at Componenet.Rec.SaveEdit level when a condition is met than it should set the cursor on the filed and also display a message. however the cursor is not being set on the line that meets the condition but on the first row in the grid.

                SetCursorPos(Page.REQ_FORM, REQ_LINE.SR_START_DATE, CurrentRowNumber()); - this sets the cursor on the first line in the grid.

               SetCursorPos(Page.REQ_FORM, Record.REQ_LINE, &J, REQ_LINE.SR_START_DATE); this doesn't even set the cursor on the grid.  the winmessage of &J indicates the right row number.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center