On a pc, I control click to pass through a pop up blocker, what is the equivalent on a mac?

I am trying to print reports from my school database software.  I have tried 3 internet browsers, turned off all pop up blockers, and I still can't print to screen a report in a pdf.  I am trying to isolate the problem.  On my pc, just hold the control key and click preview to pull up the report. 

If you are using a Mac wtih Windows (this forum is devoted to installing Windows on a Mac) it would be 100% the same.
If your issue is with Mac's OS X Lion 10.7.x or earlier I would suggest going to those forums.
If you are using Safari (Mac or Windows) there is a forum for that.
I can't tell what you are using or want actually.
Are you using Widnows 7 and IE8 or later?
http://www.apple.com/support/safari
http://www.apple.com/support/lionn
Some browsers show pdf in a tab, they may have page preview, print, page setup in File menu, or it may be you have to download the file. I don't even touch Mac OS anymore and doesn't sound like you are runnning Windows. No?

Similar Messages

  • I got problem on installing iTunes. When I clicked iTunes out, two windows popped out. One said the procedure entry point CFAttributed String Create Mutable could not be located in the dynamic link library Core Foundation.dll.

    I got problem on installing iTunes. When I clicked iTunes out, two windows popped out. One said the procedure entry point CFAttributed String Create Mutable could not be located in the dynamic link library Core Foundation.dll. and one just said *Itunes was not installed correctly.  Please re install I Tunes Error 7 (windows error 127) . I've tried uninstalling and reinstalling it. But either way cant work. I really need some of your help! PLS HELP ME!

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The error shares a similar pattern to that in the third box, so a similar approach should work. Look for CoreFoundation.dll in C:\Program Files (x86)\Common Files\Apple\Apple Application Support, delete it, then repair Apple Application Support.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • Newbie: what is the equivalent of passing request parameters?

    Hi-
    I am new to JSF. I have read many tutorials and articles. I still don't get one concept about passing parameters. Note: I don't want to store stuff in the session unless I have to.
    Let's say I have a page with a list of users. I layout the page with a panelGrid. Each row of the table has the first and last name of the user. If a user clicks on the name of a user on the user list, it should go to the user profile page. The backing bean for the user list page will be the UserListBean. It has a method called getUsers() that returns a List of User objects.
    For the View User page, I have a ViewUserBean. The ViewUserBean retrieve the entire profile for that user.
    How do I pass the user ID to the ViewUserBean? In struts, I would pass it as a request parameter (I would manually write the link URL with the userID). I know I can use the request like that in JSF, but that seems ugly. I looked at the code of the J2EE bookstore tutorial and it does a funky thing with all sorts of data stored in the session.
    What is the best way to request a page and "pass in" a userID?
    Thanks for your help.
    Adam

    I have a case on my current project very similar to your case. What you want, very simply, is an easy way to allow faces to handle URLs like http://www.domain.com/showUserDetails?userId=50
    The natural trouble is that when loading the page, there is no action to use to prefetch the User object based on the Request Parameters in JSF.
    All the solutions above either rely on the session or they are exceedingly complex. This case is actually very easy to do and is very straight forward using Managed Properties and a Request Scope bean...
    Here is the rather straight forward solution I used...
    First, make a "ShowUserDetailsBean" which represents the "logic" for this page.
    public class ShowUserDetailsBean
        /** Will point to the actual user service after dependency injection*/
        private UserService userService;
        /** Will hold the userId from the HTTP Request Parameters*/
        private String userId;
        /** Will hold a lazy loaded copy of the User object matching userId*/
        private User user;
        public void setUserService(UserService userService) {
            this.userService = userService;  //dependecy injection
        public void setUserId(String userId) {
           this.userId = userId;  //dependency injection
        /** Lazy loads the User object matching the UserId */
        public User getUser() {
            //Trap the case where the URL has no userId
            if (userId == null) return null;
            if (user == null) {
                user = userService.getUser(userId);  //Lazy Load
            return user;
    }Next, configure the managed properties in faces-config.xml
    <faces-config xmlns="http://java.sun.com/JSF/Configuration">
      <managed-bean>
        <managed-bean-name>userService</managed-bean-name>
        <managed-bean-class>foo.UserServiceImpl</managed-bean-class>
        <managed-bean-scope>application</managed-bean-scope>
      </managed-bean>
      <managed-bean>
        <managed-bean-name>showUserDetails</managed-bean-name>
        <managed-bean-class>foo.ShowUserDetailsBean</managed-bean-class>
        <managed-bean-scope>request</managed-bean-scope>
        <managed-property>
          <property-name>userService</property-name>
          <property-class>foo.UserService</property-class>
          <value>#{userService}</value>
        </managed-property>
        <managed-property>
          <property-name>userId</property-name>
          <property-class>java.lang.String</property-class>
          <value>#{param.userId}</value>
        </managed-property>
      </managed-bean>Finally, you just make your webpage as you normally would...
    <h:outputText value="#{showUserDetails.user.userId}"/>
    <h:outputText value="#{showUserDetails.user.firstName}"/>
    <h:outputText value="#{showUserDetails.user.lastName}"/>
    Now you're ready to test, so you visit the page
    http://www.domain.com/showUserDetails?userId=50
    And your user details with userId=50 appears!
    It's just that simple!
    Regards,
    Doug
    Caveat: I haven't added any sample logic to handle cases where you visit:
    http://www.domain.com/showUserDetails
    without specifying a userId. I suggest you add some basic logic to your page to handle this case more gracefully.

  • If you right-click an image you can select to "Block Images" from the site, but how do you reverse this choice?

    If you right-click an image on a web page you can select to
    "Block Images from [the url of the site]".
    This works well, particularly to make the page printer-friendly, but how do you reverse this choice to see the images again?

    You can see all permissions for the current page in Tools > Page Info > Permissions
    If it is from a different domain then use this:
    *A way to see which images are blocked is to click the favicon (<i>Site Identification</i> icon) on the left side of the location bar.
    *A click on the "More Information" button will open the Security tab of the "Page Info" window (also accessible via "Tools > Page Info").
    *Open the <i>Media</i> tab of the "Page Info" window.
    *Select the first image and scroll down though the list with the Down arrow key.
    *If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.

  • After installing the update firefox will just not open.when i click nothing happens not even any error message,what is the problem? please help!

    when i reinstall the older version it works fine,but when i update it to latest version it will stop working nothing happens when i click on it

    Still the same,i downloaded from the main sit and installed it after that it will start and check add ons compatibility and then just nothing.

  • We try to unistall from control panel or helper folder and nothing happens. What are the next step.

    We want to upgrade Mozila to a new version. When we try to upgrade from your web site, nothing happens.
    When we follow your recommendation to unistall the program from control panel or helper folder, the folder doesn't open.
    we need to force the unistall to upgrade the new version.
    Thanks for your advice.
    Julio

    I had the same issue. To resolve it, I:
    1. Backed up my bookmarks to my desktop;
    2. Deleted the Mozilla Firefox folder (in the C:\Program Files folder).
    3. Reinstalled Firefox
    4. Uninstalled Firefox (to make sure any registry entries that may have been causing problems were removed)
    5. Reinstalled Firefox again
    6. Imported bookmarks.
    7. OPTIONAL: Reinstall any add-ons I regularly use
    I no longer have the problems with slow performance or websites hanging that I had after originally upgrading to Firefox 7.
    Obviously if you just want to uninstall, you only need to do steps 2 through 4. I wanted to continue using Firefox and was just trying to resolve the issues I was having browsing the web since upgrading to 7.

  • I can't urn off the magnifier with control click? Its driving me crazy

    Please help me turn off the magnifier frame ? It came on with control click when I was on line and wanted a check copy Wells fargo said mac user contro; click I can't turn it off

    I found it,
    Apple Preferences, universal access
    Seeing
    UNCHECK box below zoom off
    It's gone !!!!

  • Are there any tools from NI can generate the pass-through layer (IVI class driver) for IVI class specific driver?

    IVI class driver (layer) will provide interchangeable feature for a IVI class specific driver. It would work as a pass-through layer and finally make calls to the IVI class specific driver. Since there could be a lot of functions to be passed through. Are there any tools from NI (Labwindows/CVI or Labview) can do this ?
    Thanks a lot. 
    BTW: the IVI class specific driver interface is generated from Labwindows/CVI tools.

    Hi Chris,
    Yes, I did.  To support interchangability, from my understanding of the IVI specs, there should be another layer IVI-C class driver on top of this IVI class specific driver. As in the IVI‑3.1: Driver Architecture Specification:
    Although IVI‑C class drivers export inherent,
    base, and extension capabilities, they do not actually implement them. Except
    for a few inherent functions and attributes defined exclusively for class
    drivers, class driver functions and attributes provide a pass‑through layer to
    the IVI‑C specific driver. An IVI‑C specific driver is responsible for
    implementing the operations of functions and attributes and for communicating
    with the instrument. The IVI‑C specific instrument driver contains the
    information for controlling the instrument, including the command strings,
    parsing code, and valid ranges of each instrument setting"
    So where is this IVI-C class driver and how is it created and communicate with my class specific driver?
    Thanks a lot.
    Cheers,
    IVI‑3.1: Driver Architecture Specification

  • PASS THROUGH MAIN grrr!

    I have just exported my imovie project onto idvd and decided to use the quite funky looking "Pass Through" theme. The problem is that although I can change the title, the words "Pass Through Main" keep scrolling across instead of the correct title. In the example version "Greece" ith scrolls as the title, how can I change this I am going mad!

    I just tried it. I double clicked "Pass through Main" on the title screen, it turned "blue", I typed in Canada, and Canada scrolled across the screen. When I clicked the little arrow to reveal the chapter menu in the menu selection sidebar, Canada was already showing.
    This was on my G4 laptop which I just updated to Tiger 10.4, QT 7.1.2 and iLife 6.0.2.
    Terri

  • Pass Through Theme Still Not "Passing Through"

    So I'm working on this project and it looks completely AWESOME on my computer with the "pass through" theme, but when I burn it to DVD I just get a blurry picture behind a "white" scrolling title. I know this has been addressed before and I've checked out all the "fixes" so far on this issue from past topics but I'm still pulling my hair out.
    I've tried "deleting my preferences" and "repairing my permissions" but still end up with the same thing... a white scrolling text over a blurry picture. My Mac is only 2 months old!
    Perhaps the solution is to just fly my family out to watch the dvd on my computer???
    Help! Anyone? Bueller?

    Nevermind!
    I went back to an awesome answer by Rich839 who suggested the following:
    +Sometimes permissions and preferences can get corrupted. Whenever iDVD starts acting funny, a common maintenance procedure is to do the following: Delete preferences by closing iDVD and trashing the file com.apple.iDVD.plist found in User (the House icon)/Library/Preferences. Then do a permissions repair using the Utilities/Disk Utility App on your Mac. Open the Disk Utilities window and select the Mac hard drive icon at the top of the side pane at the left. Then click on the Repair Permissions button. When you have repaired permissions and deleted preferences, restart your computer and launch iDVD. iDVD will replace the .plist file that you deleted. Be sure also that you have sufficient free disk space on your hard drive for iDVD to function correctly. 25GB often is recommended by users of this forum. After doing all of the above, relaunch iDVD and see whether you still have the problem.+
    I failed to restart my computer after deleting and repairing, but after I did the above seemed to work! *crosses fingers* At least the "Pass Through" feature seems to be working in the little preview window while it's burning. Before, the scrolling text in the preview window was just white!
    Hope this somehow helps others who've had the same issue!

  • Cannot clear "Current read-only" on pass through disk

    This is not the end of the world, but it's very annoying so I'm hoping somebody can explain what's going on or perhaps suggest some additional troubleshooting.
    Here's the scenario: Server 2012 Core VM  with the file services role installed and running as a role on a Server 2012 Hyper-V failover cluster. IDE 0 is a standard VHDX in clustered storage. There are 2 pass through disks on SCSI targets 1 and 2. I
    proceed to attempt to add a 3rd pass-through disk:
    1. Create a 750GB LUN
    2. Mask the LUN to the cluster
    3. Online the new disk on a cluster node
    4. Initialize the disk on the node
    5. Offline the disk
    6. Using Failover manager, add the disk as new Available Storage in the cluster
    7. Using Failover manager to modify the file server VM's settings, add the new storage to SCSI target 3
    8. Using diskpart on the VM, clear the readonly flag from the disk
    At this point, I was able to create a partition on the disk using new-partition with the -usemaximumsize flag, but I was unable to format it. It turns out the new partition size was 0 bytes. So I went back into diskpart and lo and behold, although the readonly
    flag is cleared, the "Current readonly status" on the disk is still yes.
    To test the issue, I offlined the disk in the VM, removed it from the virtual SCSI chain, removed it from cluster storage and then onlined it in the owner node. I was able to partition it, format it and create an empty folder, so it is not flagged readonly
    at the host or SAN.
    So I offlined it on the node and added it back to cluster available storage and then added it back to SCSI target 3 on the VM.
    Again, I removed the readonly flag from the disk and again it cleared but the disks "current" status remained "Yes" and I was unable to manipulate the disk.
    Stop/start vds did nothing and as this is a production server I could not restart it midday.
    So I offlined the disk in the VM and removed it from SCSI target 3, then added it to SCSI target 4. This time, when I online it in the VM and use diskpart to clear readonly, both readonly and "current" readonly clear just fine and now the pass-through
    disk is operating as expected alongside the other 2 pass-through disks on the server.
    Any ideas what went wrong in all this or how I can clear SCSI target 3 for another disk without having to restart the VM?

    Hi,
    If the disk that you want to add appears in Disk Management but does not appear after you click Add a disk, confirm that the disk is configured as a basic disk, not a dynamic
    disk. Only basic disks can be used in a failover cluster.
    The related KB:
    Add Storage to a Failover Cluster
    http://technet.microsoft.com/en-us/library/cc733046.aspx
    Adding a Pass-through Disk to a Highly Available Virtual Machine
    https://blogs.technet.com/b/askcore/archive/2009/02/20/adding-a-pass-through-disk-to-a-highly-available-virtual-machine.aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Analog to digital, how does one actually pass through a TRV120 or TRV950E ?

    I would need some technical advice on how to connect a camera with pass-through feature in between a VCR and the computer.
    I am trying to copy VHS-C cassettes to the Mac via a Digital8 Sony TRV-120. I use A/V pin connector from the VCR, Firewire to the Mac. I get the VCR image on the TRV's LCD, but nothing on the Mac. iMovie says the camcorder is empty, dot. If I put a tape inside, iMovie launches the tape and I get the image from the tape. I was pretty certain that the TRV-120 had the pass-through feature, having seen it mentioned on some reviews. Is there a special manipulation to do? Or do I need the sVHS cable? (would be weird).
    Otherwise, I tried the TRV950E as a converter. The only way I could make the link work through is by recording the analogue signal onto the camcorder tape. I thought it would be easier, am I missing something?
    Thanks in advance for your help!
    Paul

    In my unnEUtered Sony TRV320E Analog to DV passthrough goes like this:
    1. Take the tape out of the camcorder
    2. Connect the analog device's audio and video to the camcorder's minijack, use the S-Video jack for video if the output device supports S-Video
    3. Put the camcorder into VTR-mode
    4. Select A/V->DV out: ON, in VTR mode's menu choices
    5. Disable the info display on the the camcorder by toggling its DISPLAY button
    6. Put iMovie (or other DV application) to the Camera Mode
    The analog image should now appear on the camcorder's screen as well as on the iMovie's screen.
    Note that if you have a tape in the camcorder, you have to put the camcorder's VTR into REC mode (you may pause the tape) but this is not advisable because it produces wear to the tape.
    * Note that the SCART which comes with the European nEUtered TRV320E camcorder is Out-only.
    Notice that some analog to DV passthrough converters (like the TRV320E) don't work in iMovie HD 6.0.2 like they do in iMovie 4.0.1:
    http://www.sjoki.uta.fi/~shmhav/iMovieHD_6_bugs.html#analogDV

  • What's the diff. between Operating Concern & Controlling Area?

    Dear Experts,
    Can some body tell me about the difference between Operating Concern & Controlling Area?
    how these 2 are defined?
    what is the logic to be followed while defining the CO-Org Structure?
    regards,
    shashi

    HI,
    see
    http://help.sap.com/saphelp_erp60/helpdata/en/02/30793485231774e10000009b38f83b/frameset.htm
    within this link check "organization in controlling" and there the docu for operating concern and controlling area.
    Best regards, Christian

  • Can we pass objects to pl/sql block

    hi,
    can we pass objects to pl/sql block.i think we can.how to pass it.help me in getting the examples of "passing objects to pl/sql block"

    What exactly do you mean ? You can pass objects like any other parameters
    into and out from procedures/functions:
    SQL> create or replace procedure get_object(myobj in out nocopy my_obj)
      2  is
      3  begin
      4   dbms_output.put_line('ID : ' || myobj.empno);
      5   dbms_output.put_line('Salary : ' || myobj.sal);
      6   dbms_output.put_line('Department : ' || myobj.deptno);
      7   myobj.sal := myobj.sal*2;
      8  end;
      9  /
    Procedure created.
    SQL> declare
      2   mo my_obj := my_obj(1,1000,10);
      3  begin
      4   get_object(mo);
      5   dbms_output.put_line('New salary : ' || mo.sal);
      6  end;
      7  /
    ID : 1
    Salary : 1000
    Department : 10
    New salary : 2000
    PL/SQL procedure successfully completed.Rgds.

  • Problem with "Pass Through Chapters" Theme

    I was searching old post to get some help and this one help a little but there was still one problem unanswered. I have highlighted in red;
    Nov 14, 2008 3:41 PM Re: Pass Through Theme problem
    Re: Pass Through Theme problemin response to Glo H
    My smaller text which appears in white says Scenes 1-6. The pass through text which is larger and has a different image in it says "Pass Through Chapters" and it rolls by while the smaller text stays put. I notice the image that shows through the pass through text is the same image I set on the main DVD screen. On that one my name of my disc roll past in giant see through letters. I like that but I just don't want that same effect on my chapters screens.
    Can the image behind the rolling text be changed to the current window and not the main menu image?

    Thanks for the tip and figured out to delete my "Scenes 1-6" that was automatically created when, in iMovie, I shared the movie to iDVD with chapters. The menu title text block doesn't like cut/paste and I had to retype the "Scenes 1-6" text for the motion/peek-through scrolling text to refresh.
    Hmmm, but how tricky is that and where is it mentioned in the help/faq files etc?
    cheers

Maybe you are looking for

  • Is it possible to have FTP Conflicts/Collisions with multiple devices?

    I understand that you cannot have multiple webservers both using port 80 on your LAN (use different port # and port forward), but I was wondering if the same is true of multiple FTPs? In other words, I have 2 devices ...., a weather web server that F

  • Portmon to work on 64 bit OS

    I need to scan ports in my PC and have a list of processes listening on them. I could understand that Portman can be a good choice, but it does not work on Windows 8.1 because it does not support 64 bit OSs. How come it is not possible to use it on 6

  • Any standard report to show WBS,settlement, asset no and asset cost/value

    Hi All, Please advice . Is there any standard report to show WBS,settlement, asset no and asset cost/value ? I tried tcode kosrlist_pr but it does not show asset cost/value.. it shows only WBS,settlement and asset no. Thank you. Best Regards, Nies

  • Installing APEX (first timer)

    Hi, From http://www.oracle.com/technology/products/database/application_express/download.html, I downloaded the file "Oracle Application Express 3.2.1" upon unzipping it does not seem to have any executable file. All I could find are various text fil

  • Creating an on-line catalogue

    What is the best software for creating an on-line catalogue? I have created a catalogue in InDesign and saved it to PDF format.  want to add a navigation bar, zoom tools, auto-focus functions, etc.. for putting the catalogue on the web.