Question about DW 8.0.2 fix for Flash-IE-Active PITA

I've been happily using Dreamweaver MX and Flash MX for my
modest web development efforts. Since I only use a tiny fraction of
each program's features, I've had no reason to upgrade.
I have a fairly extensive website (not incredibly
sophisticated, but it's got a lot of pages, each containing one or
more SWF files). The content of the website is static, and I hadn't
planned to put much (any?) work into updating it.
So now I'm dealing with the recent Internet Explorer/Active X
controls and Flash disaster (yeah, I know, most people went through
this a couple months ago - I've been busy with other stuff). As I
understand it, there are several potential fixes for the problem
(for existing web pages). Most seem to involve adding an external
javascript file and editing the HTML. I see there's also a
Dreamweaver 8.0.2 update.
To me, the thought of wading into every page and futzing with
a javascript patch for each is pretty unappealing. So here's my
question; does the DW 8.0.2 'fix" really fix existing files,
authored in previous versions of Flash and Dreamweaver? If I
upgrade to the latest version (8.0.2), and then I simply open up my
existing HTML files (which contain SWF files) in 8.0.2, and resave
them, will that fix the problem? Or is there more futzing that
needs to be done to fix the IE problem?
Thanks.

> So here's my question; does the DW 8.0.2
> 'fix" really fix existing files, authored in previous
versions of Flash
> and
> Dreamweaver?
Yes.
> If I upgrade to the latest version (8.0.2), and then I
simply
> open up my existing HTML files (which contain SWF files)
in 8.0.2, and
> resave
> them, will that fix the problem?
When you open them, DW will prompt you to add the fix. You
can elect not to,
if you want. After applying the fix, you then have to upload
both the
changed files *and* the new "Scripts" folder that DW has
created for you.
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
==================
"squimscan" <[email protected]> wrote in
message
news:[email protected]...
> I've been happily using Dreamweaver MX and Flash MX for
my modest web
> development efforts. Since I only use a tiny fraction of
each program's
> features, I've had no reason to upgrade.
>
> I have a fairly extensive website (not incredibly
sophisticated, but it's
> got
> a lot of pages, each containing one or more SWF files).
The content of
> the
> website is static, and I hadn't planned to put much
(any?) work into
> updating
> it.
>
> So now I'm dealing with the recent Internet
Explorer/Active X controls and
> Flash disaster (yeah, I know, most people went through
this a couple
> months ago
> - I've been busy with other stuff). As I understand it,
there are several
> potential fixes for the problem (for existing web
pages). Most seem to
> involve
> adding an external javascript file and editing the HTML.
I see there's
> also a
> Dreamweaver 8.0.2 update.
>
> To me, the thought of wading into every page and futzing
with a javascript
> patch for each is pretty unappealing. So here's my
question; does the DW
> 8.0.2
> 'fix" really fix existing files, authored in previous
versions of Flash
> and
> Dreamweaver? If I upgrade to the latest version (8.0.2),
and then I
> simply
> open up my existing HTML files (which contain SWF files)
in 8.0.2, and
> resave
> them, will that fix the problem? Or is there more
futzing that needs to
> be
> done to fix the IE problem?
>
> Thanks.
>

Similar Messages

  • One question about Pricing and Conditions puzzle me for a long time!

    One question about Pricing and Conditions puzzle me for a long time.I take one example to explain my question:
    1-First,my sale order use pricing procedure RVAA01.
    2-Next,the pricing procedure RVAA01 have some condition type,such as EK01(Actual Costs),PR00(Price)....,and so on.
    3-Next,the condition type PR00 define the Access Sequences PR00 as it's Access Sequences.
    4-Next,the Access Sequences PR00 have some Condition tables,such as:
         table 118 : "Empties" Prices (Material-Dependent)
         table 5 : Customer/Material
         table 6 : Price List Type/Currency/Material
         table 4 : Material
    5-Next,I need to maintain Condition tables's Records.Such as the table 5(Customer/Material).I guess the sap would supply one screen for me to input the data of table 5.At this screen,the sap would ask me to select one table,such as table 5.When I select the table 5,the sap would go to the screen to let me input the data of table 5.But when I use the T-CODE VK31 or VK32 to maintain Condition tables's Record,I found it's total different from my guess:
    A-First,I can not found one place for me to open the table,such as table 5,to let me input the data?
    B-Second,For example,when I select the VK31->Discounts/Surcharges->By Customer/Material,the sap show the grid view at the right side.At the each line of the grid view,you need to select the Condition Type at the first field.And this make me confused very much.Why the sap need me to select one Condition Type but not the Condition table?To the normal logic,it ought not to select Condition table but not the Condition Type!
    Dear all,I'm a new one in sd.May be this is a very stupid question.But it did puzzle me for a long time.If any one can  explain this question in detail and let me understand the concept,I will appreciate him/her very much.Thank you.

    Hi,
    You said that you are using the T.codes VK31 or VK32.
    These transaction codes are used to enter condition records for standard condition types. As you can see a grid left side having all the standard condition types like price, discounts, taxes, frieghts.
    Pl check using T.code VK11 OR VK12 (change mode)
    Here you can enter the required condition type, in the intial screen. (like PR00, MWST, K004, K005 .....etc)
    After giving the condition type, press enter or click on Combinations icon on top of the screen. Then you can see all the condition tables which you maintained for that condition type. Like as you said table 118, table 5, table 6 and table 4.
    You can select any table and press enter, then you can go into the screen in which you have all the field cataglogues you maintained for that table. For example you selected combination of Customer/Material (table 5) then after you press enter then you can see customer field on top, and material fields.
    You can give all the required values and save the conditon record.
    Hope this is clear.
    REWARD IF HELPFUL.
    Regards,
    praveen

  • Design question about when to use inner classes for models

    This is a general design question about when to use inner classes or separate classes when dealing with table models and such. Typically I'd want to have everything related to a table within one classes, but looking at some tutorials that teach how to add a button to a table I'm finding that you have to implement quite a sophisticated tablemodel which, if nothing else, is somewhat unweildy to put as an inner class.
    The tutorial I'm following in particular is this one:
    http://www.devx.com/getHelpOn/10MinuteSolution/20425
    I was just wondering if somebody can give me their personal opinion as to when they would place that abstracttablemodel into a separate class and when they would just have it as an inner class. I guess re-usability is one consideration, but just wanted to get some good design suggestions.

    It's funny that you mention that because I was comparing how the example I linked to above creates a usable button in the table and how you implemented it in another thread where you used a ButtonColumn object. I was trying to compare both implementations, but being a newbie at this, they seemed entirely different from each other. The way I understand it with the example above is that it creates a TableRenderer which should be able to render any component object, then it sets the defaultRenderer to the default and JButton.Class' renderer to that custom renderer. I don't totally understand your design in the thread
    http://forum.java.sun.com/thread.jspa?forumID=57&threadID=680674
    quite yet, but it's implemented in quite a bit different way. Like I was saying the buttonClass that you created seem to be creating an object of which function I don't quite see. It looks more like a method, but I'm still trying to see how you did it, since it obviously worked.
    Man adding a button to a table is much more difficult than I imagined.
    Message was edited by:
    deadseasquirrels

  • Questions about buying a new Mac Pro for 4k video editing.

    Hi everyone,
    I'm currently looking into buying a new mac pro and I have a few questions. I'm a filmmaker/freelance editor looking to get a system that can handle any/at least most 4k formats that I might throw at it, and will hopefully last me around 7 years or so, like my last mac pro has. I've saved up about $5,300 and am becoming more obsessed with getting it asap, but am willing to wait a bit and save up more if necessary. I also play the occasional elder scrolls or civilization game, and might run windows on the new system as well. So here are my questions:
    1. I've read rumors that a newer build could be released this year, with newer processors and graphics cards. Is there anything to point to when? I tend to buy things a month before a newer version is released, and I'd like to prevent myself from doing it this time around..
    Here's the Build I'm looking at:
    6 core
    2 D700s
    base ram to be upgraded myself to 32Gb (2x16Gb cards leaving 2 slots empty to expand to 64Gb later)
    512Gb-1Tb internal hd
    2. Should I be considering the 8 core? I'm not too excited about the additional $1500, but I want a system that will last.
    3. Is getting the two 16Gb chips of ram and leaving two slots empty a bad idea?
    4. I currently work with FCP studio 2 and love it. Not sure whether to go with FCP X, or adobe. Any thoughts?
    5. I'm not finding many deals for cheaper ram and hard drives. OWC's prices seem to be comparable to Mac's. I want to do the ram so I have room to upgrade to 64Gb later, but are there any hard drives out there that would make it worth upgrading it myself?
    I appreciate any insights you might have. I plan on getting a decent raid and 4k monitor in the next year or so, but for now just want a base system that will keep me editing and will be ready for 4k when I take that next step.

    The late 2013 Mc Pro uses Intel Xeon ECC processors (error correction), and as far as I know Intel has not announced any newer Intel Xeon processors than those in the late 2013 Mac Pro.  I would not expect to see an update to the 2013 Mac Pro until the end of 2015 at the earliest and probably later than that.
    If time is not an issue, then you should be quite happy with the 6 core 2013 Mac Pro.  It will do an excellent job with 4K video footage. And, yes, I would suggest getting the best raid system you can afford.  That is actually more important than processor speed since I/O is frequently the bottleneck when doing multi camera video or 4K video.
    I have the latest version of Adobe's Premiere Pro 2014  CC installed on my late 2013 Mac Pro and i have used it a bit without problems.  However, I find it much much slower to edit with than FCP X.  Also be advised that if you Google you will find several individuals on the Adobe Forums who purchased the late 2013 Mac Pro and have not been able to use it with Premiere Pro CC because of either a hardware incompatibility or software issues between Premiere Pro CC and BMD's Resolve.  It is quite possible that I have not experienced these problems because I have not made very demanding projects with Premiere Pro CC on my 2013 Mac Pro.
    I strongly recommend FCP X.  Apple released FCP X before it was ready, and many early users were unwilling to take the time to learn how to use this very different NLE which is not track based.  Apple has over the last 3 years since FCP X was released, issued more than 10 updates (all free), and the program is stable and blazingly fast.  I urge you to check out the FCP X training offered by Ripple Training and/or Larry Jordan. Both are inexpensive, and worth every cent.  Watch their training videos and you will be up to speed in FCP X in no time at all, and you will wish you had switched a long time ago.
    If you can afford the 1 TB of PCie internal flash storage on your Mac Pro, then by all means get it.  For me 1TB is well worth the cost.
    As far as editing 4K video, the format of the video will be important to the ease of editing.  For example, I am able to edit in its native format (XVAC S) several streams of 4K video form my Sony FDR-AX100 with no problems.  If I were editing Sony's XVAC format used in their professional 4K cameras, that might pose a problem that would require transcoding.  Similarly for other 4K formats. XVAC S is an easy format to edit natively because it is essentially a high bit rate h.264 format.
    Best of luck on whatever you decide to do, and happy editing.
    Tom

  • Question about file size when using "Export for Web"

    Hi!
    I created a .mov file and worked to get a great balance between file size and quality so that I could deliver it via the web and make it easier for end users to see the video on a slower connection.
    My question: When I use "Export for Web," my .mov file is converted into a very large .m4v file--more than double the size of the original file. I know that this export option is to optimize the file for a wide variety of users/internet speeds. Am I correct in guessing that the end size is not an issue? I would post the .mov file instead, but I really like the option of embedding into a html page along with the "click to play" option.
    Bottom line--is it better to post the smaller .mov file that i originally started with or to go ahead and link to the bigger .m4v file that was created with the "Export for Web" option?

    "Export for Web" is a feature of QuickTime Pro and it makes 4 files and the html page code for easy copy/paste Web page editing.
    The very first file is called a "reference movie" and it links to the other 3 files (56kbps, 900kbps and 1.5Mbps). It, and the page code, "read" the connection speed of the viewing hardware and "serve up" the correct file based on that connection speed.
    In nearly all cases the "Desktop" version would still be smaller in file size than the original source. The times the file would "increase" in file size would be when an already compressed was used as the source file. You can find out more about your source file by opening it in QuickTime Player and viewing the Movie Inspector window information.
    There are dozens of other html "tricks" that could be used if your source file is already compressed but you want a different display size:
    Page code to show "aspect" or scale="tofit". This code allows values "outside" of those found in the actual QuickTime file be used for the Web page display. A 320X240 QuickTime .mov file looks pretty good at double size (640X480) but the file size would still be that of the source file.
    "Poster Movie" is another html trick that loads the Web based file directly in the QuickTime Player application (bypassing Web page layout restrictions). These files are also known as "Presentation Movies".
    Another method is the QuickTime Media Link file (.qtl). These are simple text based files that are used as a "direct link". These use simple XML (Extensible Markup Language) and are easily created in any text editing application. The simple syntax has amazing control over a simple QuickTime .mov file. You can launch (and quit) the QuickTime Player, display at other dimensions and even embed "links" inside the display.
    Some of my files as examples:
    http://homepage.mac.com/kkirkster/Lemon_Trees/ a "Poster Movie" style.
    http://homepage.mac.com/kkirkster/.Public/RedneckTexasChristmas.qtl
    A QuickTime Media Link file. A tiny file should download to the viewing machine, launch QuickTime Player, present the movie and it even includes a "link" to my Web page.
    Edit: It appears you must now double click the .qtl download to launch QuickTime.

  • Question about Dreamweaver templates ( liquid vs fixed)

    Hello all
    I am using DW CS5 and I used a template (two side bars header and footer for HTML liquid )when I upload the files to my site the side bars were not lined correctly but when I did live preveiw it looked great I dont know how to go about fixing this because in DW the bars look like that are position correctly in and out of live view How would I go about fixing this.

    You should never rely just on DW live preview to see how pages are rendered(look). Sometimes it may look fine, other times it may look completely wrong. It also doesnt take into account how different browsers display your code. Always test your pages locally in a browser.

  • Questions about the best sound card & speakers for my setup...

    Greetings,
    I am building another high-end dekstop PC. I'm looking for a NICE sound card and a set of 7.1 speakers. I currently have a X-Fi Fatalty FPS card, but was thinking of selling it and getting an X-Fi Prelude since it has optical out. I was also thinking about a set of Gigaworks S750 speakers, until I realized they don't have optical in. I was hoping someone more familiar with PC Audio could help me out. I have read several things (including the sticky/float post) about digital audio, but I still have a few questions.
    1. What are the advantages/disadvantages of Digital Audio? (I have heard it sounds worse?!)
    2. What is the best way to encode/decode audio? (Possibly keep it all Digital and not decode at all?)
    3. Is EAX, Alchemy, CMSS compatible with Digital?
    4. Why would Creative's top of the line S750 speakers not have Digital In?
    I will be running Windows Vista and using the PC to play a lot of Games (including EAX), listen to music (mostly MP3 and WMA), and watch DVDs (I want FULL surround sound support). I want to have the ability to CMSS upmix stuff also. Can someone recommend something for me...
    -Thank you

    Hi
    try eye tv from elgato:
    http://www.elgato.com/
    Good Luck.

  • Questions about going to multiple iCloud IDs for Family

    My wife and I have an iPhone and we also have an iPad that stays at the house everyone uses including our kids. I've always had my Apple ID logged in to the store part so we can share all paid apps and music. The iPad also has my id logged in under iCloud so it's using the iCloud ID that is associated with my store ID, which is the same as my gmail account. If I want to change that one to the family one like the guide on iMore talks about, would I do the following steps or am I missing something? Say for this my gmail is [email protected] and it also gave me [email protected] [email protected]
    Existing iCloud/iTunes account:
    Login to manage my apple ID and change the "Apple ID and Primary Email Address" from [email protected] to the alternate of [email protected]? Do I have to use [email protected] or can I create a new icloud email called [email protected] and set that as my "Apple ID and Primary Email Address"?
    Create New iCloud IDs:
    I created a new iCloud Email address/account for me and my wife. We would each sign in to our own under iCloud to have seperate storage and to have find my friends work.
    We would each continue to setup our gmail accounts as exchange.
    By doing this, and going on the phone and changing the store login to [email protected] or [email protected], would that still have all my purchases moved from the [email protected] to the [email protected]?

    It's not necessary to merge the iCloud and iTunes Store accounts. The Family Organizer should use their own iCloud account when setting up Family Sharing. You'll also be asked to supply the iTunes Store account you want to use to share music, movies, apps, etc., with your family during the setup process. It appears Apple has already addressed this common problem.

  • Question about a file system storage option for RAC on 10g

    Hello everyone,
    I am in the beginning of connecting our storage and switches, and building RAC on them but there is a little argument between our specialists.
    We have two database servers(10g with OEL 5) to be clustered and two visible disk groups to each of those nodes. So question is can we choose only one disk group as a shared storage leaving the rest one as the redundant copy during database a creation window while installing the database.  Because some of us argue that oracle database has a built-in capability to decide on what level of RAID we store our data.
    Thank you for your help.

    "some of us argue that oracle database has a built-in capability to decide on what level of RAID we store our data". 
    That statement is not true.  Oracle has optional multiplexing for control files, redo logs, and archive logs but this is not enabled by default and Oracle will not automatically enable it.  If you want redundancy of tables, indexes, temp, and undo you must provide this because Oracle does not offer it standard or as an option.  You can achieve redundancy with RAID at the array level, or host based mirroring (like ASM redundancy groups or Linux mdadm).  This can also depend on your file system because, I think, OCFS2 does not support host based mirroring (so you cannot use mdadm or lvm to mirror the storage if you are using OCFS2).
    Redundancy is not required, but it is recommended if you are using hard disks because they are prone to failures.  You can configure RAID 10 across all disks in the array and present this as one big LUN to the database server.  If you have two storage arrays and you want to mirror the data across the two arrays, then present all of the devices as JBOD and use Linux mdadm to create your RAID group.
    RAC requires shared storage.  Maybe you have a NAS or SAN device, and you will present LUNs to the Oracle database servers.  That is no problem.  The problem is making those LUNs usable by Oracle RAC.  When I used Oracle 10g RAC, I used the Linux raw device facility to manage these LUNs and make them ready for Oracle RAC.  However, raw has been desupported.  Today I would use either ASM or OCFS2.  This has nothing to do with redundancy, this is just because you are using RAC.

  • Question about adjusting an image to compensate for an alpha black overlay

    I don't know how accurate that title/question is but please hear me out and I'l explain it as best I can.
    There is a touchscreen monitor in my car.
    It allows custom background wallpapers to be loaded via USB.
    The touchscreen automatically adds what would appear to be about a 25% alpha black layer in FRONT of the image so the touchscreen controls and icons are clearly visible.
    The problem is, I don't know what values I'm supposed to adjust on my image in order to get it to look the same way it does on my computer screen.
    Would you adjust the brightness?  Contrast?  Tint?  A combination of all of them?
    Or is this simply not possible because the ~25% alpha black tint is placed OVER the wallpaper?
    I'd really appreciate some advice.  I don't mind tinkering with the values and using trial and error but I don't want to waste my time if this simply isn't possible.

    Just so it's clear, you're not going to be able to "brighten it up" so it looks just like the original - at least not completely so.  An image can only be as bright as bright white.  If that has been reduced by an overlay, you're not going to be able to make the original image "brighter than white" so as to compensate.  Maybe someday, when HDR image formats are common...
    The car is darkening the image on purpose in order to make the locations of the controls more obvious.  I can't imagine why you'd want such a busy image as a background, since it makes the actual controls difficult to find.
    I read an article today that says that testing has shown that automotive touch screens distract drivers as much as a 0.08 blood alcohol level.  And you're wanting to make it more difficult to find those controls.
    Whatever you do, please be careful.
    -Noel

  • Question about 3-in-1 Skin pack for Creative Zen 4GB/8GB/1

    Do the skins included in this pack protect the screen as well? or just the player and the controls?

    No, they do not protect the screen, you will need to pair it with the screen protector for it. The Skin just protects everything apart from the screen.

  • Question about Photoshop Premier and the need for coreaudio.dll drivers

    I downloaded Photoshop Premier Elements. When I run the video edit part of the program, I get an error saying the program cannot find coreaudio.dll and coreaudiotoolbox.dll. I'm using Windows 8.1. Are these drivers necessary? If so, how do I get them? Thx

    There is a dedicated forum for Premiere Elements:
    Premiere Elements
    You'll get the best advice there.

  • Question about what the content should be for a database standards document

    Hi Experts,
    I am working as development DBA in a J2EE project and have a task to create a database standards document. The document should be used as a reference by the developers when they submit requests for database changes - like adding or making changes to the database schemas (adding tables/modifying them etc.). I thought of what would be the right content for this type of standards document and I think that such a document should have the following as database standards:
    1) Naming standards for the database objects.
    This will include all database objects like tables, columns, primary keys, foreign keys, views, triggers, procedures etc.. For example a standard can be defined like: all primary keys should be named as PK_TABLENAME. All indexes should be named as <TABLE_NAME>_IDX01 etc.
    2) Use of Oracle reserved words should be avoided in the schema object names.
    3) The names should be descriptive so as to make their purpose self evident.
    4) Wherever possible, tables should have primary keys.
    5) Wherever possible columns should be defined NOT NULL -as it helps performance (Indexes on NULLABLE columns are not used by the optimizer).
    6) When submitting request for a new table/tables, typical queries against these new tables should also be worked out and based on that indexes that will be needed for the new tables should be defined. In case this is not clear at the time of initial table creation, it should be clarified within 3 weeks (just a reasonable period to be mentioned here).
    Is this fair enough content forthe standards document or does it miss some important aspects? Note that we do not have to cover in this document standards for database creation or RAC installation etc. It is a document of standards to be followed by developers as a reference when submitting database changes. I will be thankful for your review.
    (Oracle version info: We are on Oracle 11.2.0.2 on Solaris 10.)
    Thanks,
    OraserN

    rp0428 wrote:
    >
    5) Wherever possible columns should be defined NOT NULL -as it helps performance (Indexes on NULLABLE columns are not used by the optimizer).
    >
    That isn't true - post a link that supports that statement.
    Heap indexes do not INDEX null values but indexes on NULLABLE columns are most certainly used by the optimizer for use cases where your query is looking for non-null values.
    Columns should be defined NOT NULL when your business requirement is that the column should ALWAYS have a value. You can, of course, adopt some standard default value (e.g. 'U' for unknown) and make an otherwise NULLABLE column NOT NULL so that each row WILL be indexed. That may only be useful if you want to be able to search for rows that have that value and those rows are in the minority.Then I must be wrong....I will modify the standard as:
    5) Whenever the business requirement is such that the column will allways end up having a value , then all such columns should be defined as NOT NULL. Also if a column can be defined to have a default value then this default value should also be specified.
    Hope this is more proper then earlier and thanks a lot for the review!!
    Edited by: orausern on May 13, 2013 9:53 AM

  • Question about my subscription to Adobe Creative for students

    Can someone please tell my why my subscription fees suddently went up from 19,9€ to 29,9€? I must say it has been exactly a year that I did subscribe to this program. But I could not see any mention of a rise in prices in the Terms of Use.
    Is this normal? Does Adobe need another justificative piece of paper?
    Thank you for your answers!

    Hi Pierre,
    Welcome to Adobe Forum,
    The CC was purchased last year in the month of February, the price was locked for 12 months as per terms, this being the13th subscription, the price has been revised.
    Regards,
    Rajshree

  • Question about the best way to care for my MacBook Pro's battery...

    Hello everyone,
    As the title says... I'd like to know the best way to keep my Mac's battery.
    I've been reading a lot of articles around the web and I've also asked the representatives from the store I purchased it from.. but suggestions from both sources are very different from each other.
    So I'd like to ask those who have used devices for a long time and how their devices have fared with time.
    P.S. This is my first mac and I'm totally loving it... so I'd really really want to use this for a long time.
    Thanks ~

    vaddinayr wrote:
    Then I'll be doing this...
    -- Keep my macbook plugged in when I can even at 100%
    -- Drain the battery to 40% every once in a while (maybe every few weeks)
    -- Never fully discharge.
    Doing this should help me get the best out of the battery's life right?
    Yes.
    And by the way, when charging at 100%, won't it bloat the battery?
    No.  Battery expansion is a result of old batteries that are failing and should be replaced..
    And will plugging in at 100% most of the time eventually add to its cycle count?
    No.  Please read this:
    http://support.apple.com/en-us/HT201585
    Ciao.

