Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

ASP Commands not listed

LEGEND ,
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?

TOPICS
Server side applications

Views

554
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
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

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
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

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
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.


Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
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.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
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.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
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?

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
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.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
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?

--

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 17, 2008 Jul 17, 2008

Copy link to clipboard

Copied

LATEST
>> 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.


Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines