Report with Two Queries -- Really need your Help Guys

I might be posting duplicate thread but i couldnt found the Q&A that i am looking for.
I am trying to create a report where i have to use two query. Also, with this query i am passing parameter where i ask user to enter Report Month so they can run report by what ever month they want to see data.
Now my Q_2 is duplicate or Q_1 because in my final report layout i have to display fields where i have to compare current_month_data to Previous_month_data. so basically i want user to in put current month date and previous month date and layout look like.
Company_Name Currentmonth_sale previousMonth_Sales ....
Honda $1423.42 $324.42
Toyota $3433 $4255.45
so on....
Now so far i create report manualy and drop two query in to the report but when i trying to create Report Wizard and group by each Company.. it is not giving me the out put that i want. Instead of giving me above out put its give me my Q_! result with each company group and then under that result i have Q_2 result.
so HOW CAN I DISPLAY FIELDS FROM MY Q_2 WITH MY REST OF THE FIELD ON Q_1?????????????????????????
Thank You guys.

Actually, I tried to use Data Link but i am not able to success.
Let me know if I am doing anything wrong . i click on left hand side tool panel where its says DATA LINK. then i click on Q_1 field and then drag the mouse over to Q_2 query with same field name. but its give me an error that Can not link it because of Group data and i have option to choose Yes, NO or Cancel.
Let me know what are the step i need to take in order to link this two queries.
Thank You
keyun

