gchandrujs,
I gave like that, but it is not disabling when encoutering the last record also the first record.
i gave like that:
if !eof()
skip 1
thisform.refresh()
endif
if !bof()
skip -1
thisform.refresh()
endif
wot wrong with it?
TIA
Joesun
Hi All,
In my test project, i included four buttons for navigation apart from system class.
Ie. TOP,PREVIOUS,NEXT,END.
Here when i at first record - top/previous should be disbled like system class. Also, when i at last record of the dbf next/last should be disabled.
Click procedure in top...
hi,
i have three tables like bank_bal,daily_trans.
My company have four bank accounts. i did in my application, whenever payment & receipts are made that storing in daily_trans.dbf. eg:
date a/c pay receipt
01/01/2002 a/c1 50 100
01/01/2002...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.