Is there a way to capture the value of a field returned by the DRW and
get it into a form field (probably hidden) so that it becomes part of
the request sent to another ASP page when the form is submitted? I don't
use the DRW, so I don't have a clue how it works. This is someone elses
page.
I realize the form page could be re-written so as not to use the DRW,
but I don't want to do that if I don't absolutely have to.
Thanks,
MikeR

Re: DRW & ASP by Stefan

Stefan
Fri May 27 04:05:22 CDT 2005

After the DBRW code in your form just add the field
(you need to use the real dbfieldname field name)
<input type="hidden" name="dbfieldname" value="<%= FP_FieldVal(fp_rs,"dbfieldname") %>">

That works if your DBRW is only returning 1 value for the field, not multiple records
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"MikeR" <nf4l@pobox.com> wrote in message news:e3xO2CmYFHA.3132@TK2MSFTNGP09.phx.gbl...
| Is there a way to capture the value of a field returned by the DRW and
| get it into a form field (probably hidden) so that it becomes part of
| the request sent to another ASP page when the form is submitted? I don't
| use the DRW, so I don't have a clue how it works. This is someone elses
| page.
| I realize the form page could be re-written so as not to use the DRW,
| but I don't want to do that if I don't absolutely have to.
| Thanks,
| MikeR



Re: DRW & ASP by MikeR

MikeR
Fri May 27 07:20:49 CDT 2005

Thanks Stefan -
I'll get this to the user. Since I didn't generate the DBRW page, I can't run it
or debug it. <rant>IMNSHO, another reason to not use it.</rant>
MikeR

Stefan B Rusynko wrote:
> After the DBRW code in your form just add the field
> (you need to use the real dbfieldname field name)
> <input type="hidden" name="dbfieldname" value="<%= FP_FieldVal(fp_rs,"dbfieldname") %>">
>
> That works if your DBRW is only returning 1 value for the field, not multiple records

Re: DRW & ASP by Kyle

Kyle
Fri May 27 08:51:04 CDT 2005

what is DRW ?

"MikeR" <nf4l@pobox.com> wrote in message
news:e3xO2CmYFHA.3132@TK2MSFTNGP09.phx.gbl...
> Is there a way to capture the value of a field returned by the DRW and
> get it into a form field (probably hidden) so that it becomes part of
> the request sent to another ASP page when the form is submitted? I don't
> use the DRW, so I don't have a clue how it works. This is someone elses
> page.
> I realize the form page could be re-written so as not to use the DRW,
> but I don't want to do that if I don't absolutely have to.
> Thanks,
> MikeR



Re: DRW & ASP by Kyle

Kyle
Fri May 27 08:56:31 CDT 2005

ahh nevermind.. I see what it is

used it before but didnt know what frontpage called it



"Kyle Peterson" <kpete23@hotmail.com> wrote in message
news:OTxmfLsYFHA.228@TK2MSFTNGP12.phx.gbl...
> what is DRW ?
>
> "MikeR" <nf4l@pobox.com> wrote in message
> news:e3xO2CmYFHA.3132@TK2MSFTNGP09.phx.gbl...
>> Is there a way to capture the value of a field returned by the DRW and
>> get it into a form field (probably hidden) so that it becomes part of
>> the request sent to another ASP page when the form is submitted? I don't
>> use the DRW, so I don't have a clue how it works. This is someone elses
>> page.
>> I realize the form page could be re-written so as not to use the DRW,
>> but I don't want to do that if I don't absolutely have to.
>> Thanks,
>> MikeR
>
>



Re: DRW & ASP by MikeR

MikeR
Fri May 27 17:38:22 CDT 2005

In my opinion, it's a virus. DRW = Dripping Rankly Wet ?
MikeR

Kyle Peterson wrote:
> what is DRW ?
>
> "MikeR" <nf4l@pobox.com> wrote in message
> news:e3xO2CmYFHA.3132@TK2MSFTNGP09.phx.gbl...
>
>>Is there a way to capture the value of a field returned by the DRW and
>>get it into a form field (probably hidden) so that it becomes part of
>>the request sent to another ASP page when the form is submitted? I don't
>>use the DRW, so I don't have a clue how it works. This is someone elses
>>page.
>>I realize the form page could be re-written so as not to use the DRW,
>>but I don't want to do that if I don't absolutely have to.
>>Thanks,
>> MikeR
>
>
>