How can i search a item in a msflexgrid
-
hi, I have a msflexgrid with 2 columns and 25 rows(all with data in it) in my dialog.i'm also having a edit box in the same dialog above the flex grid.now wat i want is..if i type a name or a letter in the edit box the mouse pointer should go to that row that contains the name. for example if i hav 2 colums(name and rollno)in msflexgrid if i type "A" in the edit box,thn the mouse cursor should go to the row where that name column contains first letter as "A".Is there any function for getting the mouse pointer to our flexgrid? Anybody please help mi in this regard. Thanks in advance, Saravana..
-
hi, I have a msflexgrid with 2 columns and 25 rows(all with data in it) in my dialog.i'm also having a edit box in the same dialog above the flex grid.now wat i want is..if i type a name or a letter in the edit box the mouse pointer should go to that row that contains the name. for example if i hav 2 colums(name and rollno)in msflexgrid if i type "A" in the edit box,thn the mouse cursor should go to the row where that name column contains first letter as "A".Is there any function for getting the mouse pointer to our flexgrid? Anybody please help mi in this regard. Thanks in advance, Saravana..
iam not sure, weather you can take your mouse pointer or current focus to the required cell, but you can select the required cell and also set its color. if you are stuck up in searching the item, then, you have to initialise the loop and search every item, and see if any letter has the starting digit A (for example). any more guidance required? you are welcome. good luck.
-------------------------------------------- Suggestion to the members: Please prefix your main thread subject with [SOLVED] if it is solved. thanks. chandu.