Exchanging values of variables and printing problems

Hi, everyone
I have two questions
First one:
Write the definition of a method  printGrade , which has a  char parameter and returns nothing. The method prints on a line by itself the message string  Grade: followed by the  char parameter (printed as a character) to standard output. Don't forget to put a new line character at the end of your line.
and my code is:
public static void String printGrade(char A){
System.out.println("Grade:" +A+ "\n");
}My question is:
1.why the compiler asks me to delete the public and String. The method prints out a String messge, shouldn't I use String as the identifier of the method?
2. the problem ask me to print the char parameter as a character, in this case, should I use the + sign? if I use it, will the compiler return the value for String A?
Second one:
temp = i;
i=j;
j= temp;We use this method to exchange the values of i and j. My question is why the value of temp can stay unchanged when I write i=j? if I want the value stored in temp from i to j, but not by writing temp=j; what should I do?
Thank you very much for your help.

Terry001 wrote:
1.why the compiler asks me to delete the public and String. The method prints out a String messge, shouldn't I use String as the identifier of the method?The compiler doesn't care what your method prints. Printing is just another method you call. It cares what, if anything, your method returns, and you've already stated that with void.
2. the problem ask me to print the char parameter as a character, in this case, should I use the + sign? if I use it, will the compiler return the value for String A?The + is fine. "Printing 'as a character'" doesn't make any sense.
Also, you don't need the \n, since a) println already adds a newline, and b) \n is not the line terminator on all platforms.
Second one:
temp = i;
i=j;
j= temp;We use this method to exchange the values of i and j. My question is why the value of temp can stay unchanged when I write i=j?Because i and temp are two totally separate variables. Doing "temp = i" does NOT mean that are now "aliases" for each other. It just means that whatever value was in i at that point is copied to temp. Further changes to i do not affectd temp, and vice versa.
if I want the value stored in temp from i to j, but not by writing temp=j; what should I do?Find a different language. The only way to get j's value into temp in Java is with temp = j. (Or, I suppose temp = somethingElse, where you previously put j's value into somethingElse, but that amounts to the same thing.)

Similar Messages

  • "Missing parameter values."  --  Export and Print only...

    I have a web application and I am using CrystalReportViewer.  I am passing several parameters to Crystal using: 
    report.SetParameterValue(field.Name, Session[field.Name]);
    I have session variables which will hold parameters needed to pass into the report.  The session variables are populated from controls on my webpage after an onclick event.  This even not only populates session, but also passes parameters to the report with the following code: 
    ReportDocument report = new ReportDocument();
    Session["MapPathName"] = "./Reporting/CaseStudy.rpt";
    report.FileName = Server.MapPath(Session["MapPathName"].ToString());
    ParameterFields fields = new CrystalDecisions.Shared.ParameterFields();
    fields = report.ParameterFields;
    foreach (ParameterField field in fields)
          report.SetParameterValue(field.Name, Session[field.Name]);
    CrystalReportViewer1.ReportSource = report;
    This works great for reporting and is very extensible.  However, when clicking on the "Print" or "Export" buttons on the toolbar I get "Missing parameter values."  I attempted to export manually in code using the .ExportToStream function but I still get the error, "Missing parameter values." 
    I received this error also in Refresh, Search, and Navigate functions.  This was corrected by calling a function that supplies the above code block to these functions.  However, I do not see any events for controlling the Print nor the Export events. 
    QUESTION: How can I print or export a report when passing parameters using CrystalReportViewer?  Thanks in advance!
    P.S. - Crystal Reports XI Release 2
    Edited by: KyleSavant on Jun 18, 2009 5:42 PM

    There are no Export or Print events accessible for the viewer
    Since it sounds like you are creating the reportdocument object in your click event, the settings on this object become out of scope on successive postbacks executed by other events.
    to get around this without major changes, you can place your "report" object in session in this event and retrieve it from session on successive postbacks.  This should solve your problems around navigation, printing and exporting.  What you will need to do is check if the session object exists (usually in page_load or page_initialze) and if so, retrieve it from session and bind it to the viewer's reportsource.  If the session object does not exist, then do nothing (ie you have not clicked your button yet that retrieves the parameter values from session and loads the report).  Also, in your click event you can check if the report session object exists and if so, remove it so that it can be re-created with your new parameter values (ie i'm assuming the only time you want to set parameter values is in this event).
    Dan

  • Bind variable and parameter problem

    Hello, I'm migrating a complex report from Oracle Report to BI Publisher. Now I have some problems with the bind variables. In order to explain the question clearly, I simplified the code as below. The value of e1 and sum1 can be generated correctly. The problem is that the value of e2 can not be generated.
    <dataTemplate name="dt" defaultPackage="dt">
         <properties>
              <property name="xml_tag_case" value="upper"/>
         </properties>
         <parameters>
         </parameters>
         <dataQuery>
              <sqlStatement name="q1">
                   <![CDATA[
    select     col1 c1, col2 c2, function1(:c1) e1,
    from     table1
    ]]>
              </sqlStatement>
              <sqlStatement name="q2">
                   <![CDATA[
    select     col3 c3, col4 c4, function2(:sum1) e2,
    from     table2
    ]]>
              </sqlStatement>
         </dataQuery>
         <dataStructure>
              <group name="g1" dataType="varchar2" source="q1">
                   <element name="e1" dataType="number" value="e1"/>
              </group>
              <group name="g2" dataType="varchar2" source="q2">
                   <element name="sum1" function="sum" dataType="number" value="g1.e1"/>
                   <element name="e2" dataType="number" value="e2"/>
              </group>
         </dataStructure>
    </dataTemplate>I tried to replace the bind variable ":sum1" in the function2(:sum1) with a value, e.g. 5. And e2 can be generated correctly. So my guess is that ":sum1" is not correctly parsed to function2.
    Please help if you have any idea of what may cause the problem.
    Thank you in advance.

    Thank you. Now the problem is clear and it relates to the conversion of the report.
    I posted a new question in Report conversion compatibility problem (argument, formula and sum column) .

  • How to store the value into variable and access it in RMAN script

    I want to create a variable and dynamically assign a numeric value to it (may get the value may be from SQL )and access the value in RMAN script.
    Thanks...Raj

    Raj,
    We have been getting this type of request and it is not possible via RMAN to do that.
    BUT--You could write a sql/plus script to query your variable and produce the RMAN script with the new value.
    Just a suggestion.
    Tammy

  • HP Officejet 5510 all in one - stalling of printing carriage and printing problems

    I have had this All in One Printer since December 2004. It had been working fine until I replaced a cartridge at a refill store over a year ago. To deal with the problem with HP I felt would be time consuming so I  put up with the problem and if I needed good quality printing, I would take it to Kinkos.
     The print carriage is slow to respond and print from my computer and then in the middle of the task the carriage will stop and stall or bang like it wants to move, but is stuck and then, with all the lights flashing, I get a message in the copier window for me to clear the printing jam or carriage jam and then press OK.   I open the door to the carriage and then close it and press OK.  It does not always work the first time to make the carriage stop banging. Eventually it will stop and the paper will release  and then it will continue finishing the task, but a lot of the time what is printed has double printing with jagging to one side of the paper.
    This is also affecting receiving any faxes because it involves print carriage.
    I have done all the steps for clearing a paper/carriage jam. There is nothing visable to cause a jam.  I have managed to do  the self test after the printer goes through some banging and  then telling me to open the door to clear the jam.    I have done the steps to
    clean the cartridges and then again do a self test.   I downloaded the latest driver/updates for the printer, but the problem persists.
    The cartridge refill store , not seeing the problem first hand, keeps offering for me to bring back the cartridges if the problem persists and replace them. 
    Do you think it is the cartridges or the unit?   I just replaced the black cartridge in December 2009 and have not print much knowing
    the quality would be poor.  Yesterday I saw a message that I am low on black ink. That does not seem possible.
    When I do the self test it is showing white lines through the colored bars and I am missing the pink or red bar. So I know I have to replace the color cartridge.
    As far as alignment,  when I did the first of two self tests,                                                     Second Test After the Drive Download
                                                               the Vertical Cartridge to Cartridge read    -12                               -24
                                                            the Horizontal Cartridge to Cartridge read    -24                                99
                                                the Black Bidirectional Cartridge to Cartridge read    -54                                0
                                                 the Color Bidirectional Cartridge to Cartridge read      6                                 6
    After doing the steps to automatically clean the cartridges, it printed a report with symbols at the top. They look to be squeezed together and the top portions of the symbols are missing.  The black bar has some white indents along the edges and the blue and yellow bars are spread more apart with some lighter colored lines vertically.
    I have Windows XP and the HP Director was not working.  I downloaded the patch and it is working correctly telling me that both cartridges are low, the black more than the tri-color and now a message that the print carriage has stalled.  The help button tells me  to do everything I have already done.
    Do you have an answer that I  can manage by myself or would it be better to take it to a computer repair place?
    Thank You , 918nifferf

    I have a carriage jam on my HP Officejet 5510 which I cannot correct.. I have tried everything I know to do. There are two black pieces that will not spring down when the cartridges travel across. I th en get a carriage jam message.
    Do these pieces need lubricated?
    How can I get t hem to go down when the carriage goes across?
    Thanks for any information or help options
    Karol

  • PDF Export And Printing Problem

    I am using VB 2005 and the Crystal Reports that is bundled with it. I have reports on my website in the Crystal Report Viewer. I have the tool bar showing the Export and Print buttons. When you try to print (or export to PDF) you get an error from Adobe Reader "Adobe Reader could not open 'AcrXXX.tmp' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded)."
    I can see the file in my temp folder on my c-drive and the file (AcrXXX.tmp) does not contain a pdf instead it contains html for the report (including the report viewer). I tried deleting everything in my temp folder and I still get the error. My desktop is Adobe Reader 8.0 and IE 6 and Windows XP.
    The same code will create the PDF on all development and test web servers just not on my production server.
    I have no problem exporting a report to Word.

    Hello Wendy,
    if you are not too sure whether this errro is CR or VS related pls simply try to use one of our samples and see if you can export from htere or if you get the same error:
    Sample site for NET:
    https://boc.sdn.sap.com/dotnet/samples
    general docu:
    https://smpdl.sap-ag.de/~sapidp/012002523100005853792008E/walkthrough_supportfiles.zip
    specific samples:
    https://smpdl.sap-ag.de/~sapidp/012002523100006252712008E/csharp_web_smpl.exe
    https://smpdl.sap-ag.de/~sapidp/012002523100006252812008E/net_web_smpl.exe

  • Populating multiple values in variable and accessing it in FOX

    Hi Experts,
    In one of my requirement, I have restricted a default value in the variable within modeler filter. The properties of variable are:
    Manual Entry/Default Value, multiple single values, optional, and not ready for input.
    I will need to access this variable in customer exit for Global Variables code (ZXRSRU01) and populate some values based on certain logic in a different variable (processed by customer exit). I will have to access this customer exit variable in FOX.
    I want to understand whether the above mentioned linkage between FOX and cusotmer exit code is possible and further will I be able to access the customer exit variable values through VARC and VARI functions supported by FOX.
    Appreciate if some one can post a document or link.
    Thanks in advance,
    Pankaj.

    Hi,
    please check:
    [http://help.sap.com/saphelp_sem40bw/helpdata/en/5d/12a0386de311d4b2f40050dadfb23f/content.htm]
    [http://help.sap.com/saphelp_nw70/helpdata/EN/47/8776aa5129500be10000000a421937/frameset.htm]
    Try using VARV, VARC and VARI and loops.
    Hope this helps.
    Regards Matthias

  • Display and Printing Problems

    I am using Photoshop CS5 extended on a minimac running 10.7.4. I have the lastest updates from Adobe installed for the Adobe Creative Design Premium Suite 5.5. I am having problems with photos not displaying correcting, but not all the time. This may sound strange. I am working on a project for a client with outside floor samples. The samples have smooth areas along with pitted or valleys patterns in it.  When the photo is displayed in photoshop it displays correctly for a time. I can leave the photo up or I can reopen the same file and the valleys and pits that are suppose to be displayed are now reversed and display as mountains or like a relief type of effect and prints that way too. Hopefully someone else has had a similar problem and can help.
    This same problem occurs in Bridge CS5. The photos will display correctly for a short time but then the photos are reversed with the all the valleys pattern showing as mountains. I have deleted the cache, but to no avail. If I change to anothe folder go back to the original sometimes this clears the problem but not for long. So what gives?

    Thanks Noel for the reply. Hopefully  this will help.
    This is how the file should look like.
    This is how the file usually displays.
    Any help would be greatly appreciated.
    Regards,
    Ron Cecil

  • Chaining "Get Value of Variable" and "Run AppleScript" actions in Automator

    I'm attempting to access a variable I've set in Automator from within a "Run AppleScript Action". On occasion, generally when I start in a fresh new file, I can chain the "Get Value of Variable" action with the "Run AppleScript" action as you would expect.
    Most times, though, they will not chain together. I haven't specified that the "Run AppleScript" action should ignore input, but it behaves that way. I've tried everything I can think of, but I'm out of ideas.
    Am I going about this all wrong? (Thanks in advance for any suggestions!)
    Message was edited by: rch_nashville (for clarity)

    The *Get Value of Variable* action is another quirky one. I'm not sure what causes it to fail, but sometimes putting another (dummy) action in between gets it to work. You can also access workflow variables directly from the Run AppleScript action, so you might also give that a try:
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    font-weight: normal;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 680px;
    color: #000000;
    background-color: #B5FF6C;
    overflow: auto;"
    title="this text can be pasted into an Automator 'Run AppleScript' action">
    on run {input, parameters} -- get values of workflow variables
    set output to {}
    set theVariables to the name of variables of front workflow
    if the result is not {} then
    set theVariables to (choose from list theVariables with multiple selections allowed and empty selection allowed)
    if result is false then error -128 -- cancel
    repeat with someVariable in theVariables
    set the end of the output to (get value of variable someVariable of front workflow)
    end repeat
    end if
    return output
    end run
    </pre>

  • Snow leopard and print problems

    I installed Snow Leopard in my MacBook and bought the new Imac desktop with Snow Leopard...now I cannot print wirelessly from either these or my old G4 (Leopard)....followed all directions and spent much time with apple support...downloaded Canon drivers and software again to be sure I had the latest and still no success. Canon then tells me the equipment does not work wirelessly even though it did on Leopard....(it is a Canon Pixma MX850)
    Any suggestions would be welcome

    I didn't see that 10.6.1 did anything for printing. BUT I did see new drivers from HP, Canon and Brother.
    In your case, I should point out that the MX850 does not use Bonjour. There is no way for the Mac to see this printer on the network without first installing Canon SW. Kind of a chicken and egg problem for the auto driver download. So you will need to manually download the latest Canon SW:
    http://support.apple.com/kb/DL899
    If you installed SW from Canon's web site / CDs, you first might want to trash /Library/Printers/Canon and reset the printing system (Hold Option and click the "-" in print and Fax Prefs).

  • WRT54G Router and print problem

    I have my desktop wired to the router. Laptop is wireless.
    Desktop is always on so I want to be to print from laptop.
    Running XP with firewall off. File and print sharing enabled.
    Broadband internet works fine on both. But when I run
    Network setup wizard I lose my internet connection on the
    wired desktop. Have to restore on desktop to get it back.
    What am I doing wrong?

    fscoglio wrote:
    Workgroup names are same.
    I set up shared folders on both computers.
    Firewall is disabled.
    I can ping laptop from desktop.
    Laptop is 192.168.1.104
    Desktop is 192.168.1.1  which is same as router? Is this correct?
    Devices on the same network cannot have the same IP address. Since 192.168.1.1 is for the router, check the IP of the desktop and try to ping that.
    "When you have eliminated the impossible, whatever remains, however improbable, must be the truth."

  • CS5 Color Calibration and Printing Problems vs. CS3

    We are migrating from CS3 to CS5, and i'm working on getting the printing right.
    We are on MacPro towers, 10.6.6, with LaCie LCD Monitors and an Epson 2200.  Calibration on monitors and printer done by EyeOne Pro and Profilemaker Pro.
    Printing:  In CS3, creating the profile was done by printing the appropriate Eye One testchart.  It gets opened with 'no color management', and is printed out with 'no color management'.  This way, the testfile is being printed as the printer prints, with no tweaks.  The color adjustment controls (brightness, saturation, cyan, magenta, etc) within the Epson driver are set to Zero.  Then, this print is scanned in, using the Eye One, and you get the profile of the printer.
    Now, when printing actual files, 'Photoshop Manages Colors' is utilized, and the created Profile from Eye One is selected.
    We have had great luck with this, matching screen to print.  If a slight tweak is needed, then we could use the Epson color adjustment controls to modify slightly.
    Again, we've had great prints consistently for years using this method.
    Now comes CS5...
    Printing.  Trying to use our existing profile...
    When 'Photoshop Manages Colors' and the Profile are selected, now the Epson color adjustment controls are greyed out.  So, we lose out on the 'tweaking' possibilities.  I'm a fan of profiles, but now i have absolutely no control after the fact.
    Trying to create a new profile....
    'No Color Management' is not longer available as an option in 'Color Handling'.  So, now i can't even print out the baseline testchart without adding some sort of profile to it?  If i would choose 'Printer Manages Color' for this testpage, I would normally set the Epson Color Adjustments to Zero to get this baseline print for profiling.  But now, If I would do that, it's only going to be greyed out when i go back in and let Photoshop manage the colors.  Sheesh...
    To make matters worse...
    I pull up the same testchart in CS3 AND CS5.  We are on a calibrated monitor, using North American Prepress presets on both programs.  Same monitor, same color settings, same file.  AND the testchart looks different in each program.  Similar, but definite differences in shades.  Eyedropper readings are the same for both programs.
    So, CS5 is even rendering color differently on screen, and i have little or no way to create my custom profile or control my printer?  Sheesh....
    Any help or direction is appreciated.
    Rich

    thanks for the input.
    I will look at the links you recommended.  When 'Compensate for Scene-Referred Profiles' is unchecked in CS5, the monitors match.  I'll need to do some research to see that that 'compensation' is, and what's happening.
    As for the 'not considered a good color managed workflow'...
    That's fine.  But I would consider a good managed workflow using a calibrated monitor, and using a profile that matches the printer and substrate being used, right?  When i plug in the canned printer profile in CS5, i get unsatisfactory results.  With that 'correct' workflow, there is no way to modify what is ending up on the printed page.  You get what you get.
    Even if i back up to CS3, create a custom profile with the Eye One, run Colorsync/Profile all the way through, and eliminate the Epson Color Adjustments, I'm still obeying a 'correct' workflow, but what if my prints are slightly too Cyan?  Or slightly too open/light?  (granted, Profilemaker Pro does have a profile 'editor', but it's convoluted and extremely difficult to use.  I've never gotten good results with it.)
    If you have no way to do small adjustments at the back end on the printer, and it's been 'profiled' correctly, and the prints don't match calibrated screen with proper color spaces.... 
    uh....then what do you do?  which one is right?  The screen or the printer? 
    I've had hundreds of images over the years go from screen to client (or press if we were controlling the print phase of the job), which then got printed, and have had basically 'zero' client issues with color.  We have great color here on screen, from capture into post production.
    But when my client wants a proof, in house, they want to see what they've been seeing all day in the studio and in post.  How am I supposed to adjust my prints if a 'proper color managed workflow' isn't giving me matching proofs?
    I sincerely appreciate the input here.  I'm just frustrated, because even if my 'workflow' isn't technically correct, it's not without merits and I've had excellent consistent results that just 'worked'.  Now, i've got to find a new method within CS5.

  • FinalCutServer, Kerberos, and Printing Problems

    Has any one come across the inability to print when Windows Active Directory has Kerberos DES Encryption enabled on user account? Obviously we have a separate domain controller and print server. Users can press print but job doesn't show up to be released in papercut (printing authentication)

    Geoff,
    This sounds like a printer driver issue. Do you have the latest driver software? Have you contacted OCE? Have you tried uninstalling/reinstalling the driver?
    Neil

  • How to keep value in arrayList and print into matrix form.

    compute all primes less than N, and display the results
    step by step .summarize the computed results in an easy-to-read format.(matrix)
    The program starts by asking for an integer value N from the user. Print out the initial matrix
    of numbers from 2 to N.
    To find all primes less than N, begin by making a table of integers from 2 to N.
    Find the smallest integer i, that is NOT prime and NOT crossed out. Mark i as a prime
    number and cross out 2i, 3i, 4i, ?, ni N.
    At this point, program should print the intermediate results in a matrix format, and pause
    until any key is pressed before proceeding.clear screen every
    time prior to printing the intermediate results (in the matrix format).
    When i > N , the algorithm terminates. screen is cleared once again,
    before the program prints the final results in the matrix format.
    Following are the requirements for the matrix format:
    - The matrix consists of 10 columns
    - The number of rows varies, depending on the input N
    - Initial matrix: The program prints an empty string in place of 1
    - Intermediate matrix: The program prints values for all prime numbers and numbers
    that are not crossed out. The program prints an empty string for each crossed-out
    number.
    Final matrix: The program prints only the prime numbers less than N
    P.S I want to write at least 3 classes

    This is my new first class but it have an error
    import java.io.*;
    import java.util.*;
    public class ArrayListExample2 {
        public static void main(String[] args)throws IOException {
            ArrayListExample listExample = new ArrayListExample();
            listExample.doArrayListExample();
        public void doArrayListExample()throws IOException {
              BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
             System.out.print("enter limit : ");
              int max=Integer.parseInt(br.readLine());
              System.out.println();
            int counter = 2;
            List listA = new ArrayList();// int list
            //List listB = new ArrayList(); //string list
            for (int i = 2; i <= max; i++) {
                System.out.print("\t" + i );
                listA.add(new Integer(i)); //???????2-max ??listA
              int count =0;
              BufferedReader en = new BufferedReader(new InputStreamReader(System.in));
              while(count<Math.sqrt(max))
                     // max may be number of input or size of array list
              //BufferedReader en = new BufferedReader(new InputStreamReader(System.in));
              System.out.println ("Please enter");
              en.readLine();// wait for enter
              listA.removeNotPrime();
              count++;
         public void removeNotPrime()// what parametor?Need?
              for (int i=0;i<Math.sqrt(max)))
                   int prime = listA.get(i);
                        for (int j=i+1;i<=listA.size();j++)
                         int val = listA.get(j);
                        if (val%prime==0)
                        listA.remove(j);
    This part for test
            for (int i = 0; i <= max; i++)  // printttttttttt
                //System.out.print("\t" + i );
                   System.out.print("\t" + listA.get(i);
                // call class printMatrix;
    }

  • OSX, Acrobat Reader 5 and printing problems

    Not sure this is in the right place (possibly should go to the Adobe Reader section) but help needed.
    I have PDFs that look just fine on screen, but when they are printed out, the image is being reduced in size. It is as if there are some margins set someplace (although where, I have no idea) that are over-riding the PDF as it appears on screen. Is this behaviour typical with reader 5? Is there a setting somewhere that will cause the image to be reduced in size? If this is a bug, does anyone know if it is fixed in the Adobe reader range? Is anyone else experiencing this?
    My set up is a Mac G4 sawtooth, with upgraded processor (1.5GHz) and new hard drive running 'out of the box' OSX 10.4.6 (Tiger) with Classic accessing the original OS9 installation on the original hard drive.
    Range of Adobe products running in Classic (PS 5.5, AI 9.2, ID 1.2) from which some of the PDFs originate.
    Old OS9 compatible printer (Epson SP1200) died recently, new printer (Epson SP1400) is only comaptible with OSX, except going via Laserwriter8.
    Problem was present with old printer before it died as well, so OS/printer incompatibility is probably the issue.
    Upgrading to CS3 is an option, but an expensive one, so wish to explore the Portable Document Format option first!

    It cannot be a problem of the installation, because at least Windows 7
    was a fresh install with nothing but Reader additionally installed.
    By the way, what do you mean by "risky", I followed straight the
    documentation from Adobe, where one is allowed to place function calls
    requiring a privileged context.
    Have you any better idea where to place the call to save? It must be
    called automatically, when the User closes the window, no additional
    interaction is possible.
    One other thing is the call to exportXFAData, have you any idea why
    there is a difference in behavior between reader version 7 / 10 and 9?
    I wrote that in version 9 the user entered data is missing.
    Am Donnerstag, den 21.07.2011, 05:53 -0600 schrieb try67:
    No, it doesn't work.
    Sorry, I don't have any ideas except for trying to repair the installation
    of Reader.
    However, placing code in the WillClose event is considered risky and should
    be avoided if there are alternatives available.
    >

Maybe you are looking for

  • I just added LG GP 60 Dvd writer to my mac and it will not open when I press the button to release the dv

    I just added an LG GP60 DVD writer to my Macbook Pro and the the drive will not release the disk when I try to ejecct it...any one can help?

  • Overheating Closed Lid

    Ok, so I work with my macbook pro closed and connected to a 30" display. It is constantly overheating and making a lot of noise. Does anybody else have this problem?

  • Automatic Error when opening Disk Utility

    Hi guys, I recently noticed this problem when clicking "Calculate Image Checksum..." in the finder pulldown menu for Disk Utility. I don't open Disk Utility often, so I can't be sure if this error has always existed or if it only has recently began o

  • Enregistrement ADOBE ID

    Je ne peux pas enregistrer mon logiciel avec mon mot de passe alors que mon ID Adobe est deja enregistrée. Un message m'indique que mon mot de passe n'est pas valable et que celui ci comporte un espace , points etc. Si je veux récupérer mon mot de pa

  • Relation between data blocks

    i want to join two tables with one to one relation between them using oracle form developer 10g but the problem is that using the oracle developer you can only display only one record from the second table at the same time related with current record