FIX...........ENDFIX ( I Fixed IT)

Hi All,
we are using planning applications ,we load data using FDM ,but one(Exchange Rate) value is direct input in the form.
& using DATACOPY for block creation when we run the script YTD over writes the individual values of Exchange rate in the form .how to avoid this overwrite.
i am using following script which is overwriting :
My intension is after DATACOPY YTD TO MTD also i want the same value which they entered in the form.
please help me on this it,s very urgent plz............
Regards,
DATACOPY "YTD" TO "MTD";
          FIX(@UDA ("Account","Flow"))
               "MTD" = "YTD" - @PRIOR("YTD");
          ENDFIX
          FIX("Apr")
               DATACOPY "YTD" TO "MTD";
          ENDFIX
Thanks for all any how by reading help I SOLVED IT.
Message was edited by:
Bunny

Did you remove the whole <body> tag, or just the
bgcolor attribute?
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"craig16229" <[email protected]> wrote in
message
news:es1qt1$5de$[email protected]..
>I have a centralized DreamWeaver generated javascript for
dropdown menus
>(as
> well as a few other things). I found that removing:
>
> <body bgcolor="#ffffff">
>
> from just beneath </head> causes the dropdowns to
stop functioning. No
> java
> error - the menus just do not appear on mouseover. I had
removed it
> thinking
> it was un-needed since I have also have a centralized
.css, and since I
> don't
> use pure white anywhere on this template.
>
> I put it back and all is fine, but I have not been able
to learn why this
> breaks it.
>
> Production site is:
http://www.craigwasselphotoart.com
>
> Thanks,
>
> Craig --<>.
>

