Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Focus in Grid
Message
From
03/05/2001 03:14:59
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Focus in Grid
Miscellaneous
Thread ID:
00502883
Message ID:
00502883
Views:
63
Hi!

I am trying to make grid code that will:

When a use ris in readonly non-edit mode they can select a row/column in a grid.
Then after they press the edit button (thus focus is gone from the grid)
The cursor goes directly back to the same field in the grid.

However, Also when going into edit mode the cursors order changes (by design).

How could I handle this?

I tried:

AfterRowChange

IF lEditMode
thisform.nrowno=this.activerow
thisform.ncolno=nColIndex
ENDIF

Edit Button Click
thisform.measlist.activatecell(thisform.nrowno,thisform.ncolno)

This worked sometimes but the grid jumps all over the place and is unreliable.
Any ideas?

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform