Problem

S

skc

Hi,

I am using a DRW to post data to a .asp page.

I want to use a DRW within a DRW to have a dropdown for
each record line returned (rowset), so the user can click
submit - I can then use a QueryString as a parameter to
reference another page...

I don't know if this is possible, but I was thinking of
creating an array using the FP_iCount as a partition for
the array, then post the database results as separate
entities into the array - then have <option> tags as a
Counted loop to run the dropdown.

Is there a simple way of doing this or do I have to do
this manually. Maybe there is a link on the web?

Thanks.

skc
 
J

Jim Buyens

-----Original Message-----
Hi,
Howdy.

I am using a DRW to post data to a .asp page.

I want to use a DRW within a DRW to have a dropdown for
each record line returned (rowset), so the user can click
submit - I can then use a QueryString as a parameter to
reference another page...

I don't know if this is possible, but I was thinking of
creating an array using the FP_iCount as a partition for
the array, then post the database results as separate
entities into the array - then have <option> tags as a
Counted loop to run the dropdown.

Is there a simple way of doing this or do I have to do
this manually. Maybe there is a link on the web?

I think you would have to code this by hand.

If that's unpleasant, I'd suggest adding a hyperlink
rather than a drop-down box for each row. This hyperlink
would include a query string variable that the second page
would use as criteria when filling a single drop-down box.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top