saravanakumar
Member
Hi everybody,
I am using Progress 10.0B,
consider the following code,
*********************************************************
FIND FIRST ITEM WHERE ITEM.item-num = 5.
UPDATE ITEM.item-Num SKIP(1)
ITEM.item-Name SKIP(1)
ITEM.price SKIP(1)
WITH FRAME f SIDE-LABELS.
*********************************************************
It shows a record which can be updated and if the cursor is placed in last box and presses enter it gets updated...
I want to know if we can write our own event for this On press of ENTER key something should happen, can it be written explicitly????
So that if i press someone presses enter when they are in first field also the value should get updated...
Plzzz help me out...
Thank u in advance.
I am using Progress 10.0B,
consider the following code,
*********************************************************
FIND FIRST ITEM WHERE ITEM.item-num = 5.
UPDATE ITEM.item-Num SKIP(1)
ITEM.item-Name SKIP(1)
ITEM.price SKIP(1)
WITH FRAME f SIDE-LABELS.
*********************************************************
It shows a record which can be updated and if the cursor is placed in last box and presses enter it gets updated...
I want to know if we can write our own event for this On press of ENTER key something should happen, can it be written explicitly????
So that if i press someone presses enter when they are in first field also the value should get updated...
Plzzz help me out...
Thank u in advance.