if record is last records disable next record button in oracle forms
SudhirNov 30 2010 — edited Dec 7 2010Hi,
I am having a requirement where for a job there exists many versions.
if any version is selected and view details button is pressed.i need to display the details of that version.
right now i am writing the query to get the details in the button. is this right?
seconldy, in the details screen i am having next_record and previous record button used to view other versions details from the same screen instead of going back again.
i need to disable the next record button if it is last_record and i need to disable the previous record button if it is first record.
Please advice how to proceed.
Thanks.