‎2008 Sep 25 10:28 AM
Dear Experts,
My Requirement is to control the position of the cursor in the respective fields after entering data in the first field ..
for example if i enter material number in the first fields of screen and after pressing enter my cursor position should go to field material Description which next to this.. ...
Thanks in advance..
Best Regards,
Viju..
‎2008 Sep 25 10:30 AM
Hi,
Use the "set cursor" command followed by the field name.
Regards,
Darren
‎2008 Sep 25 10:36 AM
Hi Vijay,
By triggering PAI only, we can set the CURSOR in some other field.
By just pressing ENTER button and like that.
In PBO, you have to check the first field is filled i.e. NOT INITIAL, you have to set CURSOR in next field and so on...
If he fills any other fields, then you have to message.
Regards,
R.Nagarajan.
‎2008 Sep 25 11:03 AM
Hi Nagrajan,
Thanks for your valuable reply..
my requirement is i want to maintain master data using dialog programming,
Where i am using material number, material description, quality description and
so on..
my problem is that, whenever i entered material and press enter, the cursor remains in the same field even i have maintain SET CURSOR inder PAI...
I want it to move in all the fields till to save the record...
Thanking you..
Best Regards,
Viju
‎2008 Sep 25 11:05 AM