mahesh_babu76
New Member
Hi,
When I run the following code the control does not move to the second field after pressing RETURN key(ENTER) on the first. I'm forced to use TAB key to move to the second field. Of course, if I split the update statement into two, it works. This is happening only in case of GUI alone. Can someone pls guide me how to overcome this?
def var m as char.
def var k as int.
update m k.
When I run the following code the control does not move to the second field after pressing RETURN key(ENTER) on the first. I'm forced to use TAB key to move to the second field. Of course, if I split the update statement into two, it works. This is happening only in case of GUI alone. Can someone pls guide me how to overcome this?
def var m as char.
def var k as int.
update m k.