Skip to Content
0
Former Member
Nov 29, 2006 at 08:46 AM

Cursor Set - Not Working

47 Views

In Screen Designing on selecting a list item iam trying to fetch and track the cursorfield in a field by name ' cursorf'

Get Cursor Field Cursorf.

Its able to fetch the cursorfield and storing in cursorf.

Later i assigned cursorf to the screen field

cursorf = zfeestab-feesdate. (zfeestab - screenname and feesdate - field on screen)

Set Cursor Field cursorf.

The entire operation is written in PAI module, but unable to get the cursor on feesdate field of screen on selecting an item from list. The same thing i tried to do in writing in PBO module also but unable to get it. The cursor should blink on the set cursor field assigned.

Please help.