Jignesh,
> How can freeze the some column in Grid at scroll time?
Check www.tek-tips.com's General VFP section, FAQ sub-section. There are many grid examples that may explain how to do this.
How to freeze the lefmost column in a grid - FAQ 184-3477 http://www.tek-tips.com/faqs.cfm?fid=3477
> How can lock cursor at field, means user can't used Up / Left Down arrow, but only he can use Right arrow / Tab or Enter, it is possible ?
Trap these keystrokes in your grid's textbox's KeyPress event. Or set your form's KeyPreview to .T. and manage keystrokes from your form's KeyPress event.
Malcolm
©2004 Malcolm Greene |