Similar Messages

  • Hi. I am reinstalling Macbook Pro OS X from the "question mark icon". During process, there is a question "select the disk where to install Mac OS X" but there is no option/selection in the box. I really need your help guys. I need it badly. :'(

    Hi. I am reinstalling Macbook Pro OS X from the "question mark icon". During process, there is a question "select the disk where to install Mac OS X" but there is no option/selection in the box. I really need your help guys. I need it badly. :'(

    If you got the question mark and you do not see any partition to install OS X to, it is not good.
    Close the OS X installer by pressing the red button at the top left corner of the Install OS X window, and open Disk Utility. Then, look at the left sidebar and tell me if you see your hard drive. You should see something like this:
    Do not worry if you do not see Macintosh HD or if the option with an arrow shows a different name. This is normal.
    If you see it, choose it, go to the Erase tab and erase the drive. Finally, close Disk Utility and reinstall OS X. You will lose everything if you do not have a backup.
    If you do not see the drive, it is damaged and it has to be replaced. You can replace the hard drive of a MacBook Pro without voiding the warranty, and any 2'5" SATA hard drive is valid. If you are not an experienced user or you do not want to go inside the MacBook, take it to an Apple Store or reseller.

  • Anybody who can help me? I really need your help

    I've tried to execute J2ee tutorial examples.
    I don't know why this sample didn't execute...I've already finished to set up J2EE and enviornment variables.
    I was trying this part from j2ee tutorial titled as "Packing Web modules".
    Whenever I type "asant create-war" to make web modules in command window. I always got error.
    Packaging Web Modules(From J2ee tutorial for your information)
    A web module must be packaged into a WAR in certain deployment scenarios and whenever you want to distribute the web module. You package a web module into a WAR using the Application Server deploytool utility, by executing the jar command in a directory laid out in the format of a web module, or by using the asant utility. This tutorial allows you to use use either the first or the third approach. To build the hello1 application, follow these steps:
    In a terminal window, go to <INSTALL>/j2eetutorial14/examples/web/hello1/.
    Run asant build. This target will spawn any necessary compilations and will copy files to the <INSTALL>/j2eetutorial14/examples/web/hello1/build/ directory.
    To package the application into a WAR named hello1.war using asant, use the following command:
    asant create-war
    This command uses web.xml and sun-web.xml files in the <INSTALL>/j2eetutorial14/examples/web/hello1 directory.
    To learn how to configure this web application, package the application using deploytool by following these steps:
    Start deploytool.
    Create a web application called hello1 by running the New Web Component wizard. Select FileNewWeb Component.
    In the New Web Component wizard:
    Select the Create New Stand-Alone WAR Module radio button.
    In the WAR File field, enter <INSTALL>/j2eetutorial14/examples/web/hello1/hello1.war. The WAR Display Name field will show hello1.
    In the Context Root field, enter /hello1.
    Click Edit Contents to add the content files.
    In the Edit Contents dialog box, navigate to <INSTALL>/j2eetutorial14/examples/web/hello1/build/. Select duke.waving.gif, index.jsp, and response.jsp and click Add. Click OK.
    Click Next.
    Select the No Component radio button and click Next.
    Click Finish.
    Select FileSave.
    A sample hello1.war is provided in <INSTALL>/j2eetutorial14/examples/web/provided-wars/. To open this WAR with deploytool, follow these steps:
    Select FileOpen.
    Navigate to the provided-wars directory.
    Select the WAR.
    Click Open Module.
    I guess this step is for checking my system about setup information. I not sure how to change it.
    the result from execution of ansnt command in dos
    D:\J2ee\j2ee-1_4-doc-tutorial_7\j2eetutorial14\examples\web\hello1>asant create- war Buildfile: build.xml
    j2ee-home-test:
    BUILD FAILED D:\J2ee\j2ee-1_4-doc-tutorial_7\j2eetutorial14\examples\common\targets.xml:10: T he j2ee.home property is not properly set in <INSTALL>/j2eetutorial14/examples/c ommon/build.properties.
    Set the j2ee.home property to the location of your Application Server installati on.
    On Windows, you must escape any backslashes in the j2ee.home property with anoth er backslash or use forward slashes as a path separator. So, if your Application Server installation is C:\Sun\AppServer, you must set j2ee.home as follows:
    j2ee.home = C:\\Sun\\AppServer
    or
    j2ee.home=C:/Sun/AppServer
    j2ee.home is currently set to:
    Total time: 0 seconds
    D:\J2ee\j2ee-1_4-doc-tutorial_7\j2eetutorial14\examples\web\hello1>
    I've installed J2ee sdk in C:\Sun\AppServer
    PATH: %J2EE_HOME%\bin;%JAVA_HOME%\bin;
    CLASSPATH: %J2EE_HOME%\lib\j2ee.jar;C:\Java\jre1.6.0_05\lib\ext\QTJava.zip;C:\oraclexe\app\oracle\product\10.2.0\server\jdbc\lib\ojdbc14.jar
    J2EE_HOME: C:\Sun\AppServer
    JAVA_HOME: C:\Sun\AppServer\jdk
    I've installed J2ee with administration 4848, HTTP: 8089 HTTP: 8090
    I guess this could refer the target.xml and build.properties. So, I've tried after changing some value, which is fit for my setup.
    but, still doesn't work.
    targets.xml
    <path id="classpath">
    <fileset dir="${j2ee.home}/lib">
    <include name="j2ee.jar"/>
    </fileset>
    </path>
    <target name="j2ee-home-test" >
    <!-- Test if j2ee.home is set properly by looking for j2ee.jar -->
    <available file="${j2ee.home}/lib/j2ee.jar" type="file" property="j2ee.jar.present" />
    <fail unless="j2ee.jar.present">
    The j2ee.home property is not properly set in <INSTALL>/j2eetutorial14/examples/common/build.properties.
    Set the j2ee.home property to the location of your Application Server installation.
    On Windows, you must escape any backslashes in the j2ee.home property with another backslash or use forward slashes as a path separator. So, if your Application Server installation is C:\Sun\AppServer, you must set j2ee.home as follows:
    j2ee.home = C:\\Sun\\AppServer
    or
    j2ee.home=C:/Sun/AppServer
    j2ee.home is currently set to: ${j2ee.home}
    </fail>
    </target>
    <target name="clean" >
    <delete dir="${build}" />
    <delete dir="${dist}" />
    <delete dir="${assemble}" />
    <delete file="${ear.name}" />
    <delete file="${war.name}" />
    <delete file="${war.file}" />
    <delete file="${client.jar.name}" />
    </target>
    <path id="db.classpath">
    <fileset dir="${db.root}/lib">
    <include name="*.jar"/>
    </fileset>
    </path>
    <target name="create-db_common"
    depends="init,start-db,delete-db"
    description="Create database tables and populate database." >
    <sql driver="${db.driver}"
    url="${db.url}"
    userid="${db.user}"
    password="${db.password}"
    classpathref="db.classpath"
    delimiter="${db.delimiter}"
    autocommit="false"
    onerror="abort" >
    <transaction src="${sql.script}"/>
    </sql>
    </target>
    <target name="delete-db"
    description="Deletes the database tables." >
    <sql driver="${db.driver}"
    url="${db.url}"
    userid="${db.user}"
    password="${db.password}"
    classpathref="db.classpath"
    delimiter="${db.delimiter}"
    autocommit="false"
    onerror="continue" >
    <transaction src="${delete.sql.script}"/>
    </sql>
    </target>
    <target name="ping-db"
    description="Checks to see if Derby is running." >
    <java classname="org.apache.derby.drda.NetworkServerControl"
    fork="yes"
    resultproperty="db.ping.result">
    <jvmarg line="${db.jvmargs}" />
    <arg line="ping" />
    <classpath refid="db.classpath" />
    </java>
    <condition property="db.running">
    <equals arg1="${db.ping.result}" arg2="0" />
    </condition>
    </target>
    <target name="start-db"
    unless="db.running"
    description="Starts the Derby databse server."
    depends="ping-db">
    <sun-appserv-admin
    explicitcommand="start-database" />
    </target>
    <target name="stop-db"
    description="Stops the Derby database server."
    depends="ping-db"
    if="db.running">
    <sun-appserv-admin
    explicitcommand="stop-database" />
    </target>
    <target name="admin_command_common">
    <echo message="Doing admin task ${admin.command}"/>
    <sun-appserv-admin
    command="${admin.command}"
    user="${admin.user}"
    passwordfile="${admin.password.file}"
    host="${admin.host}"
    port="${admin.port}"
    asinstalldir="${j2ee.home}" />
    </target>
    <target name="create-jdbc-resource_common">
    <antcall target="admin_command_common">
    <param name="admin.command"
    value="create-jdbc-resource
    --connectionpoolid ${conpool.name} ${jdbc.resource.name}" />
    </antcall>
    </target>
    <target name="delete-jdbc-resource_common">
    <antcall target="admin_command_common">
    <param name="admin.command"
    value="delete-jdbc-resource ${jdbc.resource.name}" />
    </antcall>
    </target>
    <target name="deploy-war">
    <antcall target="admin_command_common">
    <param name="admin.command"
    value="deploy ${war.file}" />
    </antcall>
    </target>
    <target name="undeploy-war">
    <antcall target="admin_command_common">
    <param name="admin.command"
    value="undeploy ${example}" />
    </antcall>
    </target>
    <property environment="env" />
    <target name="listprops"
    description="Displays values of some of the properties of this build file">
    <property file="../../common/admin-password.txt" />
    <echo message="Path information" />
    <echo message="j2ee.home = ${j2ee.home}" />
    <echo message="j2ee.tutorial.home = ${j2ee.tutorial.home}" />
    <echo message="env.Path = ${env.Path}" />
    <echo message="env.PATH = ${env.PATH}" />
    <echo message="" />
    <echo message="Classpath information" />
    <echo message="classpath = ${env.CLASSPATH}" />
    <echo message="" />
    <echo message="Admin information" />
    <echo message="admin.password = ${AS_ADMIN_PASSWORD}" />
    <echo message="admin.password.file = ${admin.password.file}" />
    <echo message="admin.host = ${admin.host}" />
    <echo message="admin.user = ${admin.user}" />
    <echo message="admin.port = ${admin.port}" />
    <echo message="https.port = ${https.port}" />
    <echo message="" />
    <echo message="Domain information" />
    <echo message="domain.resources = ${domain.resources}" />
    <echo message="domain.resources.port = ${domain.resources.port}" />
    <echo message="" />
    <echo message="Database information" />
    <echo message="db.root = ${db.root}" />
    <echo message="db.driver = ${db.driver}" />
    <echo message="db.host = ${db.host}" />
    <echo message="db.port = ${db.port}" />
    <echo message="db.sid = ${db.sid}" />
    <echo message="db.url = ${db.url}" />
    <echo message="db.user = ${db.user}" />
    <echo message="db.pwd = ${db.pwd}" />
    <echo message="url.prop = ${url.prop}" />
    <echo message="ds.class = ${ds.class}" />
    <echo message="db.jvmargs = ${db.jvmargs}" />
    </target>
    build.properties ����
    j2ee.home=
    j2ee.tutorial.home=
    asinstall.dir=${j2ee.home}
    admin.password.file=${j2ee.tutorial.home}/examples/common/admin-password.txt
    admin.host=localhost
    admin.user=admin
    admin.port=4848
    https.port=8181
    domain.resources="domain.resources"
    domain.resources.port=8080
    # Derby configuration settings
    db.delimiter=;
    db.root=${j2ee.home}/derby
    db.driver=org.apache.derby.jdbc.ClientDriver
    db.datasource=org.apache.derby.jdbc.ClientDataSource
    db.host=localhost
    db.port=1527
    db.sid=sun-appserv-samples
    db.url=jdbc:derby://${db.host}:${db.port}/${db.sid};create=true;
    db.user=APP
    db.pwd=APP
    db.jvmargs=-ms16m -mx32m
    Is there anyone who can tell me how to change it? I really need your help....
    Thank you in advance.

    ok,
    First of all make sure your tutorial folder is installed from the root:
    C:\javaeetutorial5
    or
    D:\javaeetutorial5
    it makes things so simple.
    Secondly:
    set your jee tutorial home
    JAVAEE.TUTORIAL.HOME =
    C:/javaeetutorial5
    Thirdly: check in:
    C:\javaeetutorial5\examples\bp-project
    make a copy of the build.properties.sample save it as build.propropties, as a property file,
    edit the properties file as in:
    build.properties
    As follows:
    # uncomment the property javaee.home, and add the path
    # to your GlassFish Java EE 5 SDK installation
    javaee.home=c:/Sun/SDK
    javaee.tutorial.home=c:/javaeetutorial5
    # Uncomment the property j2ee.server.username,
    # and replace the administrator username of the app-server
    javaee.server.username=admin
    # Uncomment the property j2ee.server.passwordfile,
    # and replace the following line to point to a file that
    # contains the admin password for your app-server.
    # The file should contain the password in the following line:
    AS_ADMIN_PASSWORD=admin1234and so fourth. Some of the settings as the application server name is all done for you
    and then test it again.
    Take care of editing the property file. It can give you headache.
    Note also that this is for application server 9.1 - JEE5.
    eve

  • HT4993 A CHINESE STUDENT REALLY NEED YOUR HELP!!

    A CHINESE STUDENT REALLY NEED YOUR HELP!!
    Dear Sir or Madam,
    As I bought my iPhone 5 (16GB,White) in the USA from Sprint, full price with tax,  unlocked ,it was excepted to be a global phone. But now I come across with some problems in China  using local carrier, everything is working properly except sending text message, and iMessage and Facetime also seem not to work.This is very serious for Apple and me! Will I have the chance to fix this?
    I tried all the possible solutions from the Internet, and the Official solution offered by Apple (http://support.apple.com/kb/TS4459), but it doesn't seem to work.
    Will Apple help me with this issue? Please do.
    Information of my iPhone:
    SN: :F1*******8GJ
    <Personal Information Edited by Host>

    luyao49 wrote:
    A CHINESE STUDENT REALLY NEED YOUR HELP!!
    Dear Sir or Madam,
    As I bought my iPhone 5 (16GB,White) in the USA from Sprint, full price with tax,  unlocked
    No such thing is sold from any authorized source in the US. The Sprint phone is not unlocked. It can be unlocked by Sprint for use on international (non US) carriers for current Sprint customers in good standing after completing (I believe) 60 days of service.
    If you are having problems using certain features on an unsupported carrier, you'll have to work it out with your carrier.

  • I just brought an iphone 4 16gb off Ebay and everytime i insert my sim it doesnt allow me to activate any further i really need your help?

    i just brought an iphone 4 16gb off Ebay and everytime i insert my sim it doesnt allow me to activate any further i really need your help?

    applelogo wrote:
    ...Please insert another SIM card from a supported carrier or request that this iPhone be unlocked by your carrier. ...
    You need to Contact the Carrier that it is locked to...
    Also see this discussion.
    https://discussions.apple.com/message/21189708

  • HT4946 Hi. i downloaded the last version osf ios7, but i skipped the part where i was supposed to sing in to iCloud, now i'm trying to restart my iphone and i can't,,, i don't know what to do i really need your help!!!

    Hi. i downloaded the last version osf ios7, but i skipped the part where i was supposed to sing in to iCloud, now i'm trying to restart my iphone and i can't,,, i don't know what to do i really need your help!!!

    Just go into settings>Icloud> then sign in there.

  • Guys i really need your help, i upated my ipad to io6 but it suddenly shut down and till now it is not working. please any kind heart who will help me would be very much appreciated. thanks

    please someone help me regarding my ipad, i updated it to io6 but suddenly it shut down and till today i cannot use it nor turn it on, everytime i turn it on an apple logo only appears on the screen and nothing happens, please i really need a help here thanks

    Have you the iPad User Guide? If not, download it from the link under manuals at the start of this forum an tke time to give it a cursory read at the very least.
    Also, there is no point in awarding yourself the 'This solved my question' (or indeed 'This helped me') tags since, as you can see, the questioner cannot get any points. (Pardon the pun.) You can learn more about this at
    https://discussions.apple.com/static/apple/tutorial/mark.html

  • RSS Bug getting closer to a fix... I really need your help!!  Please?

    Background: Cannot get SUBSCRIBE button to shoot me into iTunes/podcasts like it did before in v06.
    Situation: (iWeb08) and http://www.threeboysproductions.com is a godaddy domain buy. http://web.mac.com/captmench is the actual address.
    LONG AND SHORT: I really need to get rid of the www.threeboysetc from anywhere in iWeb but I can't seem to find a way.
    Here's why:
    Clicking on SUBSCRIBE from my Zachary's Film page generates this address:
    http://www.threeboysproductions.com/Site/Zachary_Films/rss.xml
    which, if you click on it you'll get the homepage. Why? Not sure but anything past the www.threeboyspetc/ just sends you to the homepage.
    so
    change www.tbp.com to actual title and you get a nice RSS feed:
    http://web.mac.com/captmench/Site/Zachary_Films/rss.xml
    HOWEVER --
    Take any of those feeds and you'll get the main page again because they all say www.threeboysproductions.com.
    For Example this from the RSS feed:
    http://www.threeboysproductions.com/Site/ZacharyFilms/Entries/2007/8/25_FirstDinner.html
    Sends you back to homepage
    change it from www.threeboysproductions... and:
    http://web.mac.com/captmench/Site/ZacharyFilms/Entries/2007/8/25_FirstDinner.html
    It works fine!!
    The xml file generated by iWeb confirms this:
    <?xml version="1.0" encoding="UTF-8"?>
    <rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:iweb="http://www.apple.com/iweb" version="2.0">
    <channel>
    <title>Filming Zachary</title>
    <link>http://www.threeboysproductions.com/Site/ZacharyFilms/ZacharyFilms.html</link>
    <description>Zachary’s never known any other camera but the DVX... so I’ve been able to get some very nice stuff of him all along.</description>
    <generator>iWeb 2.0.1</generator>
    <ttl>60</ttl>
    <itunes:explicit>no</itunes:explicit>
    <itunes:author>ThreeBoys Productions</itunes:author>
    <itunes:owner>
    <itunes:name>ThreeBoys Productions</itunes:name>
    </itunes:owner>
    AND --
    <description><a href="http://www.threeboysproductions.com/Site/Media/ElmoShirt.mov"><img src="http://www.threeboysproductions.com/Site/ZacharyFilms/Media/ElmoShirt1.png" style="float:left; padding-right:10px; padding-bottom:10px; width:192px; height:108px;"/></a>Zachary’s grandmother sent him an Elmo shirt... This is what happened when he opened it up.</description>
    <enclosure url="http://www.threeboysproductions.com/Site/Media/ElmoShirt.mov" length="26452526" type="video/quicktime"/>
    <itunes:explicit>no</itunes:explicit>
    <itunes:duration>00:04:18</itunes:duration>
    Please help me get this squared away.
    Thanks,
    CaptM

    Ok... part of this might have come from the migration to 08. I had to trash my old site and rebuilt from ground up (using the same dirt, I think) and maybe I ended up keeping some of the old information.
    look at the forward link:
    http://web.mac.com/captmench/iWeb/Site/ThreeBoys.html/Site/Zachary_Films/rss.xml
    The part iWeb/Site/ThreeBoys.html must be from your old version , so you may want to look at your forward config at your domain host.
    You may want to talk to your domain host, because the forward frame is generated by them.

  • Problems with my eMac. NEED YOUR HELP!

    Hai,
    I'm new right here, and i'm not very good at english, but I have problems with my eMac so I hope that someone can help me!
    When I boot my Emac there's a screen that says:'
    'to continye booting, type 'mac-boot' and press return.'
    When I typed mac-boot I pressed enter(because I don't know the return-button) and then I get this screen:
    'panic(cpu0): Unable to find driver for this platform: PowerMac6,4'
    and other text with a lot of numbers.
    Also in that screen stands:
    'you need to restart your computer. hold the power button for several seconds or press the restart button'
    I hold the power butten for several seconds and I put the computer on again, but than I'm getting the same texts&things.
    So, can anyone help me, or do I have to go to the Macstore?(Does anybody know how much that costs?)
    Thanks for reading& maybe helping!
    Kisses from Amsterdam!

    There are so many unknowns here it is hard to know the right advice to give.
    +I didn't get any disks with it. Do you know if I can buy them somewhere?+
    You may be able to get 10.4 Tiger disks from an Apple store, but that depends on where you live. Apple usually only sells their latest OS which is currently 10.5 Leopard, but I would think your eMac would be best with 10.4 Tiger. If you can get them from an Apple store, ask if they give a student discount if you are eligible as that can be a saving.
    Normally every Mac, _new or used has its own disks,_ including an Apple Hardware Test CD. These disks are useful if you want to reinstall your operating system, but also useful for diagnostics and and some software repairs. The thing is, you could get hold of some disks and still find your machine has something broken in the hardware, and you will have spent money on the disks for nothing.
    It would be better to determine if the computer is fixable before you purchased any OS disks.
    Do you know anyone with an Apple computer who has some disks you could borrow? Or do you know someone who has an iBook which you could use in
    FireWire target disk mode to connect the two together , and use the Disk utility in the iBook to run a test on your hard drive.
    Even without a disk, you could still try starting up your computer in single user mode and perform some of the steps in this article.
    http://support.apple.com/kb/TS1411?viewlocale=en_US
    which assumes you have 10.3.9 which you may have seeing as it is an old computer.

  • MIDP - Graph / I really need your help

    Hi
    I have to create graphs (bar, pie chart, histogram....) with lengends but I have no idea to do that with J2ME/MIDP ?
    Can you please help me and sending me samples, avdices .... ?
    Thank you very very much
    Mel
    [email protected]

    ok, where do I start.
    I don't know what u know how to do already, so....
    I'l give u a basic outline, of how a midlet is structured.
    Then you'll be able to work out how to do the Graphing and stuff yourself.
    1st class in any Midlet must extend javax.microedition.midlet.MIDlet
    When the user starts the MIDlet, the startApp() in MIDlet is called by the KVM.
    So, in the startApp() you need to make your first Screen visible. You make a screen visible with the following...
    Display.getDisplay(Midlet).setCurrent(Displayable)
    You'll notice you pass in in a Displayable; this is an interface implemented by Canvas and Screen.
    Screens are an abstract superclass of Form(Form is similar to java.awt.Form in usage)
    You can add Components to Forms just like you can in the awt,
    (though in MIDP components are called Item's.(javax.microedition.lcdui.Item)
    The other Class that implements Displayable is the Canvas class. Canvas is similar to Canvas in the awt, but, in MIDP it is a top level class - meaning it doesn't need to be added to a Form before it can be displayed.
    Another Class your going to need is the Image class.
    In MIDP you can't do " new Image(.........) "
    You have to do Image.createImage(......)
    MIDP also has the Graphics class (from awt), which u obtain with the getGraphics() in Image.
    You'll find MASSIVE limitations with both the Image and Graphics classes if you try and do anything remotely clever.. so don't ;-)
    For your Graph plotting tool, you've got 2 options,
    extend Item and make your graph tool a part of a form.
    OR
    extend Canvas and make your graph tool a full screen standalone page.
    The second is more work, but is probably the better option, as your going 2 need the full screen to be able to display anything 1/2way useful (the default phone is only 96x100).
    I'd recommend reading this with the API open alongside, as it makes little sense on its own.
    hope this is some help,
    I can post all sorts of examples,
    just have a go yourself 1st, and c what u get stuck with.
    rob,

  • Please i really need your help...

    where can i buy an hp 110 tri color cartridge? here in the philippines since i bought my printer in singapore, can i buy a cartridge here?

    What printer model?
    You will need to Contact HP to request a "Regionalization Reset". There should not be any charge for this, it is covered as part of the cartridge warranty. You will need to have access to your computer and printer while on the line with HP. You will also need to have a set of cartridges for the new region, once the reset is complete cartridges from the original region will no longer work.  HP's web page on the subject is here.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • HT4993 unlocked  A CHINESE STUDENT REALLY NEED YOUR HELP!!

    Dear Sir or Madam,
    As I bought my iPhone 5 (16GB,White) in the USA from Sprint, full price with tax,  unlocked ,it was excepted to be a global phone. But now I come across with some problems in China  using local carrier, everything is working properly except sending text message, and iMessage and Facetime also seem not to work.This is very serious for Apple and me! Will I have the chance to fix this?
    I tried all the possible solutions from the Internet, and the Official solution offered by Apple (http://support.apple.com/kb/TS4459), but it doesn't seem to work.
    Will Apple help me with this issue? Please do.
    <Personal Information Edited by Host>

    You should not post personal data on a public forum such as this. I have requested the Host to edit it for your protection.
    Texting is something that must be set up for you with your carrier. I suggest that you talk to them first.
    Allan

  • I need your help guys...really...

    Ok...I'll try to explain my problem...I hope you will exuse my poor english.
    I'm a very satisfied owner of an iPod nano which I use with the iTunes software. Recently I also bought a few songs for the italian iTunes Music Store and I was very satisfied also by this service; but I had a problem.
    A few days ago I had to completely erase my hard disk because a virus damaged it. I made a copy of my music folder and I re-install the Win XP2 operating system but when I re-imported my songs I discovered with sadness that the music bought on the iTunes Store was disappeared. I try to recover them from my iPod but iTunes didn't allow me; I autorized my pc following the instructions gave on the web site but I always receive the same answer....you are not autorized to transefr this music on your pc. How can I do? Moreover some songs that weren't up to date on my iPod and were only in the music backup folder are completely lost I think....can I recover them?
    I hope I manged to explain my problem and that you can help me.
    Thank you very much
    Dimitri

    For Valentine...I try to return on the store and to re-download the a song but I have to pay another time....it don't works...
    For Lance...I never change my account! When I connect my iPod and I try to transfer my purcheges iTunes tells me that I'won't be able to transfer my songs because my pc is not authorized....In the "store" window I authorized my pc, using my account username and the password , with success but I still can't transfer my songs.

  • When loading the program, the loading, circular icon will not stop. It seems like it is trying to load and can't.  Since Adobe tech support won't help with version 13, I need your help.

    I just bought this and was trying to load it for the first time and the circular icon just keeps flashing like it is trying to load and can't.  Most elements come up but I am wondering why it is still flashing like it is trying to load.
    At times, the drop down menus will not stay up.  When I click on them, they flash and then disappear.
    This is not a blank message.

    Not the help you're looking for -- sorry -- but I'm fighting a battle with Adobe tech support, too.  They won't help me with an issue involving using the program, but their site seems to indicate that tech support is available for download, install, & setup.  Check page: https://helpx.adobe.com/contact/what-contact-options.html and try calling them again.  Good luck!

  • Really need your help!   Pc photos not uploading to pc.

    My pc photos ARE NOT uploading to iPad, but my iPad photos are are loading to my PC.  Having a family get together tonight and need to show pics.
    Please help!

    Have you the iPad User Guide? If not, download it from the link under manuals at the start of this forum an tke time to give it a cursory read at the very least.
    Also, there is no point in awarding yourself the 'This solved my question' (or indeed 'This helped me') tags since, as you can see, the questioner cannot get any points. (Pardon the pun.) You can learn more about this at
    https://discussions.apple.com/static/apple/tutorial/mark.html

Maybe you are looking for