|
Home > Archive > Programming with dBASE > May 2005 > Get the rowselect bar back (grid)?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Get the rowselect bar back (grid)?
|
|
| Jan Hoelterling 2005-05-06, 8:23 pm |
| Hi Folks,
this is a question for dBase 2.5:
After appending a record, the corresponding grid will only show the
indicator, but not the actual highlight bar (rowselect is true). I've tried
a .Next(0) in the rowset and just about anything else I can think of, but I
can not get the friggin' bar to re-appear!?!
Any suggestions?
Thanks,
Jan
| |
| Marc VdB 2005-05-07, 7:23 am |
| Hi Jan,
> After appending a record, the corresponding grid will only show the
> indicator, but not the actual highlight bar (rowselect is true). I've
tried
> a .Next(0) in the rowset and just about anything else I can think of, but
I
> can not get the friggin' bar to re-appear!?!
I just tested it with 2.5, if you don't do a next(0), the bar is invisible,
but if i do
form.grid1.datalink.next(0)
after the save( ), the bar appears on the last row.
HTH, Marc
PS, i'm working on your other problem... :-)
--
www.vdblogic.de/dbl
------
|
|
|
|
|