Re: I'm about to go MAD over a few buttons

From: Roel Hartman <roel.hartman_at_cmg.nl>
Date: 1997/12/19
Message-ID: <ELFspy.nFI_at_atf.cmg.nl>#1/1


Hi Lisa,

  • Open your next form in your rep_menu_detail frame htp.formOpen(owa_util.get_owaservice_path||'eda_menu.rep_menu_detail' , cattributes=>' TARGET="rep_menu_detail" ');
  • Define parameters htp.formHidden( 'p_sub_menu_type', fn_class_rec.fcls_code);
  • Define your submit button htp.formSubmit( null,fn_class_rec.fcls_desc); htp.formClose;

HTH, Roel

Lisa wrote in message <349910c7.66848057_at_news.pacbell.net>...
>What I'm attempting to do is quite simple, but it doesn't appear to be
>simple in PL/SQL. I have this query which goes out and check's a
>person's report availability (and sub menu reports) and returns a
>hyperlink.
>
>This is all fine and well, and it works wonderfully, BUT I would
>prefer a BUTTON rather than a hyperlink. In static html, this would
>be no problem. In PL/SQL, it seems (to me at least) impossible!!!
>Unfortunately, for me, impossibilites drive me nuts!!! There must be
>a way..... Can you help?!?!?!
>
>Here's the code.... please tell me how to get a button....
>
>for fn_class_rec in fn_class_cur loop
>htp.anchor(owa_util.get_owaservice_path||'eda_menu.rep_menu_detail?'||
> 'p_sub_menu_type='||fn_class_rec.fcls_code,
> fn_class_rec.fcls_desc,
> cattributes=>' TARGET="rep_menu_detail" ');
>
>end loop;
Received on Fri Dec 19 1997 - 00:00:00 CET

Original text of this message