Ask a Question related to Coldfusion Database Access, Design and Development.
-
Fiogo #1
Can we place repeat region on dynamic list/menu
Hey y'all:
Having some problems with inserting all fields in a table from SQL db. While
we manage to call up teh 5 rows from SQL using a list menu on our page, when we
want to add a repeat region onto the list menu and we refresh the page, it only
shows us the first row of that list (instead of all 5). Any suggestions?
Should we use radio buttons instead?
Thanks in advance.
Fiogo Guest
-
repeat region
Hi.. I use repeat region to view only 10 records at a time, so how can I have another link that when user click on next it will go to another 10 of... -
Dynamic List/Menu Drop Down
I'm creating a form where a user selects their state from a dynamic drop-down list (which is pulled directly from a table in my access database),... -
Stumped on Dynamic List/Menu
I keep posting hoping that someone will have an answer to this stumper: I want to show a product (wooden hanger) with one image, one name, and one... -
Multiple Dynamic List Menu Help
Hello. I'm a programming novice and I'm trying to create a two dynamically populated list and or jump menus. I'd like there to be a parent / child... -
php repeat region
Hey guys, question about PHP, I'm trying to help out a friend but I don't really know anything about php. I'm also pretty amaturish at asp. I... -
jakp #2
Re: Can we place repeat region on dynamic list/menu
Yes, I've never had any problems doing it. I suspect you've just forgotten to
wrap the size="#query.recordcount#" within a cfoutput tag.
my code is basically like below. you'll have to add the brackets yourself,
though.
select name="thingy" size="cfoutput#query.recordcount#cfoutput"
cfoutput query="otherthingy"
option value="#query.id#" #query.name# option
cfoutput
jakp Guest
-
Fiogo #3
Re: Can we place repeat region on dynamic list/menu
Hey,
thanks a lot for your reply, but we realized that our problem is that we are
trying to insert multiple records in one table from one form on the same page
and this, from what we have read, cannot be done, unfortunately. thanks again,
mate and carry on...
Fiogo Guest



Reply With Quote

