CoelhoRJ
|
| Posted: 03/31/2005, 12:43 PM |
|
I'd like to know if anyone here uses this method in a Grid's or some control's recordset.
I'm trying to move to the next row of a Datasource in a grid in a before show event area, acording to a result of an if statement
Have i any way to do it?
Thanx
|
|
|
 |
Nicole
Posts: 586
|
| Posted: 04/01/2005, 1:41 AM |
|
Hello,
You can use
Form_name.datasource.Recordset.MoveNext
In Before Show Row event to move a cursor
_________________
Regards,
Nicole |
 |
 |
CoelhoRJ
|
| Posted: 04/13/2005, 8:45 AM |
|
Thanks Nicole!
|
|
|
 |
|