Hi,
I have A gridform.. Let say w/ 4 column or fields. In keypress event in column3 "Arrow down" the cursor should go to next record but in COLUMN1. Pls. see Condition below.
if nkyCode=24 and !eof()
skip
this.Column1.text1.setfocus
endif
...It has an error "Unknown member COLUMN1"
What should be the correct Syntax? or how the cursor will go to COLUMN1?
Thanks in advance.
omr1119
I have A gridform.. Let say w/ 4 column or fields. In keypress event in column3 "Arrow down" the cursor should go to next record but in COLUMN1. Pls. see Condition below.
if nkyCode=24 and !eof()
skip
this.Column1.text1.setfocus
endif
...It has an error "Unknown member COLUMN1"
What should be the correct Syntax? or how the cursor will go to COLUMN1?
Thanks in advance.
omr1119