Popup closing even with validation errors in IE - works correctly in FF

Hi,
Using JDeveloper 11.1.1.4.
We have a page where the user can upload files via a popup. After selecting the file to upload and submitting, the file type and size are validated against application parameters. If the validation fails, the inputFile component is set invalid and a ValidationException is thrown. In Firefox, the functionality is as expected: the popup stays open and the validation error message is displayed next to the inputFile component. In Internet Explorer, however, the popup closes without any error being displayed.
Popup:
<af:popup id="pt_fileUploadPopUp" contentDelivery="lazyUncached"
                        binding="#{FileUploadOperations.uploadFormPopup}">
<af:inputFile label="#{UC1315ResourceBundle['L1336']} "
                                  id="pt_i3f1"
                                  value="#{FileUploadOperations.uploadedFile}"
                                  requiredMessageDetail="#{UC1315ResourceBundle['REQ_MSG_FILE_UPLOAD']}"
                                  validator="#{FileUploadOperations.validateFile}"
                                  required="true"/>
<af:commandButton id="pt_CB_2001"
                                            text="#{UC1315ResourceBundle['BUTTON_2007']}"
                                            actionListener="#{FileUploadOperations.uploadFile}"
                                            partialSubmit="true"
                                            disabled="#{pageFlowScope.pApplicationMode == 'PREVIEW'}"/>
