0
ASP Commands not listed
LEGEND
,
/t5/dreamweaver-discussions/asp-commands-not-listed/td-p/207638
Sep 07, 2007
Sep 07, 2007
Copy link to clipboard
Copied
After upgrading to CS3, my Commands no longer display (and
therefore unable
to edit except in Code View) in the Server Behaviors window. They still
display properly in DW8. Is this a known issue, or is it my installation?
to edit except in Code View) in the Server Behaviors window. They still
display properly in DW8. Is this a known issue, or is it my installation?
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/asp-commands-not-listed/m-p/207639#M136243
Sep 07, 2007
Sep 07, 2007
Copy link to clipboard
Copied
> After upgrading to CS3, my Commands no longer display
(and therefore
> unable to edit except in Code View) in the Server Behaviors window. They
> still display properly in DW8. Is this a known issue, or is it my
> installation?
Found some other mentions of the same problem:
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=12&catid=263&threadid=1281539&e...
I have confirmed this to be only with CS3... I can still create and edit my
commands with DW8, but CS3 leaves incomplete code on the page, with no way
of editing the command other than in code view:
Dim Command1__@@varName@@
Command1__@@varName@@ = "@@defaultValue@@"
If (@@runtimeValue@@ <> "") Then
Command1__@@varName@@ = @@runtimeValue@@
End If
> unable to edit except in Code View) in the Server Behaviors window. They
> still display properly in DW8. Is this a known issue, or is it my
> installation?
Found some other mentions of the same problem:
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=12&catid=263&threadid=1281539&e...
I have confirmed this to be only with CS3... I can still create and edit my
commands with DW8, but CS3 leaves incomplete code on the page, with no way
of editing the command other than in code view:
Dim Command1__@@varName@@
Command1__@@varName@@ = "@@defaultValue@@"
If (@@runtimeValue@@ <> "") Then
Command1__@@varName@@ = @@runtimeValue@@
End If
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

/t5/dreamweaver-discussions/asp-commands-not-listed/m-p/207640#M136244
Sep 10, 2007
Sep 10, 2007
Copy link to clipboard
Copied
After speaking to Adobe they say it is a bug, and may/may not
be fixed in the next release.
As a work around you can use Recordsets to do exactly the same thing as Commands, well almost, you can call Stored Procedures which do the same things as your command, but depends what your command is doing I guess.
Steve
As a work around you can use Recordsets to do exactly the same thing as Commands, well almost, you can call Stored Procedures which do the same things as your command, but depends what your command is doing I guess.
Steve
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/asp-commands-not-listed/m-p/207641#M136245
Sep 10, 2007
Sep 10, 2007
Copy link to clipboard
Copied
> After speaking to Adobe they say it is a bug, and
may/may not be fixed in
> the
> next release.
>
> As a work around you can use Recordsets to do exactly the same thing as
> Commands, well almost, you can call Stored Procedures which do the same
> things
> as your command, but depends what your command is doing I guess.
Thank you.
I need to use Commands in some places and Recordsets in others; my
workaround is to go back to DW8 for editing Commands.
> the
> next release.
>
> As a work around you can use Recordsets to do exactly the same thing as
> Commands, well almost, you can call Stored Procedures which do the same
> things
> as your command, but depends what your command is doing I guess.
Thank you.
I need to use Commands in some places and Recordsets in others; my
workaround is to go back to DW8 for editing Commands.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/dreamweaver-discussions/asp-commands-not-listed/m-p/207642#M136246
Oct 03, 2007
Oct 03, 2007
Copy link to clipboard
Copied
Workaround:
Go to \Program Files\Adobe\Adobe Dreamweaver CS3\configuration\ServerBehaviors\ASP_Vbs
Move 5 files to a save place outside the ASP_Vbs folder
- Command2.edml
- Command2_main.edml
- Command2_variable.edml
- Command.js
- commandVariable.edml
Replace them with the same files from your DW8.0.2 configuration.
Go to \Program Files\Adobe\Adobe Dreamweaver CS3\configuration\ServerBehaviors\ASP_Vbs
Move 5 files to a save place outside the ASP_Vbs folder
- Command2.edml
- Command2_main.edml
- Command2_variable.edml
- Command.js
- commandVariable.edml
Replace them with the same files from your DW8.0.2 configuration.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/dreamweaver-discussions/asp-commands-not-listed/m-p/207643#M136249
Oct 13, 2007
Oct 13, 2007
Copy link to clipboard
Copied
I cannot find those files in DW8. The only files I find is
command.htm and command.js. No other files that recembles the names
you are given.
I also need to work with commands so I installed my old 8 just to copy the files.
I also need to work with commands so I installed my old 8 just to copy the files.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/dreamweaver-discussions/asp-commands-not-listed/m-p/207644#M136250
Jul 16, 2008
Jul 16, 2008
Copy link to clipboard
Copied
I'm running into this problem too though it looks like this
post was started a year ago. Does adobe have a patch for this yet?
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/asp-commands-not-listed/m-p/207645#M136251
Jul 16, 2008
Jul 16, 2008
Copy link to clipboard
Copied
"insertclevernickname" <webforumsuser@macromedia.com> wrote in message
news:g5lnkf$ioh$1@forums.macromedia.com...
> I'm running into this problem too though it looks like this post was
> started a year ago. Does adobe have a patch for this yet?
>
>
No. And it is still broken in CS4 Beta.
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/asp-commands-not-listed/m-p/207646#M136252
Jul 17, 2008
Jul 17, 2008
Copy link to clipboard
Copied
>
> No. And it is still broken in CS4 Beta.
So you are saying there is not reason to upgrade to CS4? A further
question is what else have they broken that they will forever never fix?
--
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/asp-commands-not-listed/m-p/207647#M136253
Jul 17, 2008
Jul 17, 2008
Copy link to clipboard
Copied
>> No. And it is still broken in CS4 Beta.
>
> So you are saying there is not reason to upgrade to CS4? A further
> question is what else have they broken that they will forever never fix?
There's no reason for me to upgrade. Heck, I'm not even using CS3 anymore (I
can live without Spry).
If CS4 provides functionality for you that your existing version does not,
and you can live with the broken features, then you might want to upgrade.
>
> So you are saying there is not reason to upgrade to CS4? A further
> question is what else have they broken that they will forever never fix?
There's no reason for me to upgrade. Heck, I'm not even using CS3 anymore (I
can live without Spry).
If CS4 provides functionality for you that your existing version does not,
and you can live with the broken features, then you might want to upgrade.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

