Home » Developer & Programmer » Forms » When mouse click trigger Problem (oracle 10G deve, XP)
When mouse click trigger Problem [message #415425] Mon, 27 July 2009 13:59 Go to next message
gurusuryas
Messages: 49
Registered: March 2009
Location: Chennai
Member

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]
  • Attachment: Pic_inbox.pdf
    (Size: 43.70KB, Downloaded 1421 times)

[Updated on: Mon, 27 July 2009 15:01] by Moderator

Report message to a moderator

Re: When mouse click trigger Problem [message #415427 is a reply to message #415425] Mon, 27 July 2009 14:16 Go to previous message
gurusuryas
Messages: 49
Registered: March 2009
Location: Chennai
Member


please find that attached Form.

  • Attachment: MAINPAGE.fmb
    (Size: 60.00KB, Downloaded 1168 times)
Previous Topic: Restricting "List Item"
Next Topic: External e-mail problem
Goto Forum:
  


Current Time: Fri Sep 20 09:50:17 CDT 2024