</af:popup>Validator method:
    public void validateFile(FacesContext facesContext,
                             UIComponent uIComponent, Object object) {
            try {
                // validation logic
            } catch (CustomFileUploadException exp) {
                inputFileComponent.resetValue();
                inputFileComponent.setValid(false);
                FacesMessage facesErrorMessage = new FacesMessage();
                facesErrorMessage.setSeverity(FacesMessage.SEVERITY_ERROR);
                facesErrorMessage.setDetail(exp.getMessage());
                facesErrorMessage.setSummary(exp.getMessage());
                throw new ValidatorException(facesErrorMessage);
    }Any ideas what might be the problem here?
Thanks,
Joonas

@Srinivas, I changed the component inside the popup to af:dialog (was af:panelWindow before) but this didn't solve the problem - the behavior is the same. Thanks for the suggestion though.
@Frank, seems this problem is implementation-specific. I created a simple test case and the validation error was displayed correctly in IE.

Similar Messages

  • How to deal with validation errors from DAO layer.

    I have been pondering on how to deal with validation errors from DAO layer.
    Lets say you have a DAO that can save a car object. A car has a year, make, model, vin and so on. During the save operation of this DAO, it validates the car attributes to see if they pass some business rules. If it does not it throws some validation exception that contains all the validation errors. These validation errors know nothing about jsf or my components it just knows what attributes on the object are invalid and why.
    If I just want to show those errors at the top of the page that would be no problem I could just create some FacesMessage objects and add them to the FacesContext messages. But if the DAO layer is telling me that the make attribute is invalid it would be nice to map it to the make field on the screen. I am wondering if any of you have tackled this problem or have some ideas on how to tackle it?
    Brian

    Let it throw an exception with a self explaining message, then catch it and embed that message in a FacesMessage.
    Or let it throw more specific exception types (InvalidCarMakeException extends CarDAOException and so on) and let JSF handle it with own FacesMessage message.

  • I am experiencing Popup ads even with popup blocked, on initial clicking on any site? Is there a fix, a plugin to disable or is this a Firefox default feature?

    Hi,
    I am experiencing Popup ads even with popups blocked in preferences and always on initial opening of FF Browser when clicking anywhere on any website?
    Is there a fix, a plugin to disable or is this a Firefox default feature or is this related to something else?
    I use FF 11.0 on a Mac OS X 10.6.8
    Can you help?
    Thank you for your support and understanding.
    Kind Regards
    - Leslie Banks -

    Hi Swarnava,
    Thanks for the reply and add block link. I have used this before but this is a completely different problem that I am experiencing.
    I have a suspicion that I have something on the computer that has control.
    The advert popups are always for Mac Cleaner.
    Any other suggestions?
    Thanks for your help and support.
    Best Regards
    - Leslie Banks -
    http://www.gotrendme.com

  • ITunes 10.4 full screen with Win7-64bit doesn't work correctly.

    iTunes 10.4 full screen with Win7-64 doesn't work correctly. I have the Windows taskbar on the left side of my screen. Maximized iTunes is panned to the left.

    Same issue here. When the Windows taskbar is position on the top of the screen and then the iTunes windows is maximised, it's position is as if the Windows taskbar is at the bottom of the screen so the top of the iTunes window sits under the taskbar.
    For those wanting a workaround, hold shift and right click the iTunes icon in the taskbar/quick launch bar and click restore, at least then you can adjust it to be full screen manually.
    System:
    Windows 7 Ultimate x64
    iTunes 10.4
    ATI 5750 video card

  • Have to run windows in safe mode with network to have browserws work correctly. using IE and Firefox. Fist web site comes in correctly next tab just sites wai

    have to run windows in safe mode with network to have browserws work correctly. using IE and Firefox. Fist web site comes in correctly next tab just sites waiting for web site Help

    If it works in Windows Safe mode then you have a problem with other software, possibly security software or a system driver, that is running on your computer.<br />
    It is possible that your security software (firewall, anti-virus) blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    *https://support.mozilla.org/kb/fix-problems-connecting-websites-after-updating

  • Losing data on a tabular form when submitting a page with validation errors

    I have a window that has a regular HTML form at the top that has several items. Then on the bottom of the page, I have a tabular form where the user can enter multiple rows of information. Unfortunately, when the page is submitted, if there are any validation errors, any changes that were made in the tabular form are lost.
    Any suggestions

    Fair enough :)
    Actually what I was meaning was could I use a collection to repopulate the tabular form when I receive errors. It appears as if it may work. However, I am hitting one snag.
    I have created a PL/SQL Process that runs On Submit and Before Computations/Validations. In this process, I have saving the values in the tabular form to a collection.
    I was then hoping to create another process that ran after any errors occur. However, it does not appear as if any processes run when the screen redraws after a validation issue. Is there a process that runs after validations when the screen is redrawing? Will I need to do this using javascript?
    Thanks

  • Request 0 of type 38 failed with server error - but it worked anyway

    I'm trying to modify the rights that a certain group has on a certain folder.  When I modify the rights (in Assign Security in the CMC) and click OK, I get the error:
    An error occurred at the server during security batch commit: Request 0 of type 38 failed with server error : You do not have sufficient rights to make the requested security changes
    However, when I click cancel and View Security, I can see that the change actually worked.  Why do I get this error?  Is there some right that I need to be assigned in order to stop getting the error?
    I'm logging in with a test ID that has the following rights on the folder:
         Add objects to the folder
         Copy objects to another folder
         Delete instances
         Delete objects
         Edit objects
         Reschedule instances
         Schedule document to run
         Schedule to destinations
         Securely modify right inheritance settings
         Securely modify rights users have to objects
         View document instances
         View objects
    The test ID has the following rights on the group:
         Add objects to the folder
         Delete objects that the user owns
         Edit objects that the user owns
         View objects
    We're using XI 3.1; I've gotten the error when testing this in both FP 1.6 and FP 2.3.  Thanks for any help you can provide.

    I just realized that I need to correct what I said.  The rights that the ID has to the group are as follows (more rights than I mentioned originally):
    Add objects to the folder
    Delete objects
    Delete objects that the user owns
    Edit objects
    Edit objects that the user owns
    Securely modify rights users have to objects
    View objects

  • WPC - MIME object in web article with anonymous user doesn't work correctly

    Hi all,
    we have a problem with the Web Page Composer (NW07 SP14 + Patch 01) and contents for anonymous users.
    We have define a site with the following elements: article (with text and jpg), paragraph (with text and pdf link) and a jpg image. All texts and the "standalone" jpg (not used in article/paragraph) are displayed correctly. The jpg in the article and the pdf link does not work correctly ("broken" link, PDF link requires a login name ?).
    The direct image in the website has the following link:
    <server>/irj/go/km/docs/wpccontent/Sites/alogis_v01_home/Site%20Content/graphics/bild01.jpg
    (short url is turned off for error search...)
    The jpg in the article has the following link (this is the same jpg as the previous picture bild01.jpg):
    <server>/irj/servlet/prt/portal/prtroot/docs/guid/10c76155-d8c8-2a10-a4a5-fa0a0c7246fc
    And the PDF link is:
    <server>/irj/servlet/prt/portal/prtroot/docs/guid/707470fb-e3c8-2a10-94b4-972b06419c40
    For anonymous users the last two urls are not reachable. These urls require a login (the first link not). The links work correctly with a registered user, not with an anonymous user.
    Does anybody have an idea? Is there someone who had this problem before and solved it?
    Many thanks in advance.
    Mirko Galetzka

    Hi,
    I'm not sure if you're aware, but there is a 3.0 beta version of Data Modeler.
    You can download it freely from here :
    http://www.oracle.com/technetwork/developer-tools/datamodeler/overview/index.html
    There are many bugs fixed there.

  • Using -private in conjunction with -new-window isn't working correctly

    Using an external program to launch Firefox with command line arguments, it seems that using -private and -new-window URL doesn't seem to work correctly. It's almost as if one or the other gets completely ignored. Has anyone else noticed this?
    Ideally, i'd like to be able to ALWAYS launch a new window to a specified URL in private mode by default.

    It is not possible to open an external link in a Private Browsing mode window.
    You can look at this extension:
    *Private Tab: https://addons.mozilla.org/firefox/addon/private-tab/
    The Firefox menu button gets a purple background or you get a purple PB mask on the Menu bar or tab bar (Linux) when you are in a PB tab and all Private Browsing mode tabs get a dashed underlining unless you are in permanent PB mode.
    You can set the extensions.privateTab.allowOpenExternalLinksInPrivateTabs pref to true on the <b>about:config</b> page to see if that works (haven't tested this with a command line).

  • JSF page values are getting cleared with validation errors

    Using Jdev 10.1.3.4, JSF and ADF BC
    I have 2 jspx pages - 1 input page(with bindings to VO) and a lookup page bound to a read-only VO.
    page1: I am entering values to all the fields and then saving the form. Now if I had entered an invalid value for one of the fields and try to save - I am checking if value is valid in page1's managed bean and returning error message.
    After I get this error message I clear out the invalid value and use the lookup & navigate to the 2nd page fetch a valid value and when I return to my 1st page I am loosing values for some of the fields in my 1st page. Not sure how and this is my first issue! I dont see this behavior if I use the lookup option directly(instead of entering an invalid value, clearing the value after seeing the error message and then going to the lookup page)
    Next I am reentering values that I have lost and when I try to save again this time the value I had set from the lookup page is cleared and since this field is required I am getting an exception again. So, basically once there is an error for a field any new value I set gets cleared on commit and i get a required message for the field. Thanks for any clarifications/help with these strange issues.

    Fair enough :)
    Actually what I was meaning was could I use a collection to repopulate the tabular form when I receive errors. It appears as if it may work. However, I am hitting one snag.
    I have created a PL/SQL Process that runs On Submit and Before Computations/Validations. In this process, I have saving the values in the tabular form to a collection.
    I was then hoping to create another process that ran after any errors occur. However, it does not appear as if any processes run when the screen redraws after a validation issue. Is there a process that runs after validations when the screen is redrawing? Will I need to do this using javascript?
    Thanks

  • Help with validation errors

    I have an employment app in PHP that was written by someone else.  When run through the validator it had 900 errors.  I have rewritten the app and have a few errors I don't know how to fix (I am unfamiliar with PHP).  The employment app can be found here:  http://preview.stpha.org/applyonline.php.  Also there is a file "sentapp.php" that sends file to an email box.
    Here are the errors I don't understand:
    1.  Line 462, Column 29: there is no attribute "onSubmit"
    <form name="stpha" onSubmit="return makeAlert('Employment Application- Errors',…
    2.  Line 656, Column 71: there is no attribute "onClick"
    …" name="relation" value="Yes" onClick="showRel((document.getElementById('relat…
    3.  Line 2665 (2679 & 2673), Column 85: character "[" is not allowed in the value of attribute "id"
    …to upload: <input name="uploadedfile[]" type="file" id="uploadedfile[]" /></td>
    4.  Line 2669 (& 2673), Column 76: ID "uploadedfile[]" already defined
    …to upload: <input name="uploadedfile[]" type="file" id="uploadedfile[]" /></td>
    Thanks for any help you can provide.

    Not sure about the second two, but the first two are showing up as errors  because of the capital letters.
    Under your current doctype, onClick & onSubmit should be onclick & onsubmit.

  • Form Validation - Error Trapping Not Working.

    Hi,
    I'm a Coldfusion beginner desperately trying to get along with some database work for my site and have come across an annoying error that I just can't solve! I'm sure I'm missing something really basic - I just can't for the life of me figure out what it is!
    Basically, I have a form for users to sign-up. I have introduced several cfif statements and a basic CAPTCHA system to trap errors. If any errors are submitted then they should be displayed in a cfwindow. This process works fine until I specify the form action - after which it is completely ignored and the form contents are written to the database without any validation taking place. Even without specifying the form action the errors won't show in Internet Explorer.
    I really would appreciate any help - it's driving me crazy!
    Thanks in advance,
    Tom.
    Here is the code:
    <cfinclude template="CFIDE/headertemplate.cfm">
    <!-- RANDOM NUMBER GENERATOR  FOR CAPTCHA -->
    <cffunction name="makerandom" returnType="string" output="false">
    <cfset var chars = "23456789ABCDEFGHJKMNPQRSTW">
    <cfset var length = randRange(4,6)>
    <cfset var result = "">
    <cfset var i = "">
    <cfset var char = "">
    <cfscript>
         for(i=1; i <= length; i++) {
              char = mid(chars, randRange(1, len(chars)),1);
              result&=char;
    </cfscript>
    <cfreturn result>
    </cffunction>
    <!-- ERROR TRAPPING -->
      <cfset showForm = true>
      <cfparam name="form.email" default="">
      <cfparam name="form.artistname" default="">
      <cfparam name="form.city" default="">
      <cfparam name="form.postcode" default="">
      <cfparam name="form.pass" default="">
      <cfparam name="form.captcha" default="">
      <cfparam name="form.captchahash" default="">
      <cfparam name="form.terms" default="">
    <cfif isDefined("form.send")>
          <cfset errors = "">
    <cfif len (form.email) LT '4'>
    <cfset errors = errors & "You must include a valid e-mail address.<br />">
    </cfif>
    <cfif find('.',form.email) is '0'>
    <cfset errors = errors & "Your E-mail features no . symbol.<br />">
    </cfif>
    <cfif find('@',form.email) is '0'>
    <cfset errors = errors & "Your E-mail features no @ symbol.<br />">
    </cfif>
    <cfif not len(trim(form.artistname))>
    <cfset errors = errors & "You must include your name.<br />">
    </cfif>
    <cfif not len(trim(form.city))>
    <cfset errors = errors & "You must include your city.<br />">
    </cfif>
    <cfif not len(trim(form.postcode))>
    <cfset errors = errors & "You must include your postcode.<br />">
    </cfif>
    <cfif not len(trim(form.pass))>
    <cfset errors = errors & "You must specify a password.<br />">
    </cfif>
    <cfif len(form.pass) LT '6'>
    <cfset errors = errors & "Password must be between 6 and 10 characters.<br />">
    </cfif>
    <cfif hash(ucase(form.captcha)) neq form.captchahash>
    <cfset errors = errors & "You did not enter the correct Captcha text.<br />">
    </cfif>
    <cfif not len(trim(form.terms))>
    <cfset errors = errors & "You must agree to our Terms and Conditions.<br />">
    </cfif>
    <cfif errors is "">
    <cfset showForm = false>
    </cfif>
    </cfif>
    <cfif showForm>
    <cfset captcha = makerandom()>
    <cfset captchahash = hash(captcha)>
    <cfoutput>
    <h1>Artist Sign-Up</h1>
    <p>Your details are required for sign-up. Mandatory fields are indicated with a *.</p><br/><br/>
    <cfif isDefined("errors")>
    <cfwindow name="formerrors"
    title="Form Errors"
    width="450"
    height="250"
    modal="true"
    initshow="true"
    center="true"
    closable="true"
    minheight="200"
    minwidth="200">
    <center><b>Please correct the following errors and re-submit the form:</b><br /><br/>#errors#
    <br/><a href="javascript:ColdFusion.Window.hide('formerrors');">Close Window</a>
    </center>
    <br/></cfwindow>
    </cfif>
    <!-- FORM CONTENTS -->
    <cfform action="artist_insert.cfm" method="post">
    <table class="signup">
    <tr>
    <td class="noborder" width="200">
      <label for="email">E-Mail Address*:</label>
    </td>
    <td class="noborder" width="156">
    <input type="text" name="email" class="textbox" value="<cfoutput><cfif IsDefined("URL.email")>#URL.email#<cfelse></cfif></cfoutput>"/>
    </td>
    <td class="noborder">
    <cftooltip autoDismissDelay="9999" tooltip="This needs to be a valid e-mail so that<br/> promoters can get in contact with you. <br/>If several people will be using this<br/> account then try and make it a shared<br/> address."><img src="pics/i.jpg" alt="info" border="1" /></cftooltip>
    </td>
    </tr>
    <tr>
    <td class="noborder" width="200">
      Your Password* (6 to 10 chars.):
    </td>
    <td class="noborder">
    <input type="password" class="textbox" name="pass" maxlength="10"/>
    </td>
    <td class="noborder">
    </td>
    </tr>
    <tr>
    <td class="noborder" >
    Artist/Band Name*:
    </td>
    <td class="noborder">
    <input type="text" class="textbox" name="artistname" />
    </td>
    <td class="noborder">
    </td>
    </tr>
    <tr>
    <td class="noborder">
    City*:
    </td>
    <td class="noborder">
    <input type="text" class="textbox" name="city" />
    </td>
    <td class="noborder">
    <cftooltip autoDismissDelay="9999" tooltip="Entering your locational details enables Gig<br/>Digger to find the events and promoters<br/>in your area. Try specifying a well known<br/>city nearby for the best results."><img src="pics/i.jpg" alt="info" border="1" /></cftooltip>
    </td>
    </tr>
    <tr>
    <td class="noborder">
    Postcode*:
    </td>
    <td class="noborder">
    <input type="text" class="textbox" name="postcode" maxlength="8"/>
    </td>
    <td class="noborder">
    </td>
    </tr>
    <tr>
    <td class="noborder">
    Your Contact Number:
    </td>
    <td class="noborder">
    <input type="text" class="textbox" name="contact" maxlength="14"/>
    </td>
    <td class="noborder">
    </td>
    </tr>
    <tr>
    <td class="noborder">
    </td>
    </tr>
    <tr>
    <tr>
    <td class="noborder" valign="top" width="200">Please enter the CAPTCHA text in the box below*: </td>
    <td class="noborder" align="left">
    <center><cfimage action="captcha" width="156" height="50" text="#captcha#" border="1">
    <input type="hidden" name="captchaHash" value="#captchaHash#"></center>
    </td>
    <td class="noborder" valign="top">
    <cftooltip autoDismissDelay="9999" tooltip="This is here to ensure that<br/>you're human. It stops abuse <br/>of the site and makes it a safer <br/>place for us all."><img src="pics/i.jpg" alt="info" border="1" /></cftooltip>
    </td>
    </tr>
    <tr>
    <td class="noborder">
    </td>
    <td class="noborder" align="right"><font size="-2"><b><a href="javascript:location.reload(false)">Refresh Page</a></b></font>
    </td>
    <td class="noborder">
    </td>
    </tr>
    <tr>
    <td class="noborder"></td>
    <td class="noborder"><input type="text" name="captcha" class="textbox"></td>
    </tr>
    <tr>
    <td class="noborder">
    </td>
    </tr>
    <tr>
    <td class="noborder">
    </td>
    </tr>
    <tr>
    <td class="noborder" width="170">Please check this box to confirm that you agree<br/> to our <b><a href="termsandconditions.cfm">Terms and Conditions</a></b>*.
    </td>
    <td class="noborder">
    <input type="checkbox" class="textbox" name="terms" /></td>
    </tr>
    <tr>
    <td class="noborder">
    </td>
    </tr>
    <tr>
    <td class="noborder">
    </td>
    <td class="noborder" align="center">
    <cfinput type="image" src="pics/submit.png" name="send" value="Submit" validate="submitonce" border="1">
    </td>
    </tr>
    </table>
    </cfform><br/>
    </cfoutput>
    <cfelse>
    <cfoutput>
    Thank you for submitting your details, #form.name#. You may now log in with your e-mail and password.
    </cfoutput>
    </cfif>
    </td>
    </tr>
    </table>
    <!-- FOOTER START -->
    </body>
    </html>
    ARTIST INSERT PAGE - artist_insert.cfm
    <cfquery datasource="071907cs07to">
    INSERT INTO Artist(    Nsudate,
                        Nemail,
                        Npass,
                        Nname,
                        Ncity,
                        Npostcode,
                        Ncnumber
    VALUES(    ( #Now()# ),
            '#Trim(form.email)#',
            '#Trim(form.pass)#',
            '#Trim(form.artistname)#',
            '#Trim(form.city)#',
            '#Trim(form.postcode)#',
            '#Trim(form.contact)#'
    </cfquery>

    In addition to BreakawayPaul's answer.
    You are making it very difficult to troubleshoot your if/else logic because your code includes all the display stuff.  Since you're a self proclaimed beginner, you might want to try another approach.
    Save your old page and start a new one from scratch.  Solve all your logic problems first.  Display what you need to see with the cfdump tag.
    Here are some hints to make the whole thing easier.
    1.  In your cfform, use the validate and required attributes to catch errors earlier.
    2. You don't have to cfparam every form field.  The form has either been submitted to it hasn't.  If it has, all the fields will be there with the possible exception of checkboxes or radio button, if nothing was selected.

  • How can I get iPhoto to work with Lion? It comes up with an error about not working with this version of MAC os.omes up with an error

    Iphoto was working fine until I downloaded and installed LION. Now I get  a problem message to check that iphoto is compatible with this version of MAC OS X.
    I always download software updates.

    Have put iphoto into trash and tried to re-install it from cd, but although it is there on the list when I try to install, it is not in bold and does not permit me to tick it.
    I have been to the app store and it tells me that iphoto is on my computer.

  • New MBP Retina wifi is awful - even with bluetooth off! But works fine when using Ubuntu 13.04

    Hello - I've recently as of last week - purchased a new Macbook Pro Retina.
    I've dual booted it with Ubuntu 13.04.
    The wifi is terrible when logged into the OSX.  However, works fine in Ubuntu! I've tried turning bluetooth off as suggested in many forums, but to no avail.
    Any idea - my first Mac too, so I'm trying hard not to give up and just return it for something else!
    Thanks

    Was the OS X wifi terrible before or after you installed Linux?
    Linux is not a Apple approved operating system for running on Mac's.
    The open source community has a different philosphy than commerical companies like Apple or Microsoft, it might be that your OS X wifi drivers was surplanted with those from Linux and thus OS X can't recognize them and defaulted to a more basic mode of a slower speed.
    Apple doesn't provide drivers publically for Mac's, so it's some third party hacker, with quesitonable skills and non-communication with Apple, that's providing the drivers. So there is a problem there, which I've found out about myself when installing Linux on older Mac's.
    I advise Linux and other non-approved operating systems to be run in a virtual machine program instead.
    Install Windows or Linux into VirtualBox
    Unfortuntly to fix your system and uninstall Linux, which is designed to be installed on generic PC's, is to erase your ENTIRE boot drive, including the hidden EFI parititon where Linux installs it's swap file.
    I suggest you take your machine into Apple and tell them what you did.

  • Version 9 on PC.  Share with Flickr - error message - "being worked on"

    .  It worked previously for several years. For the last 2 months, I get an error message, that it is unavailable and being worked on.

    Hi,
    If you are still having this problem, I'm afraid that it looks as though not much is happening to fix it. I  raised a bug report on the feedback site only recently. Feel free to log in there and add your name to the count.
    Elements share to Flickr not working
    f you add to that thread, can you make sure you increment the count at the top please. At the top, just at the end of my first entry, there is a count saying "n People have this question" and there is a +1 button next to it - click on that button. The count should then increment and the message should change to "you have this question".
    I think that the more people that add to the count, the better chance of a fix.
    For what its worth, I can share to Flickr using Lightroom so they must know how to do it.
    Brian

Maybe you are looking for

  • Adobe Creative Cloud won't install

    Hey guys, I recently tried to install Adobe Creative Cloud but during the installation process it will suddenly quit on me. I tried it again, downloaded the installer again, rebooted my computer, but still can't get it to work. I do have other Adobe

  • Moved Gmail mail from one account to another, Gmail (browser) not getting it

    I'm trying to migrate emails from one Gmail to another Gmail account on Thunderbird. I copied them over from one inbox to another on Thunderbird but it's not showing on Gmail online. Any suggestions?

  • How do i make two movies from one clip?

    i have imported a clip from my camera. i want to make two movies. one is pretty much the entire clip, but one is only a portion of it. how do i retain the integrity of the complete clip while making edits?

  • Need to create a report to show values for a particular date range

    I have to create a report, out of which I need two columns : << Customer Value Variance and Churn Score Variance >> to show values only for a custom date range, which will be entered via a dashboard prompt. These generic date columns are not present

  • Adobe Acrobat Pro extended batch watermarks trouble on 3d PDFS

    Hello there we are very interested in buying a license of your software but we have a few reservations I cannot get the batch watermark facility to work on a batch of 3d PDF encoded from pro engineer wildfire 2. When i apply the watermark the waterma