Maybe you are looking for

  • Bluetooth on Macbook Pro dead in Leopard

    When I first booted into Leopard after an upgrade installation, my bluetooth mighty mouse worked fine. I did a software updated and restarted at which time the mighty mouse failed to work. I have tried the following: Safe boot Turning mouse off and o

  • Not able to create pdf

    Hello everyone, I'm not able to create an offline pdf using exclusively ABAP. I tried using the tutorial "Offline Interactive Forms Using ABAP" but i'm missing something. I allready created the form using transaction SFP, and my ABAP program is like

  • Editing Site Settings Gives "Unable to process your request"

    Hi,  I get "unable to process your request" when trying to edit the FIM portal site settings. I'm using my domain admin account I installed FIM under, which is also a SharePoint administrator. I'm trying to edit some basic UI details. I've installed

  • Export individual layouts in book module?

    I have created a book in LR and exported it as JPGS and modified a few pages in PS with some graphic embellishments. I now want to change a few layouts in LR and only export those few layouts, not the whole book. Is this possible?

  • Sales order unknown in ATP check

    Hi, We are using Global ATP in SAP APO 7.0 EHP2 with SAP ECC 6.0. When we run the ATP check for a material we get entries with confirmed quantities referring to sales order number <unknown>. We can also see these confirmed quantities against unknown