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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

moving records in a grid using a "next" button

Status
Not open for further replies.

R17

Programmer
Jan 20, 2003
267
PH


hello,

i have a grid and i want to be able to move through my records with my own "next button".

IF !EOF()
SKIP
ENDIF


please help?


 
r17,

next button's
click event

select < grid table >

skip
if eof()
wait wind 'eof'
go bott
endif

thisform.refresh

hope this'll help,

sampaloc
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top