Changing a little code by hand

Hello,
why is it that when I change a little big of the generated
code of an simple
insert SB all is find I save the page and clse it, but when
ever I try and
open it again it freezes dw and I have to go in with note pad
to do any more
modifcations.
MM_editCmd.Parameters.Append
MM_editCmd.CreateParameter("param9", 5,
1, -1, MM_IIF(Session("my_login_id"), null)) ' adDouble
above is a line of codefor dw, I only change to part where it
says session,
as before it said request.form.
Kenny

OK I did a total reinstall of DW8 alone with the latest
update.
and the problem is still there.
if I change this line
' MM_editCmd.Parameters.Append
MM_editCmd.CreateParameter("param9", 5,
1, -1, MM_IIF(Request.Form("whowho"), Request.Form("whowho"),
null)) '
adDouble
to this line all I have changed is the request.form to
Session
MM_editCmd.Parameters.Append
MM_editCmd.CreateParameter("param9", 5, 1, -1,
MM_IIF(Session("whowho"), Session("whowho"), null)) '
adDouble
when I open dreamweaver and try to navigate to my then page
any way at all
then dreamweaver freezes.
so much for a few wasted hours trying to figure would I get
this working lol
kenny
"twocans" <[email protected]> wrote in message
news:e6p7qk$s9b$[email protected]..
> Hello,
> why is it that when I change a little big of the
generated code of an
> simple insert SB all is find I save the page and clse
it, but when ever I
> try and open it again it freezes dw and I have to go in
with note pad to
> do any more modifcations.
>
> MM_editCmd.Parameters.Append
MM_editCmd.CreateParameter("param9", 5,
> 1, -1, MM_IIF(Session("my_login_id"), null)) ' adDouble
>
> above is a line of codefor dw, I only change to part
where it says
> session, as before it said request.form.
>
> Kenny
>

