0
Delete multiple records using check box?
LEGEND
,
/t5/dreamweaver-discussions/delete-multiple-records-using-check-box/td-p/141162
Jun 08, 2006
Jun 08, 2006
Copy link to clipboard
Copied
Trying to delete multiple items in a repeat region using
checkbox.
Anyone have some good links to tutorials that show how to do this.?
Anyone have some good links to tutorials that show how to do this.?
TOPICS
Server side applications
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Newsgroup_User
AUTHOR
LEGEND
,
/t5/dreamweaver-discussions/delete-multiple-records-using-check-box/m-p/141163#M151528
Jun 08, 2006
Jun 08, 2006
Copy link to clipboard
Copied
Create the form as normal and apply the delete behaiour to
it. Make sure
that the value being passed to the checkbox is the ID of the record you want
to delete.
Then edit the SQL of the delete so that rather than saying
Where = variablename
it says
Where in (variablename)
--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver
Valleybiz Internet Design
www.valleybiz.net
"lee" <lfairban_nospam@amep.com> wrote in message
news:e6a2v9$slu$1@forums.macromedia.com...
> Trying to delete multiple items in a repeat region using checkbox.
>
> Anyone have some good links to tutorials that show how to do this.?
>
that the value being passed to the checkbox is the ID of the record you want
to delete.
Then edit the SQL of the delete so that rather than saying
Where = variablename
it says
Where in (variablename)
--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver
Valleybiz Internet Design
www.valleybiz.net
"lee" <lfairban_nospam@amep.com> wrote in message
news:e6a2v9$slu$1@forums.macromedia.com...
> Trying to delete multiple items in a repeat region using checkbox.
>
> Anyone have some good links to tutorials that show how to do this.?
>
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Newsgroup_User
AUTHOR
LEGEND
,
/t5/dreamweaver-discussions/delete-multiple-records-using-check-box/m-p/141164#M151529
Jun 08, 2006
Jun 08, 2006
Copy link to clipboard
Copied
http://www.drdev.net/article02.asp
"lee" <lfairban_nospam@amep.com> wrote in message
news:e6a2v9$slu$1@forums.macromedia.com...
> Trying to delete multiple items in a repeat region using checkbox.
>
> Anyone have some good links to tutorials that show how to do this.?
>
"lee" <lfairban_nospam@amep.com> wrote in message
news:e6a2v9$slu$1@forums.macromedia.com...
> Trying to delete multiple items in a repeat region using checkbox.
>
> Anyone have some good links to tutorials that show how to do this.?
>
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Newsgroup_User
AUTHOR
LEGEND
,
/t5/dreamweaver-discussions/delete-multiple-records-using-check-box/m-p/141165#M151530
Jun 09, 2006
Jun 09, 2006
Copy link to clipboard
Copied
I've noticed a paradygm shift here...Not sure when it took
place but there
seems to be a greater dependence on "Command"
How did I get so behind? That's rhetorical. Are most people out there using
"command" instead of the pluggins built in Dreamweaver to update delete...?
seems to be a greater dependence on "Command"
How did I get so behind? That's rhetorical. Are most people out there using
"command" instead of the pluggins built in Dreamweaver to update delete...?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Newsgroup_User
AUTHOR
LEGEND
,
/t5/dreamweaver-discussions/delete-multiple-records-using-check-box/m-p/141166#M151531
Jun 09, 2006
Jun 09, 2006
Copy link to clipboard
Copied
Thanks for that link lionstone, there's some good material
there.
"Lionstone" <HIDElionstone@HIDEhushmail.com> wrote in message
news:e6a5gi$2de$1@forums.macromedia.com...
> http://www.drdev.net/article02.asp
>
> "lee" <lfairban_nospam@amep.com> wrote in message
> news:e6a2v9$slu$1@forums.macromedia.com...
>> Trying to delete multiple items in a repeat region using checkbox.
>>
>> Anyone have some good links to tutorials that show how to do this.?
>>
>
>
"Lionstone" <HIDElionstone@HIDEhushmail.com> wrote in message
news:e6a5gi$2de$1@forums.macromedia.com...
> http://www.drdev.net/article02.asp
>
> "lee" <lfairban_nospam@amep.com> wrote in message
> news:e6a2v9$slu$1@forums.macromedia.com...
>> Trying to delete multiple items in a repeat region using checkbox.
>>
>> Anyone have some good links to tutorials that show how to do this.?
>>
>
>
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Newsgroup_User
AUTHOR
LEGEND
,
LATEST
/t5/dreamweaver-discussions/delete-multiple-records-using-check-box/m-p/141167#M151532
Jun 09, 2006
Jun 09, 2006
Copy link to clipboard
Copied
"lee" <lfairban_nospam@amep.com> wrote in message
news:e6butt$9s6$1@forums.macromedia.com...
> How did I get so behind? That's rhetorical. Are most people out there
> using "command" instead of the pluggins built in Dreamweaver to update
> delete...?
Dreamweaver's built in behaviors also use command objects; there's just so
much surrounding code you might have missed it. DW's behaviors are severely
limited - a single insert, update, or delete on a single table. So I'd
wager that a majority of developers quickly learn to use command objects.
You'll find that DW will help you in that regard, too. One of your server
behaviors is Command (Stored Procedure), in which you can do an insert,
update, delete, select, or execute a stored procedure of your choosing.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

