I am trying to move the cursor from a button to a txtfield if a certain condition is not true. In Fox 2.6 I could use _curobj = objnum(object#)
I have tried using code like thisform.activecontrol.tabindex = THISFORM.txtprod_id.tabindex without any success.
I used tabindex as per Language Reference page# 16 VisFox 6.0.
Could some help me with the correct code to implement what I am trying to do.
I have tried using code like thisform.activecontrol.tabindex = THISFORM.txtprod_id.tabindex without any success.
I used tabindex as per Language Reference page# 16 VisFox 6.0.
Could some help me with the correct code to implement what I am trying to do.