Similar Messages

  • Flash element - change pointer from arrow to hand in Director

    Hi everyone,
    I build a pop-up box in flash that I want to use in Director.
    It is sort of a tab, that hides in a corner of the screen and when
    the user rolls over it, it slides out showing some buttons. How can
    I tell director to change the pointer into a hand when the user
    rolls over the buttons inside my flash element (not when it rolls
    on the tab itself)? Also, can I code these buttons to open PDF
    documents from Director, even thou it was made in flash... if so,
    how?
    Thank you for your help!
    Rafael.

    > How can I tell director to change the pointer
    > into a hand when the user rolls over the buttons inside
    my flash element (not
    > when it rolls on the tab itself)?
    Check the docs for 'hitTest' and/or 'mouseOverButton', or
    alter the
    Flash file so that it tells Director to change the cursor whn
    appropriate.
    > Also, can I code these buttons to open PDF
    > documents from Director, even thou it was made in
    flash... if so, how?
    Either use 'setCallback', or add some AS to your Flash file
    telling
    Director what to do.
    getURL("lingo: mHandler");
    will call the handler #mHandler in a #movie script, while
    getURL("event: mHandler);
    will call the handler #mHandler in a score script attached to
    the Flash
    sprite

  • How do I get the little web browser hand to appear over my b

    Hopefully this is an easy answer....
    I have just uploaded my new website and noticed that when you
    place the cursor over my image buttons that have "onClick - Open
    Browser" behavior tags on them, the little web browser hand doesn't
    show up. You know, the one that tells you something is a link? I'm
    afraid people won't know that the images are buttons unless the
    hand shows up. Any idea on how to make the hand appear? Any advice
    would be great. Please keep in mind that I'm only a intermediate
    level web designer. Here's my website:
    http://vintagebycrystal.com/Pages/Holidays/Fourth%20of%20July/Main.html
    Thanks!
    -Crystal

    Oh, heck. Sorry about that.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "E Michael Brandt" <[email protected]> wrote
    in message
    news:[email protected]...
    > Jackeltree wrote:
    >> Hmmm...I've downloaded the Divahtml web tools. But I
    have no idea what
    >> to do next. The help is not helpful and their
    website is confusing...
    >
    > Jackeltree - I would love to hear from you off-group to
    see how I can
    > improve my site so it is clearer to you.
    >
    > I also need to point out that divaFreeTools will not
    actually help the
    > problem you have! Murray was referring to the Tool that
    converts "#"
    > links to the image url for you, but that is only if
    there IS a link to
    > start with. Since you applied the DW Open Browser Window
    behavior to the
    > IMAGE instead of to an <A> tag around the image,
    there is NO link, hence
    > the Tool can not help you.
    >
    > To get the hand cursor, you must move your onclick event
    to an <a> tag. In
    > DW versions EXCEPT CS3, you can simply select each image
    in Design View,
    > then click on the OpenBrWindow behavior in the Behavior
    window, and then
    > in the dropdown there, change the event from "onclick"
    to "onclick <A>" or
    > "(onclick)" depending on which DW you have.
    >
    > DWCS3 has a bug, so this will not work. You'll have to
    remove the
    > behavior by clicking the minus (-) icon in the behavior
    window, then add a
    > link to the image (the link itself can be "#" at this
    point) using the
    > Property Inspector, then select the <a> tag (on
    the Tag Selector bar) that
    > has been added for you and in the Behaviors Window add
    the OpenBrWindow
    > behavior to it.
    >
    > Then you can run my divaFreeTools script to convert the
    link from "#" to
    > the url to the fullsize image, which is a better link to
    use.
    >
    > (<plug> An alternative is not to use the DW Open
    Browser Window, which had
    > to be added to each image one at a time, but instead,
    after removing those
    > behaviors from your images, create a link - using the
    Property Inspector -
    > to the fullsize image itself (rather than a link to "#"
    or to
    > "javascript:;". And then add my divaPOPgold (which does
    cost a few $) to
    > your page once. It will handle all the popup windows
    automatically for
    > you. </plug>)
    >
    > And again, please do contact me so I can improve the
    help for
    > divaFreeTools on my site. Contact me at michael at the
    divahtml.com
    > address.
    >
    > --
    >
    >
    > E. Michael Brandt
    >
    > www.divahtml.com
    >
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    > Standards-compliant scripts and Dreamweaver Extensions
    >
    > www.valleywebdesigns.com/vwd_Vdw.asp
    > JustSo PictureWindow
    > JustSo PhotoAlbum, et alia
    >
    > --

  • Do you write GridBagLayout code by hand?

    I used to do a lot of Swing development and I became fluent in Swing LayoutManagers -- especially GridBagLayout (which is like a foreign language to most people ;).
    I wrote a couple very nice utilities to generate the GridBagLayout code for me based on a drag-and-drop UI and it saved me a lot of time. I am wondering, are there still a lot of people writing such code by hand? I've been working in the JSF world for the past couple years, so I don't know if there's a need for such utilities anymore.
    If there is, I might consider spending some time with my utility and packaging it up as a proper application. Or possibly just releasing the source as an open source project?
    So, again, does anyone still write GridBagLayout code by hand?

    Good grief, I'd probably stab myslef repeatedly with a fork, were I to do it by hand. In days of yore I wrote a wrapper class, named GBC (for faster typing). It would contain a set of constructors, creating underlying GridBagConstraints, and then methods for modifying each constraint, and each method returned the object itself. The ok() method returned the underlying constraints object, So, the actual code looked something like:
    add(new JLabel("test"), new GBC(0, 0).anchor(WEST).fill(BOTH).ok());or actually:
    add("test", new GBC(...));,since my panel's add methods are always overridden to allow easy adding of labels.
    But since I stumbled upon MigLayout... I have never looked back. The last time I used GridBagLayout was maybe a year ago. And only to implement a change request to some old codebase.
    Edited by: rkr1410 on 2010-10-28 09:58
    Edited by: rkr1410 on 2010-10-28 09:59 - aded code tags

  • HT1338 How can i change my little circle picture on the lock screen when i open up the laptop

    I cant find out how to change that little circle thing when i open up my laptop to type in my password. I would really like to change the little picture inside

    System Preferences->Accounts->select the account->Password tab and click on picture->Edit picture, selecting new one.

  • How can I change an NC Code for a scrapped SFC

    Is it possible to change the NC COde for a scrapped sfc without changing anything else?

    Hans,
    The only place where you can edit NC data is Edit tab of NC Client if the tab is enabled. However, I doubt that it allows you to change NC Code ID but leave the rest of the collected NC data.
    Regards,
    Sergiy

  • Can you change the default code that targets a new window to change the content in a div tag instead

    I created a database for store locations.  I was able to display the list of stores.  Here though I don't want the list to show the number in front of it...  I still need to find the CSS to edit my results for this one.  However, more importantly, I don't want to open my results in a new window, I want to be able to target a DIV tag instead.
    This is the code that is created to display the list of stores.
    {module_webapps,5665,a,,,_blank,,50,,1}
    Currently it opens a blank window.  I'd like to target a div tag on the right of the list area where the store info can appear.
    Perhaps the gurus at adobe can upgrade this feature?  Target DIVs instead of new or blank windows, or using frames. Below is the screen of the links created from the DB.
    Below is the blank window that it opens.
    Would like to make it open in a div to the right of the list.  Not sure how to change to core code that was created to make that change.

    I'm doing something wrong.  I have the list showing the stores in CA
    <div class="flip" id="woodcontainer" style="width: 160px; height: 23px;">
    <h1>CALIFORNIA</h1>
    </div>
    <div class="panel">
    <script>
      $("#infochange").load("{module_webapps,5665,c,41140}"); /* this creates the list of stores in CA where #infochange is the DIV I am targeting.
    </script>
    </div>
    <br />
    The code for the DIV where I want the details to load.
    <div id="infochange"></div>
    This doesn't make sense because I need to have something in the DIV as a holder of some sort? 

  • I  just changed my passlock code and now it is not working. I don't know what went wrong, but if I put my last code is no longer recognized and so the new one. What can I do ?

    Can someone tell me how to access my iphone again?
    Last night I changed the passlock code and when I put the new one it did not recognized it. Now I am locked out of my iphone.

    You will need to try to restore your iDevice from the same computer that you most recently synced to.
    Read this: http://support.apple.com/kb/ht1212
    If you can't do the restore then you will need to try Recovery Mode.
    Read this: http://support.apple.com/kb/ht1808

  • Creation of a PO with reference to a contract - change of company code

    Hi experts,
    When a PO is made with reference to an existing contract, the company code is copied automatically from the contract into the PO.
    Do you have an idea if it's possible to modify this in the PO? So that we can choose another company code?
    Thanks,
    Michaë

    Ofcourse you can change the company code in the purchase order.
    However please check that same purchase organization is responsible for both the company codes.
    However it might give you an error that plant is not assigned to the company code.
    Therefore the best way is to create the PO without reference of that contract OR you can create a contract for the company code in PO and then create a PO with the same.

  • Change of Company code from one Cons Group to another Cons Group.

    Dear All,
    Please advise on change of company code from one Cons Group to another Cons Group , we have Cons Structure - at present few companies are in one cons group and as a policy we have to move the companies to another cons group. So please advise me what will be the case if we move int he following senarios:
    1. if till period 012 year 2008,  company A is in Cons Group AA and we want  the same to Cons Group BB. How it  will move to Cons Group BB in a Company code with the opening balances? 
    2. if there is no data in SEM BCS total Cube - and we want to move the Company A from Cons Group AA to Cons Group BB.
    What will be the effect in both the scenarios.  How to do this? if you can specify some steps then I will try to analyze the situation.
    Thanks in advance

    The changes are not complicated but company A must be placed in cons group BB as of period 12 2008 and in the master data of the cons group it should be indicated that the first consolidation is at the end of the period (EOP). Likewise in cons group AA must continue to include company A but in the cons group master data it must be indicated that the period of divestiture is 12 2008 EOP.
    The cons group changes tasks must be executed to move the balances in period 12 2008.
    If there is not data for company A in the totals infocube you may simply drag-and-drop company A from cons group AA to cons group BB without any concerns.
    The affect in each scenario is different because if there is data that is to be reported as part of cons group AA company A must be included in cons group AA.

  • Change the Tax Code-  In Sales Order i have  Tax code for VAT

    In Sales Order i have  Tax code for VAT ( Condition type JIVP) it is reflecting "P4" instead of "A4".
    Where the "P4" Tax code is picking in Sales Order.
    How to change the Tax Code.
    Urgent

    Hi CHAKRI,
                     Check if the condition record is maintained with the appropriate taxclasssification.If yes, Go to sales order in change mode,then goto-header-billing-alternate taxcalssification and modify tax classification.It will pick up right tax code.
    Regards
    Ram Pedarla

  • //remove this line if you want to edit the code by hand? um which line?

    Several of my pages are locking up and I don't know why. As I work through the code, I remembered that I altered some text in a SendEmail by directly altering the page rather than using the Server Behavior. Don't understand why that would matter but whatever...
    Now as I ponder if that is causing the problem, I ran across this commented line in the code:
    //remove this line if you want to edit the code by hand
    But are they talking about the line just after that line of //remove or do they mean the actual comment line of
    //remove this line if you want to edit the code by hand?
    Thanks for your help

    Trigger and $tNG look suspiciously like ADDT code to me. Ask the guys in the ADDT forum (http://forums.adobe.com/community/dreamweaver/addt). There are a couple of them in there who know the code intimately. I haven't touched ADDT for ages.

  • How to track changes of VBA Code in AO?

    Hi Community,
    is it possible to track changes of VBA code in Excel or AO. Is there any future for that?
    Does anybody have experience with that?
    Thanks
    Andreas

    Hi,
    there exist also no possiblity to get some Infos from the "Microsoft
    Office Alerts?
    Thanks Andreas

  • Is there a way to add, delete or change a FAC code via CLI in CUCM?

    Hi everyone,
    I was wondering if it is possible to add, delete or change a fac code(or client matter) via CLI?
    I know how to do it via BAT tool, but I want to do it via CLI(if it's possible).
    I´m using CUCM 6.
    I'll really appreciate your comments.
    Thanks..
    Dave.

    There are no instructions n how to do this and we do not support doing any kind of changes to the DB via CLI unless instructed by TAC.
    If you still want to do so, read the data dictionary for your CUCM version and work your CLI queries, again, if anything happens and the DB becomes corrupted or you have undesired results, we won't provide any level of support.
    Previously I mentioned which are the supported methods for adding elements to the DB, I encourage you to use any of them.
    Sent from Cisco Technical Support iPad App

  • How to change the vendor code in intercompany PO

    actually PO was created with wrong vendor code. after this MIGO done, all the product sale out MIRO done invoice done. Now at this point *what we 'll have to do to change the vendor code*

    HI,
    actually PO was created with wrong vendor code. after this MIGO done, all the product sale out MIRO done invoice done. Now at this point **what we 'll have to do to change the vendor code**
    it is not possible to change vendor code in PO
    you have to do new PO for that
    Regards
    Kailas Ugale

Maybe you are looking for

  • Tried upgrading to new OS 5, and now itunes won't continue the activation process, what do I do?

    I recently tried upgrading my iphone 4 to the new OS 5, and now itunes won't continue the activation process. It keeps say that an unexpected error has occured, Error 310. I am very frustrated and now have no phone to call apple, and there website is

  • Why was drag and drop to PHOTOSHOP eliminated/

    With IPhoto it was possible to drag and drop to Adobe PHOTOSHOP.  Now you cannot.  When you export you lose the DPI of the camera and it goes to 72 DPI.  This *****. Can it be fixed?

  • Embedding a photo vs attaching

    I found a thread in the archives explaining how to embed a photo in an email message instead of sending it as an attachment. It said that to embed a photo send it as an RTF or HTML file instead of as a plain text photo. Could somebody explain how I d

  • Cant delete ad-hoc network

    Hi, I connected my N95 successfully to my wlan at home so I could sign up for navigation. Since then I've been unable to stop it trying to connect to the network. In my efforts to get round this I change the name of the wlan and now the phone has cre

  • Configure diagnostic logging

    when i select configure diagnostic logging in central admin i get the following error error file not found in uls logs i see the following 07/01/2014 13:25:12.93 w3wp.exe (0x1998) 0x0844 SharePoint Foundation Logging Correlation Data xmnv Medium Name