Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want Fetch Next Row Value in Each Current Row using Peek Function .is possible ?
please Help.
Regards,
Perumal A
Hi,
Use Previous() function in Script you can get previous reccord value when u click the Curernt records.
Regards,
Iyyappan.
Hi Iyyappan,
Thanks for Ur Replay,
I want only next Value only.i don't want previous value .
Please help me
Regards
Perumal A
HI Permual,
Use the peek function and reverse the order of loading.
Date
01-01-2011
02--01-2011
order by Date Desc
Date peek(Date)
02-01-2011
01-01-2011 02-01-2011
I hope this helps.
Deepak