When mouse click trigger Problem [message #415425] |
Mon, 27 July 2009 13:59 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
gurusuryas
Messages: 49 Registered: March 2009 Location: Chennai
|
Member |
![v.guru%40yahoo.com](/forum/theme/orafaq/images/yahoo.png) ![gurusuryas@gmail.com](/forum/theme/orafaq/images/google.png)
|
|
hi,
I need some tips for below Attached form (Basic Email Inbox concept).
here i have attached one Pdf file. now i need when click one row of subject column, the corresponding Subject, and Contents will show in below Text boxes. How can i do it ?
here my coding, i used WHEN-MOUSE-CLICK Trigger
begin
select content
into :ms_main_page.contents
from ms_main_page m
where m.subject = :ms_main_page.subject
and m.recv_date = :ms_main_page.recv_date;
end;
Thanks
Gurus
[EDITED by LF: applied [code] tags instead of (almost invisible) color=skyblue ones]
[Updated on: Mon, 27 July 2009 15:01] by Moderator Report message to a moderator
|
|
|
|