current position [message #485423] |
Tue, 07 December 2010 23:46 |
narang79
Messages: 137 Registered: June 2010
|
Senior Member |
|
|
sir
i m using oracle 10g 10.2.0.2 version
i create a form and using check box on this form
when i click this check box then loop is using behind it
and current cursor is going to last record
i want if i click 4 record then cursor is still
showing on 4 record
mean i click which record after using loop
my current cursor is showing on that particular record
how it is possible sir
|
|
|
Re: current position [message #485433 is a reply to message #485423] |
Wed, 08 December 2010 00:43 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
What is the relation between a checkbox (there's only one checkbox in a form - at least, that's what I understood) and a record you click afterwards?
What is exactly code written behind the checkbox doing? At the end, cursor is in the last record (as if you executed LAST_RECORD built-in).
Now you click into the fourth record on the screen, and ... what? Cursor is blinking in the 4th record? If so, I'd say that this is OK. If not, what?
I'm not sure I understood what you do and what happens when you do that. Could you explain it once again, please?
|
|
|