Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
DJ5MD #1
Viewing and Updating Mulktiple Records
How do I set my array or structure to display all the records? Right now it
only displays 1 record. Here is the structure:
<cfset stSteps = structNew()>
<cfset stSteps.ID = "#getsteps.TCodeID#">
<cfset stSteps.TCode = "#getsteps.TCode#">
What I need is to have this data displayed in a table and options selected for
each ID and then have it update all the ID's at once.
ID - Code - Select Box - Select Box - Select Box
ID - Code - Select Box - Select Box - Select Box
This is what it should look like and then the user will select options for
each ID.
Thanks in advance!!
DJ5MD Guest
-
PHP - Login and updating member records
I'm trying to to allow members to login to my site, and allow them to update their personal information. I know you have to past the user... -
Updating Multi records
Is there any way to update muliple records in one database table in one go? -
Using the same page for viewing, editing and adding records
Hi All I am not an ASP expert but do some coding in ASP. I am lookng to learn how to code a form/page which can be used to view, create or... -
Updating records when using a subform
On Wed, 23 Jul 2003 12:39:22 -0700, "JohnL" <johnlaidlaw@nospamtalk21.com> wrote: <ftp.ipswitch.com> -
Updating Multiple Records
I have a table in a database that contains all my photos. The fields are like Name, SRC, GalleryName, DateAdded, SpecialStyle. The only one you may... -
jdeline #2
Re: Viewing and Updating Mulktiple Records
You need to work in a <CFOUTPUT QUERY="myQuery">. That will loop through each record or the query. Your logic to display the records goes between the <CFOUTPUT> and the </CFOUTPUT>
jdeline Guest
-
DJ5MD #3
Re: Viewing and Updating Mulktiple Records
OK, thanks. That fixes 1 problem. I am now able to all the items. Now, how do I do the second part?
DJ5MD Guest
-
MattRobertson #4
Re: Viewing and Updating Mulktiple Records
I wrote a tutorial on multi-line form entry that should get you what you need:
[url]http://tutorial214.easycfm.com/[/url]
Cheers,
--Matt--
MSB Web Systems... [url]http://mysecretbase.com[/url]
GALAHAD: "Camelot!"
LAUNCELOT: "Camelot!"
GAWAIN (to the PAGE): "It's only a model."
ARTHUR (turning sharply): "Shhh!!!"
- Monty Python from 'The Holy Grail'
MattRobertson Guest



Reply With Quote

