How to view unseen pages using Smart Print

I have a HP Photosmart C4480 All-In-One Printer, running Vista 64-Bit and Windows 9.  Once Smart Print has highlighted text, I have not found the method of viewing text that is out of screen view.  Ex:  An email, including recipients is three pages long.
How do I get to the next page to deselect/select?  Thank you.

Hey sgt_sid,
Welcome to the BlackBerry Support Community Forums.
Thanks for the question.
Is the Browser set to Desktop mode? Open the browser and press the 3 dots and choose settings and open developer mode. Also can you provide an example of a WML website?
Do you get a specific error as well?
I look forward to your reply.
Cheers.
-ViciousFerret
Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
Be sure to click Like! for those who have helped you.
Click  Accept as Solution for posts that have solved your issue(s)!

Similar Messages

  • How to view Secured page using J_Security_Check ?

    Dear Everyone,
    In the web application, i am using Form based authentication for security...
    i have configured exactly by giving login page and error page..
    i have also configured <security constraint> , < login -config>...
    But i receive error page while i give username and password....
    Please give ur suggestions.. i will show u my code..
    <security-constraint>
          <web-resource-collection>
              <web-resource-name>Protected Area</web-resource-name>
                  <!-- Define the context-relative URL(s) to be protected -->
                  <url-pattern>/jack.jsp</url-pattern>
                  <http-method>GET</http-method>
                  <http-method>POST</http-method> 
          </web-resource-collection>
    <auth-constraint>
          <role-name>user</role-name>
    </auth-constraint>     
    </security-constraint>
          <login-config>
          <auth-method>FORM</auth-method>
          <realm-name>Example Form-Based Authentication Area</realm-name>
          <form-login-config>
          <form-login-page>/index.jsp</form-login-page>
          <form-error-page>/error.jsp</form-error-page>
          </form-login-config>
          </login-config>
       <security-role>
            <description>user</description>
            <role-name>user</role-name>
      </security-role>   

    Reply to m00dy
    Thank u for ur suggestions...
    Every thing had been correct.., but still not working and i am receiving error page..
    please give ur suggestiopns
    the code is
    <table border="0" cellspacing="5">
        <tr>
          <th align="right">Username:</th>
          <td align="left"><input type="text" name="j_username"></td>
        </tr>
        <tr>
          <th align="right">Password:</th>
          <td align="left"><input type="password" name="j_password"></td>
        </tr>
        <tr>
          <td align="right"><input type="submit" value="Login"></td>
          <td align="left"><input type="reset"></td>
        </tr>
      </table>

  • How to print different  header & item data in new pages using smart forms.

    Hi,
    In smart forms I am trying to print header data & their item data. But there are more than one header data for a given input.
    I want to print all the different header data with their item data in new pages using smart forms. Can any one please help to solve the issue.. Its very urgent for me..
    Regards,
    Brajesh

    Hi
    U need to use control break statements to acheive ur requirement.
    Regards,
    Priya

  • I am trying to open a website that is using Microsoft content viewer, and the page does not show. Any ideas on how to view this site using firefox. It works on IE.

    I am participating in an online class whose website uses Microsoft Content Viewer to view the class content. The browser opens a new page, but nothing is there. At the top of the tab it says Microsoft Content Viewer, and nothing else. Can anyone tell me how to view my course using Firefox? I would prefer not to use IE, but it works there.

    When originally creating the pdf, you would need to choose another pdf conversion setting. In Word if you use the pdf menu, change your settings there: Adobe PDF > Change Conversion Settings. I would use High Quality Print instead. If you use the File > Print method, click the Properties button next to the Adobe PDF printer selection.
    For your already created form, you can change the file so your users will not encounter issues. In Acrobat 9, which hopefully is similar in process to 8: Advanced > Preflight > Profile tab > PDF/A compliance > Remove PDF/A information.(You'll have to unsecure your form first).
    You can read about PDF/A files in the Help.

  • How can I use Smart Print with IE10 without using the Bing bar.

    I have used Smart Print for a long time but after upgrading to Windows 8-64bit it seems that the only way to get it now is with the Bing Bar. I like windows but I have no use for Bing.

    Are you launching IE 10 from the Start screen, or from the desktop? Smart Print will only work if you launch IE 10 from the desktop.
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • How to view web page in emulator/device using j2me

    hi
    i wanna view web page using j2me
    i am using code ----instead of getting teh page i am getting source code of the page and i am not getting any thing in real device so do i need a browser??cant i view this page inside my application??
    HttpConnection connection = null;
         InputStream inputstream = null;
         try
              this.platformRequest("http://www.lntinfotech.com");
              /* System.out.println("aaaaaaaaaaa11");
         connection = (HttpConnection) Connector.open("http://www.lntinfotech.com");
         System.out.println("aaaaaaaaaaa112");
         //HTTP Request
         connection.setRequestMethod(HttpConnection.GET);
         System.out.println("aaaaaaaaaaa113");
         connection.setRequestProperty("Content-Type","//text plain");
         System.out.println("aaaaaaaaaaa1133");
         connection.setRequestProperty("Connection", "close");
         System.out.println("aaaaaaaaaaa11444");
         // HTTP Response
         System.out.println("Status Line Code: " + connection.getResponseCode());
         System.out.println("Status Line Message: " + connection.getResponseMessage());
         if (connection.getResponseCode() == HttpConnection.HTTP_OK)
              this.platformRequest("http://www.google.com");
              System.out.println("aaaaaaaaaaa11444555");
         System.out.println(
         connection.getHeaderField(0)+ " " + connection.getHeaderFieldKey(0));
         System.out.println(
         "Header Field Date: " + connection.getHeaderField("date"));
         String str;
         inputstream = connection.openInputStream();
         int length = (int) connection.getLength();
         if (length != -1)
         byte incomingData[] = new byte[length];
         inputstream.read(incomingData);
         System.out.println("aaaaaaaaaaa1144555");
         str = new String(incomingData);
         else
         ByteArrayOutputStream bytestream =
         new ByteArrayOutputStream();
         int ch;
         while ((ch = inputstream.read()) != -1)
         bytestream.write(ch);
         str = new String(bytestream.toByteArray());
         bytestream.close();
         System.out.println(str);
         }

    instead of getting teh page i am getting source code of the page and i am not getting any thing in real device so do i need a browser??Yes.
    cant i view this page inside my application??Not unless you can write a browser component to parse and display the HTML. (you can't, it's too big a job)
    db

  • How to connect one page using button and by link in BSP

    how to connect one page using button and by link in BSP

    hi,
    use on 'onclick' functionality.
    1. In layout, onclick = 'NEXT_PAGE' of the button
    2. Capture the event in onInputprocessing,
    DATA: event_id TYPE REF TO  cl_htmlb_event.
    case event_id.
    when 'NEXT_PAGE'.
                navigation->goto_page( 'URPAGE URL' ).

  • How to view alerlog contents using SQL?

    How to view alertlog contents using SQL?

    Hi,
    Why don't you use the OEM Database Console ?? Now, in order to view the contents of the alert log file using a SELECT statement, you need to create a external table:
    create or replace
    directory background_dump_dest_dir
    as '<your_oracle_home>/bdump';
    CREATE table alert_log_external
    (line varchar2(4000) )
    ORGANIZATION EXTERNAL
    (TYPE oracle_loader
    DEFAULT DIRECTORY background_dump_dest_dir
    ACCESS PARAMETERS (
    RECORDS DELIMITED BY newline
    nobadfile
    nologfile
    nodiscardfile
    FIELDS TERMINATED BY '#$~=ui$X'
    MISSING FIELD VALUES ARE NULL
    (line)
    LOCATION ('alert_<sid_of your_database>.log') )
    REJECT LIMIT UNLIMITED;Cheers

  • Why can't I use smart print after upgrading my Mozilla Firefox browser

    I am on Windows Vista and using 3.6.24 version of Mozilla Firefox.  When I upgraded to that version I got a brief message that HP Smart Printing was not compatible and then Smart Printing disappeared.  I cannot get into the program and the icon does not appear.  What can I do to use Smart Printing because I loved it?

    Non authoritative answer: Only IE and Bing Toolbar versions are available.  Did Microsoft decide to fund development strictly for their browsers?

  • If you have a 64 bit system...i​s there any way of using smart print?

    I have a 64 bit system and would like to use smart print

    A conversion from color to grey levels is a basic operation that does not justify a call to Photoshop.
    You just need to separate then average the RGB values. See the attached vi, ready to use.
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    Color to Grey.vi ‏335 KB

  • SMART PRINT: How do I use SMART Print on Safari web browser please?

    I use a MAC with Safari web browser. How do I get Smart Print for Safari please. (I do not want to use BING). Is there any way of doing this?

    Hi Paulmozzi!
    Here it is the supported devices list: http://www.mozilla.org/en-US/mobile/platforms/
    However, because of the large number of Android devices (phones and tablets), not all new devices could be tested yet, but the list will continue to be updated.
    I am not sure if I understand correctly your issue. When typing something in url bar, you will have at least 4 default search engines (Google, Wikipedia, Amazon, Twitter), so you can choose any of them. If you want to install more search engines, here it is a useful link for that: http://mycroft.mozdev.org/search-engines.html (open this link using Firefox Mobile on your tablet).
    If you still need more help, please let us know. Any more details regarding your issue will be very useful.

  • How do I get the HP Smart Print icon back in the toolbar?

    The HP Smart Print icon used to appear in the Firefox toolbar. I had to reload Firefox. the icon no longer appears. How do I get it back? I am using Windows 7.

    HP Smart Print (formerly HP Smart Web Printing) is supported only in <u>IE 6 and later and is no longer supported on any other browser</u> ---- that was a decision made by HP, not Mozilla.
    *See - http://h41112.www4.hp.com/smartprint/us/en/smart.html?jumpid=ex_r602_ww/en/hho/ipg/xx-mu-aw_chev/smartprint (click to expand item 12 at the bottom)
    *See - http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&dlc=en&cc=us&docname=c01812475#N152
    *See - http://h30434.www3.hp.com/t5/Web-Printing-Software/HP-Smart-Web-Printing-and-Firefox/td-p/105151/page/7 ''(this is HP forum discussion from 08-15-2009 to 08-28-2012; see last comment on page 7 dated 08-28-2012 by user '''Shirlzz1''')''

  • How can skip other pages in smart forms ?

    Hi,
    In Smart forms I have 10 to 20 pages out put data, and I want print only Page no. 11th or 15th  only. How can skip other page or how can got output? Please suggest me.
    Thanks & Warm Regards,
    Sanjay Garhpandey.

    Hi,
    Use this parameter SSFCOMPOP-TDPAGESLCT .

  • How to Develop Static page using JSF/Creator

    Hi,
    I am a newbie trying to understand how one develops static pages in JSF. I fear I am going to require a hybrid development environment; that is, I will need two IDE's. For example, Dreamweaver AND Creator.
    I'd like to just use one as it is more convenient, and the static pages will be configured as necessary as fully integrated pages. But I'm not sure how to use JSF/Creator to develop "plain vanilla" HTML/JSP pages.
    I appreciate any feedback and "education". :-)
    Sam

    I dont use it much, but im pretty sure there is a tabbed pane allowing you to swith between a HTML/JSF code view and a visual view, a little like dreamweaver. I currently hand code my JSF pages in a standard IDE, its not too tricky once you understand the tags, and it gives you flexible control which I like. Maybe this approach will work for you

  • How do I get Pages to quit printing small boxes in my text?

    When setting up a small, 2 page flyer, I like change numbered sentences to a dark red, make them bold, then make them superscript.  All of this is built into my Pages '09 templates and makes things easier to read for younger folks.
    I created a new document from one of these templates today and it looked perfect on the screen but when I printed the document, between the bold, dark red superscript number and the first letter of the sentance, where I had left a space, I now have (only on the printed copy) a small box.  I don't know why it shows up only when printed, but I'm hoping someone can help me get Pages to stop printing those boxes.
    Thanks for any and all help!
    Ron

    You may also add OpenOffice spell checkers, there is a long list of languages, including Norwegian. These may be used with other apps too. Downloaded OO dics have the extension .oxt, manually change it to .zip, confirm when asked that you really wish to do this. Open the resulted folder and take from there .dic and .aff files, and move them to /Library/spelling. You may thus have as many spell checking dics as you wish. They may be selected in all the apps based on the Cocoa engine, including Pages.
    In the attached screenshot, in the lower part you may see these dics.
    P.S. I am not very familiar with Norwegian, but it seems the article does not specify how to download and install OO dics.

Maybe you are looking for

  • Problem with https internet url for Portal

    Hello , We are running EP 7 SP 13. We had a problem with the j2ee engine going down due to a db problem .It is ok now and and j2ee is up and running fine and the portal is accessible from the intranet. But there is a problem with the https url that w

  • What car charger can you use with ipad w/ retina display?

    what car charger can you us with ipad w/ retina display? 

  • Regarding change documents in Project module

    Hi All Can we write change pointers in CDHDR table when we change the status of the project . When I change the status of the project then status of the network is also changed. Now my requirement is , as soon as the status of the network is changed

  • Header/item pricing

    I have a basic foundation question which is kind of confusing me. Can anyone explain the difference between header & item pricing in sales order/ delivery. Does it differentiate based on header and item condition types…..and is it like by looking the

  • C510a can't scan on new iMac running Yosemite 10.10.2

    I recently setup a new iMac using a backup of an older iMac, both running Yosemite 10.10.2 and my HP Scan 3 software no longer works. In an attempt to resolve the issue on my own, I followed instructions to remove all the old HP software and reinstal