Hi all,
I need some help on how to force a left-mouse click to column1 after insert a newlines in grid.
All step is done by auto not manual.
setfocus() function could only stands on top of column1 but still unable click inside the text.
I've tried to use keyboard '{LEFTMOUSE}' but still not working in VFP 6.0. I realised "Mouse Click At"
should be worked fined to auto-click anyplace inside the form but i don't know bound it into controls.
Code :
sele tmpcur_
go bottom
append blank
thisform.grid_list.columns(1).text1.setfocus()
thisform.grid_list.columns(1).text1.click -----> How to made it works.
Appreciate Thanksful to someone could help.
I need some help on how to force a left-mouse click to column1 after insert a newlines in grid.
All step is done by auto not manual.
setfocus() function could only stands on top of column1 but still unable click inside the text.
I've tried to use keyboard '{LEFTMOUSE}' but still not working in VFP 6.0. I realised "Mouse Click At"
should be worked fined to auto-click anyplace inside the form but i don't know bound it into controls.
Code :
sele tmpcur_
go bottom
append blank
thisform.grid_list.columns(1).text1.setfocus()
thisform.grid_list.columns(1).text1.click -----> How to made it works.
Appreciate Thanksful to someone could help.