08-31-2016 10:55 AM
Cant figure out why this little VI does not work.
Wan't to move edit cell 1 cell down using return.
The edit position is -2,-2 no matter what I do.
Solved! Go to Solution.
08-31-2016 11:42 AM - edited 08-31-2016 11:43 AM
Try using the Edit Cell event. Also, according to the help, you have to set the key focus in order to have the Edit Position property to work.
09-01-2016 12:20 AM
Not sure why you are incrementing.
Modified vi to get the event for multicolumn list box and enables editing , if your requirement deviates modify to increment as per your requirment
09-01-2016 12:02 PM
@PalanivelThiruvenkadam wrote:Not sure why you are incrementing.
Because the requirement is that when Enter is pressed, the next cell down is editable.
09-02-2016 08:41 AM
Great i works - thank you 🙂