Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSFlexGrid Problem

Status
Not open for further replies.

ellehcsim

Programmer
Dec 9, 2003
16
0
0
PH

i have a MSFLEXGRID and a TEXTBOX on a form. on DESIGN TIME, i put the textbox on top of the flexgrid. but everytime i RUN the form, the flexgrid is always on top of the textbox making the textbox impossible to see.

is there some activex issues on VFP8 that i should know?

thank you very much!
 
r u trying to a text box on the front of msflexgrid for text editing in grid . its having problems , lengthy and difficult .

u try this code in you msflexgrid KeyPress event

thisform.grd.text = thisform.grd.text + Chr(keyAscii)

if u try to editing in msflexgrid
when u focus on grid and typing u get the text in grid focused cell

or if you want to texbox on the top of flexgrid then
at design mode u select the textbox and go to the menu "format" and select "bring to front" .


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top