Similar Messages

  • FIX AND END FIX

    Hi !
    This is nagarja sarma,
    can we use fix and end fix to sparse dimensions ,if yes post an Ex.
    same question in case of if and else if ,for which dimensions we can use it & post the reason.
    thanks,
    Message was edited by:
    user617014

    Hi Nagarja,
    To answer you question , you can fix the sparse dimension( when you fix a dense dimension , IO is not improved , whereas when you fix sparse dimension , IO is greatly reduced).
    ex:
    FIX(@CHILDREN(Sparse dim) AND @UDA(abcd,"abc"))
    xyzer= xyzer * 2;
    ENDFIX
    coming to the if ..else statement, it is used to check a condition ,and arrive at a boolean value i,e true or false , so applicability of dense or sparse does not matter , take care of the condition ,which you give.
    Sandeep Reddy Enti
    HCC

  • Fixed Days Supply & Fixed Order Quantity

    Hi,
    in certain cases we use the Fixed Days Supply & Fixed Order Quantity attributes in the Item Master to influence our ASCP plan calculation (size of planned orders etc.)
    We need this because we do discrete production (semiconductor industry) and with the fixed order quantity we to ensure that the system plans with full Lots.
    However I am not sure what the impact of the Fixed Days Supply is, especially in combination with the Fixed Order Quantity.
    Unfortunatly the Manuals do not tell very much about this. Does anyone have experience with this and wants to share some knowledge? I would like to know what these parameters really do and maybe there are better ways for our setup...
    Thanks,
    David.

    Hi,
    thanks for the reply. I found the detailed explanation in user guide you mentioned.
    I am not sure that we made the setup in an optimum way.
    We use for example fixed days supply = 5 for many buy items, because we place weekly Purchase Orders for these items and want to have the planned orders combined instead of having a planned order for every day.
    And we use the fixed order quantity to prevent two things:
    1) The size of the planned order gets below a typicall Lot size and the calculated leadtime for this planned order is too short. We define item based resource usage rates so it will calculate the exact lead time for the small planned order, but in reality our production has to run the full Lot which takes more time of course.
    2) without the fixed order quantity the planned orders might become too big, which makes scheduling of them more difficult, because finding a free time-slot on the machines for a huge quantity must be more difficult than for a smaller planned order.
    But unfortunatly Oracle does not provide some business cases, especially for our semiconductor industry so it is more trial-and-error what we are doing...
    regards,
    David.

  • Apple 10.7 lion - macbook does not turn off when plugged in. I put the laptop on "sleep" or close the screen and the computer stays on and stays hot! This has been happening ever since the upgrade to Lion! Is there any way to fix this? FIX THIS!!! MY MACB

    Apple 10.7 lion - macbook does not turn off when plugged in. I put the laptop on "sleep" or close the screen and the computer stays on and stays hot! This has been happening ever since the upgrade to Lion! Is there any way to fix this? FIX THIS!!! MY MACBOOK GETS TOO HOT WHEN I CLOSE THE SCREEN BECAUSE OF THIS ISSUE!!!! FIX THIS NOW!!!FIX THIS NOW!!!FIX THIS NOW!!!FIX THIS NOW!!!FIX THIS NOW!!!FIX THIS NOW!!!FIX THIS NOW!!! This only happens when it is plugged in!!!!! Any way to fix this? Help.. :-( Please!!!!!!!! The light stays solid when plugged in on sleep mode!!! This *****. Help..

    I figured it out! I don't fully understand why, but when I uninstall ESPOINAGE 2 from my laptop, sleep works fine now.. Weird!

  • [svn:fx-trunk] 5114: Fix FxRadioButton doc bug and fix the bug fix I messed up yesterday.

    Revision: 5114
    Author: [email protected]
    Date: 2009-02-27 12:50:47 -0800 (Fri, 27 Feb 2009)
    Log Message:
    Fix FxRadioButton doc bug and fix the bug fix I messed up yesterday.
    QE Notes: mustella gumbo/RadioButtons passed
    Doc Notes:
    Bugs: SDK-19475, SDK-19531
    Reviewers:
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19475
    http://bugs.adobe.com/jira/browse/SDK-19531
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxRadioButton.as

  • [svn:bz-trunk] 20981: bug fix BLZ-426 fixing the response cookie logic to skip request cookies

    Revision: 20981
    Revision: 20981
    Author:   [email protected]
    Date:     2011-03-28 14:28:45 -0700 (Mon, 28 Mar 2011)
    Log Message:
    bug fix BLZ-426 fixing the response cookie logic to skip request cookies
    checkintests pass
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-426
    Modified Paths:
        blazeds/trunk/modules/proxy/src/flex/messaging/services/http/proxy/ProxyContext.java
        blazeds/trunk/modules/proxy/src/flex/messaging/services/http/proxy/RequestFilter.java
        blazeds/trunk/modules/proxy/src/flex/messaging/services/http/proxy/ResponseFilter.java

  • Fixed Nav Bar, Fixed Sidebar, Scroll Main Content

    Can someone direct me to some good documentation to learn how to design a page to have a fixed nav bar, fixed sidebar and main content that scrolls?
    My objective is to have the nav bar/sidebar visible at all times when the user is scrolling through the main content.
    Thanks.

    On line 135, you have this:
    <td align="left"><h1>How It Started</h1><img src="images/dean.jpg" alt="Dean" width="138" height="141"
                        hspace="15" vspace="5" border="1" align="left" />
    Try this:
    <td align="left"> <div style="overflow:auto; height: 200px"><h1>How It Started</h1><img src="images/dean.jpg" alt="Dean" width="138" height="141"
                        hspace="15" vspace="5" border="1" />
    Don't forget to close the division right before the cell closure.
    </div>
    </td>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Is Apple even close to a fix for the fix of the IOS 8.0.2.  i have lost all my pictures, contacts and more particulary my ability to access wi-fi.l

    Is Apple even close to a fix for the fix of the IOS 8.0.2.  i have lost all my pictures, contacts and more particulary my ability to access wi-fi.  I have switched to a Droid and not sure I would ever go back to an iPhone again.

    I had the same issue until I updated my apps through iTunes. I had over 100 updates, but none of them showed on my iPod. After they updated everything started syncing like it is supposed. Go to the apps library and check for updates. After everything syncs leave your iPhone/ipod/ipad connected if the spinning arrows at the top is still spinning. It means that things are still being added. If you go to settings > general > about, you will see it loading songs, videos, photos, etc. If you back out of "about" and then go back to it you will see the numbers for each one change.

  • When I type symbol font appears on screen and browswers fail to work properly, reboot fixes, new keybord fixed it but it now back?  driving me crazy..virus???

    when I type symbol font appears on screen (Safari, Mail, Firefox text boxes) and browswers fail to work properly (click on reply and browser tries to download), reboot will temp fixe, new keybord fixed it but it now back?  driving me crazy..virus???  When this starts up iMac does not work properly, odd things, start happening, like all my screens will dissappear and I have to click on app to 'show' then as quick as it started it will stop.  Run MacPilot/Onyx, no change.
    Wireless keyborad, 27" i7 chipset, 2.8 Ghz,12 Gigs RAM

    when I type symbol font appears on screen (Safari, Mail, Firefox text boxes) and browswers fail to work properly (click on reply and browser tries to download), reboot will temp fixe, new keybord fixed it but it now back?  driving me crazy..virus???  When this starts up iMac does not work properly, odd things, start happening, like all my screens will dissappear and I have to click on app to 'show' then as quick as it started it will stop.  Run MacPilot/Onyx, no change.
    Wireless keyborad, 27" i7 chipset, 2.8 Ghz,12 Gigs RAM

  • [svn:fx-trunk] 12084: Fix asdoc to fix the build.

    Revision: 12084
    Revision: 12084
    Author:   [email protected]
    Date:     2009-11-21 07:29:09 -0800 (Sat, 21 Nov 2009)
    Log Message:
    Fix asdoc to fix the build.
    QE notes: No
    Doc notes: No
    Bugs: None
    Reviewer: none
    Tests run: checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AccConst.as

  • Essbase 9.3.1 Datacopy or Fix ENDFIX do not work

    Hi, I am trying to copy some value from one one month to another month and another scenario, but datacopy or fix end fix do not work, kindly help if anyone can ! Script is like following.
    //ESS_LOCALE English_UnitedStates.Latin1@Binary
    SET UPDATECALC OFF;
    FIX ("FY09","Feb","Forecast","Target","USA","Total Employee","Positions")
    "Starting Headcount" = "Ending Headcount"->"FY09"->"Jan"->"Actual"->"Target"->"USA"->"Total Employee"->"Positions" ;
    ENDFIX
    SET UPDATECALC ON;
    CALC ALL ;
    -----------------------------------------------------------------Second Script-----------------------------
    //ESS_LOCALE English_UnitedStates.Latin1@Binary
    SET UPDATECALC OFF;
    DATACOPY "Ending Headcount"->"FY09"->"Jan"->"Actual"->"Target"->"USA"->"Total Employee"->"Positions" TO "Starting Headcount"->"FY09"->"Feb"->"Forecast"->"Target"->"USA"->"Total Employee"->"Positions";
    SET UPDATECALC ON;
    CALC ALL ;

    dwelden wrote:
    Anyone know if client 9.3.3 is still available and/or have a copy of it? I don't find it on edelivery or on support.oracle.com.
    It is available at "My Oracle Support" - "Patch 9895284: Hyperion Essbase - System 9 Release 9.3.3.0.0 Client"
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • A1 Wifi Bug - Fix or No Fix?

    Before you asked - Yes, I have read all the old threads about the wifi issue in A1 and in fact, browsing this part of the Lenovo forum since I got my 16GB A1 in early Feb. Silly me foir not doing enough research and instead convince myself to believe blindly to the Lenovo brand name, but that's my fault anyway.
    From the official Lenovo Chinese forum for A1, I already learn that the buggy wifi driver isn't anything new, but in fact can be traced back to the original 2GB version of A1 sold in China since Aug~Oct last year. That's at least 6 months of no solution and if I may, really bad customer support. What to do with an android tablet with a wifi issue so bad that it will crash the whole system for up to 20 times a day? (No kidding, that actually happened when I was trying to figure out how to upgrade the OS). My hope of a simple internet tablet that I can check email and browse website with is crashed as well, with the feeling of getting robbed of $250 no less.Worst of, Lenovo is actually launching new tablets while my A1 has been left for dust collecting duty for weeks because it can't do what it was supposed to be capable of.
    My questions to Levono are: Will we ever see a fix for the buggy wifi driver? Is there any effort current being dedicated to fixing this issue? Would someone care to answer, or should I give up on Lenova all together and just feel lucky that I didn't pick up the S100 wihch I almost bought together with A1? Anyone?
    I am not even angry any more, just sad.

    You didn't vote because you have no problem; you don't know about the Wifi issue because you don't have any. But just because you didn't notice as many reports as me doesn't mean there ain't that many. After all, why should someone care or notice a problem when it doesn't affect him/her at all? It is just simple logic. It is, and I assumed, the same logic that drives gmarkall to try to find a solution for the Wifi drive - because it affects him as well, and that's why he care, and that's why I care.
    I notice hundreds or report because I was actively looking / reading / searching about it for the last two months trying to find a solution for myself. If you have had spent that much time like me, I am sure you can find over 16 people that suffer the same problem. Also, I don't mean just official forums. I find quite a few postings about the same issue from popular Chinese forums like imp3.com to small unofficial Lenovo forums.
    You want 1 link and I have given you 4, do you want me to dig up handreds of links as well to prove my point? Or if it is even remotely possible that someone from Lenovo does come to this thread and post something useful, like acknowledging the issue or even denying it? I really don't care what it will be. At least I'll get an straight answer that way to decide whether I should keep my A1 and wish for a better tomorrow, send it back and hope I won't get a defected unit back or just toss it out and call it a day. I have waited blindly for 2 months, and frankly I am tired of it..

  • ITunes 10.2 Upgrade fix temporary. Fix to iTunes 10.2.2 by uninstall Apple Mobile Device Support and install AMDS from 10.0. Worked only to fail in 5 days. iTunes back to very slow to open and will not see device (iPhone) connected. Sorry

    I was one this site for 20+ Days and found a fix for 10.2.1 when it failed. I Uninstalled all, following other attempts that failed, then installed latest Version from Apple iTunes 10.2.12. I then uninstalled Apple Mobile Device Support (AMDS) and installed AMDS from the older 10.0 version of iTunes. Success it worked. Today, I am now back to old problem, iTnes takes very long time to open and fails to see my device when connected (iPhone). I really only have iTunes for my iPhone no extensive library a few hundred CD's in music location and no podcasts. I have less than 6 moveis and want to update them now. I am willing to lose all in iTunes library if need be just to get computer to see G3 iPhone with iOS 4.2 and let me synch once again. I like security of backup too. It older iTunes may now not support, that too is OK. I still want to get the 3GS (no 4G desires, yet) and do not care if any of it is the latest from Apple as long as it works.

    Hi Erik,
    Your basic suggestion actually worked for me. But this is what I did for others who are having issues removing/installing etc.
    1. Download the latest iTunes 8.2. You should end up with a file iTunesSetup.
    2. If you dont already have WinRAR, download free copy from http://www.rarlab.com/ and install.
    3. Right click on iTunesSetup and choose "Extract" to somewhere you know. eg C:\itunetemp
    4. Open up folder where you extracted iTunesSetup and double-click applemobiledevicesupport.msi
    5. It should ask you if you want to repair or remove... choose remove.
    6. REBOOT your PC.
    7. Go back to where you extracted iTunesSetup and double-click applemobiledevicesupport.msi and go through the install.
    8. Plug in your iPhone.
    If all is well iTunes should automatically start and start syncing your iPhone.
    Goodluck all!
    Cheers.

  • Printer won't print, fixes won't fix! Reset the printer spooler dependencies to default.

    Using a stand-alone Dell XPS 420 with Vista 32 bit and an OKI C1500 printer connected by USB. Always a problem getting the printer going after it has been disconnected, but this time it's a big problem! Get a printer spooler error message and it defaults
    to 'use printer offline' so have:
     restarted Printer Spooler in Services and set it to Automatic start and set it's Recovery to restart after each failure
    rebooted, restored PC, power recycled printer, tried different usb slots, cable works OK
    deleted printer driver in case it was corrupt and downloaded a new one
    applied the automatic Fixit programme
    applied a fix to prnter dependencies resetting them to RPCSS
    None of the above has worked.
    Now I would like to know how to reset the default drivers for the spooler and find out the cause and how to fix the problem!
    Recently removed a Trojan that hi-jacked 32Rundll and stopped Microsoft Security Essentilals from running.
    I need any explanation in slow. simple dorkspeak like 'Step one: press down on the button with B on it'  or I won't understand!
    A lot to to ask I guess! Thanks,

    Hi,
    o to Start / Run and type in "services.msc" without quotation marks, then press Enter or click OK.
    In the window that opens (Services) look for "Print Spooler" on the right
    Right-click "Print Spooler" and select "Properties".
    Click on the "Recovery" tab and change all 3 drop-down boxes to "Restart The Service".
    Make sure the 2 text boxes underneath say "1" in them.
    Click Ok until you are back at the Services window, close it and you're good to go.
    Go back into the properties of the "Print Spooler" tab and be sure to click Start to restart the Print Spooler service and it will restart the service immediately.
    The Print spooler depends on the Remote Procedure Call (RPC) service. Is this service disabled? Go to services.msc look for RPC. Check state: Automatic
    Printer Support

  • Is it possible to display a waveform with fixed length and fixed starting point?

    Hi,
    I am using DAQ assitant to acquire voltage and current measurment of my device. The voltage is a pure sine wave and current is a periodic waveform with phase difference and distortion. I use waveform chart to display the waveform of voltage and current waveform in seperate charts and they work fine.But the waveforms look like moving to the right all the time, in another way ,the phase is always shifting. Now i want to display the waveforms of both with fixed length (say 2 cycle) and also in a same chart. Apart from that, i also want to display the voltage waveform starting form 0 degree (a fixed point )rather than moving all the time. In this case, i can observe the angle difference between voltage and current. Is there any method to achieve this purpose?
    Many Thanks,
    Hao

    Hao,
    first of all, you are using a chart which has three options for updates if the chart is "full":
    Strip chart (default)
    Scope chart
    Sweep chart
    These are called "update mode". Test the modes yourself.
    Also you have to know that you will not likely have an integer number of periods of your signal in the display of the chart. Therefore, a continuous signal will "move" the graph from update to update.
    You can implement some algorithm to discard data to maintain a static "trigger" level for display, but as stated, it will leave gaps in the signal. These gaps are not a concern unless you use the displayed signal for analysis (e.g. FFT).
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

Maybe you are looking for

  • Can't save pictures on original folder position after edit...since I'm upgraded to IOS7 on IPad2.

    can't save pictures on original folder position after edit, get save popup to save at different position, also still on toubles to get them back to original folder positon since I'm upgraded to IOS7 on IPad2.

  • Access denied error while trying to install graphics drivers

    Hello, I have a new toshiba laptop P70-A. I have installed windows 7 and the pc was working excellent up until now. Noticed yesterday that the nvidia automated system failed to install the new update. When I tried to install the new driver manually,

  • ABAP programming extended Check

    Hi Why do we do ABAP program Extended Check? Thank You

  • Fluke45 error with a new PC

    Hi,  I used a Fluke45 to read a AC voltage. The program works well in an old computer however, it shows an error when I use a new PC to control it. The error is attached. I doubt if it is the bus interface problem since when I opened the program, it

  • SAP Security User Accountable Web Form

    We are in process of creating users into SAP System. We have created a form where power users can fill it out their information with thier access they need and superviser can approved it. After that they will send that form to the security person. Wh