Hi all,
I'm having a small problem with a grid I have on a form. The source of the grid is a cursor, and the grid uses interactive change to create a highlight back color on every other item for easier reading.
I also just below the grid have a text box I call "Fast Search" which allows you to enter as little or as much as you want to "narrow down" search items. To do this, I just use a "SEEK" on an indexed column, in the interactive change event of the text box. NEAR is set on so that exact matches aren't required.
I've done this kind of thing in other places, but on this form, for some reason, the grid's "current selected" record does not highlight in the darker blue with white text that you normally get when you change the record. I've tried a number of things but I can't figure out why this is happening.
Has this ever happened to anyone, and how did you fix it? Any suggestion on where I should look? It's very weird, when I didn't intuitively do anything different with this one than I have with others.
One other thing, that may be helpful... I build the grid source from a SELECT statement in the Grid's INIT event, thought that's where I've built it for other similar grids, without a problem. I've been ignoring this issue for a couple of days, but now the interface is getting polished up a bit, and this one just sticks out.
Best Regards,
Scott
ATS, CDCE, CTIA, CTDC
"Everything should be made as simple as possible, and no simpler."
I'm having a small problem with a grid I have on a form. The source of the grid is a cursor, and the grid uses interactive change to create a highlight back color on every other item for easier reading.
I also just below the grid have a text box I call "Fast Search" which allows you to enter as little or as much as you want to "narrow down" search items. To do this, I just use a "SEEK" on an indexed column, in the interactive change event of the text box. NEAR is set on so that exact matches aren't required.
I've done this kind of thing in other places, but on this form, for some reason, the grid's "current selected" record does not highlight in the darker blue with white text that you normally get when you change the record. I've tried a number of things but I can't figure out why this is happening.
Has this ever happened to anyone, and how did you fix it? Any suggestion on where I should look? It's very weird, when I didn't intuitively do anything different with this one than I have with others.
One other thing, that may be helpful... I build the grid source from a SELECT statement in the Grid's INIT event, thought that's where I've built it for other similar grids, without a problem. I've been ignoring this issue for a couple of days, but now the interface is getting polished up a bit, and this one just sticks out.
Best Regards,
Scott
ATS, CDCE, CTIA, CTDC
"Everything should be made as simple as possible, and no simpler."