Oracle.cabo.doc in UIX Demos - question to oracle support

Hallo,
Where can i found the oracle.cabo.doc.* classes used in the UIX Demo Bundle ?
( download link : http://technet.oracle.com/sample_code/products/jdev/uix/uixdemos.zip )
regards, Manolis

Manolis: The UIX demo class files are not currently available --we have not completed the work required to externalize this.
Thanks,
Ken

Similar Messages

  • ADF UIX table example: oracle.cabo.doc.* missing

    Hi,
    I'm working through the Oracle ADF UIX Developer's Guide and want to try the ADF UIX Table Example. Unfortunately I don't seem to have the classes which are referred to in that example (located in oracle.cabo.doc.demo.table..), which makes it difficult for me to follow and understand the example.
    I've found a reply to a post to this forum of 26-nov-2002 where it is stated that these files were at that moment not yet available.
    My question is: have these files become available in the meantime. If so, wher can I find them?
    Regards,
    Anton

    Clicking on a sortable header generates a sort event. You need to specify a handler for this event. The error you see is a result of the application not knowing how to handle the sort event. On your page you should include something like the following to handle the sort event:
    <handlers>
    <event name="sort">
    <method class="myPackage.myClass" method="doMySort"/>
    </event>
    </handlers>
    For more details, see the "Sortable Column Headers" section in this chapter of the ADF UIX Dev Guide: http://helponline.oracle.com/jdeveloper/help/state/content/navSetId.jdeveloper/navId.4/vtAnchor.Sort/vtTopicFile.jdeveloper%7Cuixhelp%7Cuixdevguide%7Ctables%7Ehtml/

  • Where can I find the packages oracle.cabo.doc.*

    Hi,
    I wanted to execute the uixdemos, but I couldn't. The error messages are "Couldn't found oracle.cabo.doc.demo.HGridDemo" and so on. I've tried to search for them but I couldn't find anythings. Could you please tell me where I should looking for?
    Many thanks,
    VKW

    The link for the UIX-demo is: http://otn.oracle.com/sample_code/products/jdev/content.html.
    Go to zip from the UIX (UIX Demo Bundle ).
    I'll greatly appreciate hearing of your message about the new uixdemo-version. My email address is: "[email protected]"
    Many thanks.
    VKW

  • Accessing oracle DB from a java program - question for oracle driver

    Hi,
    I have Oracle 10 G under vista on my desktop. I am trying to write a simple java program to access/update database tables. I saw in one of oracle example to import 2 packages - namely --- import oracle.jdbc.driver.*; import oracle.sql.*;
    Where do I find these 2 packages. Also I read some documentation to download drivers. I would like to use 2 drivers, the thin driver and the OCI driver. Can someone tell me where I can find these drivers and where do I copy these two drivers - so javac and java command can recognize it.
    I will greatly appreciate the help. Julia
    My program is as follows
    (It was working few years ago but things have changed now and I have Vista because my old machine died):
    import java.sql.*; // JDBC package
    //import com.inet.tds.JDBCRowSet;
    import java.util.*;
    import oracle.jdbc.driver.*;
    import oracle.sql.*;
    public class HomeDB
    run as follows:
    C:\Documents and Settings\MMM>cd \jj
    C:\john>set CLASSPATH=.;c:\oracle9i\classes12;%CLASSPATH%
    C:\john>javac HomeDB.java
    C:\john>java HomeDB
    King: 24000.0
    Kochhar: 17000.0
    De Haan: 17000.0
    Hunold: 9000.0
    Ernst: 6000.0
    Austin: 4800.0
    public static void main(String[] argv)throws SQLException
    Connection conn=null;
    try // may throw a SQLException
    conn = getConnection();
    doQuery (conn);
    catch (SQLException e)
    System.err.println(e.getErrorCode() + ": " + e.getMessage());
    finally // make sure the connection is closed
    if (conn != null) try {conn.close();} catch (SQLException e) {};
    //out.close(); // close PrintWriter stream
    private static Connection getConnection() throws SQLException
    String username = "scott";
    String password = "tiger";
    String url = "jdbc:oracle:thin:@localhost:1521:newora";
    // "jdbc:oracle:thin:@localhost:1521:COCKYJOB";
    Connection conn = null;
    String driver = "oracle.jdbc.driver.OracleDriver";
    try {
    Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();
    } catch ( ClassNotFoundException cnfex ) {
    System.err.println(
    "Failed to load JDBC/ODBC driver." );
    cnfex.printStackTrace();
    }catch (Exception e){
    e.printStackTrace();
    //DriverManager.registerDriver(new oracle.jdbc.OracleDriver());
    conn = java.sql.DriverManager.getConnection(url,username,password);
    conn.setAutoCommit(false);
    return conn;
    private static void doQuery (Connection c) throws SQLException
    // statement to be executed
    String query = "SELECT ename, job, mgr FROM EMP";
    Statement st = null;
    ResultSet rs = null;
    try // make sure the close statements are executed (in the finally block)
    // create the statement
    st = c.createStatement();
    // execute the query
    rs = st.executeQuery(query);
    // process results
    while (rs.next())
    // get the employee last name
    String eName = rs.getString("ename");
    String eJob = rs.getString("job");
    String eMgr = rs.getString("mgr");
    System.out.println("Emp Name:" + eName +
    "Job: " + eJob +
    "MGR: " + eMgr);
    finally // make sure the close statements are executed
    // close the result set if it exists
    if (rs != null) try {rs.close();} catch (Exception e) {};
    // close the statement if it exists
    if (st != null) try {st.close();} catch (Exception e) {};
    Edited by: user455788 on Dec 19, 2008 9:13 PM

    You can download the drivers from http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html.
    Note that oracle.jdbc.driver is desupported after 10.2, http://forums.oracle.com/forums/ann.jspa?annID=201, so you might want to consider using a DataSource to provide Connections.
    E.G.
    {message:id=2819114}

  • Oracle.cabo.servlet.event.UnhandledEventException when deploying to Tomcat

    I have developed an ADF/UIX Application, tested it in JDeveloper 10.1.2.1, but when I deploy this application to Tomcat 5.0 I got
    oracle.cabo.servlet.event.UnhandledEventException
    oracle.cabo.servlet.event.UnhandledEventException,page=Page[name=login],event=PageEvent[name=VerifySignin,VB_password1=doffen,VB_email1=[email protected],target=hovedside,loginUIModelState__=789C73720E0EB1B235F0C94FCFCC734A4DCCF32C492D4A2CC92FB2D575D1353030303480004747675717206D6A6E6E60021533D081EB72492C4974CECF2B29CACF892FCACF2F01994294090033072308,_secrets= VB_password1 ]
         at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source)
         at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
         at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source)
         at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
         at oracle.cabo.servlet.UIXServlet.doGet(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
    What can be wrong?
    Regards
    Robert Hetleflåt

    To enable someone to help you with a solution, you need to provide additonal information.
    What is your OEM version?
    What is your operating system?
    Have you used this before or it is the first time?
    What events lead to the error?
    What have you done already to try to resolve it?

  • Questions on Oracle Logical DB Structure

    Hi friends
    I just started to read oracle architecure, I have the following questions on Oracle Logical DB Stucture
    Can any help me to find out the answers for it.
    1. What Table Directory portion in Oracle Data Block store?
         I read some where "Table Directory portion in data block contains information about the table having rows in this block"
    Is Data Dictionary also contain the information about the Tables and where it stored? If so why Data block also need to contain the same information.
    2. Does Table Directory portion in Oracle Data Block contains details about each Column and Row description or only the general details about the table
    3. How many blocks will form a Extent. Is it configurable ?, Where we need to configure whether we need specify it in Storage Parameters or in some configuration files?
    4. How are Bitmap used to track used and Free space in Locally managed Tablespaces
    5. Do Extent also span files(ORA files)
    i.e. 'Table can span across ORA files' whether it means part of a Extent may present in one Data file and other part in another data file.

    5. Do Extent also span files(ORA files) i.e. 'Table can span across ORA files' whether it means part of a Extent may present in one Data file and other part in another data file.
    A table Extents can span into multiple datafiles. But, a single extent can't span into multiple datafiles.
    4. How are Bitmap used to track used and Free space in Locally managed TablespacesA Locally Managed Tablespace is a tablespace that manages its own extents maintaining a bitmap in each datafile to keep track of the free or used status of blocks in that datafile. Each bit in the bitmap corresponds to a block or a group of blocks. When the extents are allocated or freed for reuse, Oracle changes the bitmap values to show the new status of the blocks. These changes do not generate rollback information because they do not update tables in the data dictionary (except for tablespace quota information), unlike the default method of Dictionary - Managed Tablespaces.
    ** Reduced recursive space management
    ** Reduced contention on data dictionary tables
    ** No rollback generated
    ** No coalescing required
    3. How many blocks will form a Extent. Is it configurable ?, Where we need to configure whether we need specify it in Storage Parameters or in some configuration files?
    metalink note:69343.1, How oracle allocates extents
    SJH
    OCP DBA

  • Oracle EBS R12 Pre - Implementations phase question air

    Oracle EBS R12 Pre - Implementations phase question air
    Posted: Jun 30, 2009 10:22 AM Edit Reply
    Dear all Gurus,
    We are going to implement Oracle EBS r12, for industrial concern, we have following quires if any peer may suggest.
    1) we heard the oracle R12 has build new release with 11g db , is it been practical for choosing it for corporate ???
    2) Linux Read hat which version is more stable like 5 releases is compatible with R12 new release?
    3) We are also thinking for 64 bit architecture rather than 32 bit, could any one figure out the practical pros and cons for this.
    4) We are also wondering about the server machine brand and its configurations like HP DL380 G6, DELL 2850? could any one share abut his experience about the same.
    5) What sort of Server configurations (Processor , 2way -4way , RAM , HD and other accessories ) for r12 Multi node setup for 150 clients (DB Server , Apps Server , Test Prod )
    6) What should be backup strategies like tap backup and how much space requirements we must have provisioned for retaining almost 2~3 month backup.
    7) Application implementations methodologies?
    8)
    I know to address our queries would be time consuming for you bust peoples , but I would really oblige for being shared your journey this would defiantly the PATH way for other like mentoring for others.
    looking forward your valuable instructions ASAP.
    Thanks & Best Regards
    Muhammad Waseem
    Manager IT
    Neee-Has Textiles Divisions
    31-Q Gulberg II Lahore
    Pakistan
    92-0333-4240949

    Duplicate post.
    Oracle EBS R12 Pre - Implementations phase question air
    Oracle EBS R12 Pre - Implementations phase question air

  • Use UIX demo 2.1.7 in my application

    Hello,
    I have download uix-demo-2.1.7.zip and run Shopping Cart Demo.
    It work very well. I would like to also have a preference page in my application, as in the demonstration.
    I recovered the two files Preferences.java and Preferences.uix. I modified them to integrate them in my project.
    The page is posted correctly, with value in the choice. But UIX does not react to any modificatin of appearance. Why?
    It I miss what which is not documented.
    Thanks, for your help.
    Nathanael

    Schmied -
    I noticed one problem with the 2.1.7 version of the DemoUIFactory class - the Customization objects that it creates do not wrap the current Configuration instance. Instead, each Customization object delegates to the Configuration instance returned by Configuration.sharedInstance(). This means that you will lose any configuration settings specified in uix-config.xml.
    Here is an updated version of the DemoUIFactory class which corrects this problem. Instead of callling Configuration.sharedInstance(), the Customization instances now wrap the current Configuration instance as returned by RenderingContext.getConfiguration():
    ** Copyright (c) Oracle Corporation 2000-2003. All Rights Reserved.
    **34567890123456789012345678901234567890123456789012345678901234567890123456789
    package oracle.cabo.servlet.demo;
    import java.io.PrintWriter;
    import javax.servlet.ServletContext;
    import javax.servlet.http.HttpSession;
    import javax.servlet.http.HttpSessionBindingEvent;
    import javax.servlet.http.HttpSessionBindingListener;
    import oracle.cabo.share.config.Configuration;
    import oracle.cabo.share.config.ConfigurationImpl;
    import oracle.cabo.share.config.Customization;
    import oracle.cabo.ui.RenderingContext;
    import oracle.cabo.ui.ServletRenderingContext;
    import oracle.cabo.ui.UIConstants;
    import oracle.cabo.servlet.BajaContext;
    import oracle.cabo.servlet.Page;
    import oracle.cabo.servlet.ui.BajaRenderingContext;
    import oracle.cabo.servlet.ui.DefaultUIFactory;
    import oracle.cabo.servlet.demo.shopcart.Preferences;
    import oracle.cabo.style.StyleConstants;
    import oracle.cabo.style.UserStyleSheet;
    public class DemoUIFactory extends DefaultUIFactory
      public RenderingContext createRenderingContext(
        BajaContext context,
        PrintWriter out,
        Page        page,
        String      mimeType)
        BajaRenderingContext rContext =
          new BajaRenderingContext(context, out, page, mimeType);
        Customization customization = null;
        // Check to see if we are using user-specific styles
        UserStyleSheet userStyleSheet = Preferences.getUserStyleSheet(context);
        if (userStyleSheet != null)
          // Get the Customization object, creating it if necessary
          customization = _getCustomization(context, rContext);
          // Store the UserStyleSheet
          if (customization != null)
            customization.putProperty(customization.USER_STYLE_SHEET,
                                      userStyleSheet);
            rContext.setConfiguration(customization);
        return rContext;
      // Creates and registers the Customization object
      // for the current user
      private Customization _getCustomization(
        BajaContext      bajaContext,
        RenderingContext renderingContext
        // First, check to see if we've already got a Customization
        // instance for this user.
        HttpSession session = bajaContext.getServletRequest().getSession(true);
        // If we can't get an HttpSession, we can't create
        // user-specific customizations.
        if (session == null)
          return null;
        // Each Customization has a unique id.  Normally, this might
        // be some some user-specific identifer, such as the user's
        // login id.  Here, we don't have a login id, so instead we
        // just combine the HttpSession id with the name of the
        // Configuration object that we are wrapping to form a
        // unique id.
        Configuration config = renderingContext.getConfiguration();
        String id = _getCustomizationId(session, config);
        // Check to see if we have already registered a Customization
        // for this combination of HttpSession/Configuration
        ServletContext servletContext = _getServletContext(renderingContext);
        Customization customization = _getCustomization(servletContext, id);
        // If we already have a Customization, we're done!
        if (customization != null)
          return customization;
        // We don't have a Customization yet, so create it now
        customization = new Customization(id, config);
        // Register the customization to make sure that
        // it is available for subsequent requests
        customization.register(servletContext);
        // Finally, we store the Customization object on the
        // HttpSession.  We don't actually need to access the
        // Customization object via the HttpSession (we use
        // Configuration.getConfiguration()).  However, we
        // do want to unregister the Customization when the
        // HttpSession expires.  So, we wrap the Customization
        // object in an HttpSessionBindingListener which will
        // get called back when the sesssion expires - at which
        // point we can unregister the Customization object.
        CustomizationValue value = new CustomizationValue(customization);
        session.putValue(_CUSTOMIZATION_PROPERTY, value);
        return customization;
      // Returns the Customization object with the specified id
      private static Customization _getCustomization(
        ServletContext servletContext,
        String         id
        return (Customization)Configuration.getConfiguration(servletContext, id);
      // Creates the id for the Customization object for
      // the specified HttpSession/Configuration
      private static String _getCustomizationId(
        HttpSession   session,
        Configuration config
        // Just combine the ids for these two objects
        String sessionId = session.getId();
        String configName = config.getName();
        if (configName == null)
          configName = "null";
        return sessionId + configName;
      // Utility method for retrieving the ServletContext
      private static ServletContext _getServletContext(
        RenderingContext renderingContext
        return ServletRenderingContext.getServletContext(renderingContext);
      // An HttpSessionBindingListener that we use for storing our Customization
      // instance on the HttpSession.  It automatically unregisters the
      // Customization when the session times out
      private static class CustomizationValue implements HttpSessionBindingListener
        public CustomizationValue(Customization customization)
          _customization = customization;
        public Customization getCustomization()
          return _customization;
        public void valueUnbound(HttpSessionBindingEvent event)
          Customization customization = _customization;
          _customization = null;
          customization.unregister();
        // Who cares
        public void valueBound(HttpSessionBindingEvent event) {}
        private Customization _customization;
      private static final String _CUSTOMIZATION_PROPERTY = "customization";
    }Andy

  • Basic Questions about Oracle E-Business Suite

    I am just now starting to learn about Oracle E-Business Suite.
    I am an Oracle DBA, and I want to become an "Oracle Apps DBA".
    The following questions pertain to the DATABASE side of E-Business:
    *(1)* Is "Oracle E-Business Suite", and "Oracle Applications 11i" the
    same product?
    *(2)* Is Release 12, the current version of E-Business Suite?
    *(3)* What is the Release of E-Business Suite that most Businesses are
    currently using?
    *(4)* I want to use 1GB of RAM, for the Laptop, that I want to install
    E-Business Suite on, and it will be running under Oracle
    Enterprise Linux -- Will this type of setup be OK for building a
    personal training and learning environment (especially RAM size)?
    *(5)* How much disk space do I need, just to do a basic install (no
    demo databases)?

    Hi,
    *(1)* Is "Oracle E-Business Suite", and "Oracle Applications 11i" the
    same product?Yes, it even includes R12.
    *(2)* Is Release 12, the current version of E-Business Suite?Yes, the most recent versions of R12 are (12.1.1 and 12.1.2).
    *(3)* What is the Release of E-Business Suite that most Businesses are
    currently using?Depends, some customer still on 11i while other customer managed to upgrade to R12 (or did a fresh installation/implementation of R12).
    *(4)* I want to use 1GB of RAM, for the Laptop, that I want to install
    E-Business Suite on, and it will be running under Oracle
    Enterprise Linux -- Will this type of setup be OK for building a
    personal training and learning environment (especially RAM size)?1 GB RAM is not enough, I would suggest you have 4 GB RAM (or more if possible).
    *(5)* How much disk space do I need, just to do a basic install (no
    demo databases)?This is documented in the installation manual, please refer to it to get the hardware requirements.
    Oracle Applications Installation Guide: Using Rapid Install
    http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121oaig.pdf
    Regards,
    Hussein

  • Oracle 10g Apex 2.1 (demo) to Oracle 11g Enterprise full version

    I am migrating from Oracle 10g Apex 2.1 (demo) to Oracle 11g Enterprise full version:
    Does anyone know if this can be done: The platform is Linux Red Hat - HP Prolient DL380 G2 series:
    The demo version Oracle 10g apex 2.1 which was utilizined has a proof of concept...has now been approved to move forward with Oracle 11g Enterprise full version
    I was thinking: Do I export all the applications, tables,and data. Then un-install Oracle 10g and the install Oralce 11g. Then finaly, import the applications, tables,and data.
    OR .... can in be migrated....????

    Hello:
    It is possible to upgrade your 10gR2 database to 11g and have APEX upgraded to 3.0 at the same time.
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28300/afterup.htm#sthref210
    Varad

  • Oracle OpenWorld 2008 - presentations and demos

    Hi,
    Question to Oracle people - when can we expect publishing prresentations and demos from OOW 2008? [OOW On Demand Preview|http://ondemandpreview.vportal.net/] portal is still empty.
    Kuba

    Well the presentations and sound recording are accessible form here:
    http://www.cplan.com/oracleopenworld2008/sanfrancisco/ondemandlogon
    But you'll need a user/password
    Also remember that you only get voice and slides - you don't actually get to see live demos.

  • Some questions regrading Oracle certification

    Hi All,
    I want to do below given certification of Oracle .. But I have few queries regarding it ... If anyone has done this then pls help me ...
    1. From where can I get sample question for this certification ... I want to take few mock tests before I pay for the real one ...
    2. From which book should I prepare for this ..
    3. On the site it says tht one can give the test from home, at prometric center and few other centers as well ... Is there any difference if we give the test from home or from any of the centers ...
    4. I have some knowledge abt mysql, msssql etc .. So how much time will it take for me to prepare for the certification ?? I want to give tht inside a week .. Will it be possible for a person who have some basic knowledge ...
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_org_id=1080544&lang=US&p_exam_id=1Z0_051

    1. From where can I get sample question for this certification ... I want to take few mock tests before I pay for the real one ...Free TranscenderCert Demos
    http://www.transcender.com/demos/#Oracle
    Oracle Database 11g: SQL Fundamentals I
    http://www.selftestsoftware.com/product.aspx?product_id=1Z0-051
    2. From which book should I prepare for this ..In addition to Oracle training material, you can refer to:
    OCA Oracle Database 11g: SQL Fundamentals I Exam Guide (Exam 1Z0-051) (Osborne Oracle Press)
    http://www.amazon.com/OCA-Oracle-Database-11g-Fundamentals/dp/0071597867/ref=cm_cr_pr_sims_t
    Oracle Database 11g Release 1
    http://www.oracle.com/technology/documentation/database.html
    3. On the site it says tht one can give the test from home, at prometric center and few other centers as well ... Is there any difference if we give the test from home or from any of the centers ...This exam is available online.
    4. I have some knowledge abt mysql, msssql etc .. So how much time will it take for me to prepare for the certification ?? I want to give tht inside a week .. Will it be possible for a person who have some basic knowledge ...
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_org_id=1080544&lang=US&p_exam_id=1Z0_051
    You need to prepare well for the exam, and make sure you cover all the Exam Topics listed in the link referenced above.
    Good Luck

  • When will new ADF UIX demo be released?

    Are there any one can tell me when the new ADF UIX demo based on uix 2.2 be released?
    I want to know if we can get databind uix tree component (or other ui components) from ADF data action control which return dataobject and something else.
    Thanks a lot.

    Hi Daniel,
    Are there any one can tell me when the new ADF UIX
    demo based on uix 2.2 be released?I'm not sure when any sample applications will be released, but there is an ADF UIX tutorial available here:
    http://otn.oracle.com/products/jdev/collateral/tutorials/9050/adfuix_tut.html
    I want to know if we can get databind uix tree
    component (or other ui components) from ADF data
    action control which return dataobject and something
    else.I'm not sure about the tree component - I'll try to find out whether that is/will be supported. Once your data controls are available in the Data Control Palette, you can bind them to components in your UIX page by:
    1. Selecting the data control that you want to bind.
    2. Selecting a component type from the "Drop As" choice.
    3. Dragging the data control onto the UIX page.
    This process is illustrated in the tutorial above.
    Andy

  • UIX demo 2.1.7

    Hi,
    Could can one please tell me from where i can download UIX demo 2.1.7 application.
    Thanks

    Please go to
    http://otn.oracle.com/products/ids/uix/content.html

  • Oracle Strategy for the UIX & BC4J in the new JDeveloper version

    What is Oracle Strategy for the UIX & BC4J in the new JDeveloper version:
    - Like DataBinding
    - BC4J Integration
    - UIX controller
    - Internationalization
    - Supporting for Palm,phone and pager.

    Hi,
    Are these questions all BC4J specific?
    General databinding info is discussed here:
    What's the developement direction of UIX?
    For BC4J/UIX integration, in 9.0.5 we will continue to support our existing api's, but you can also use uix as the view and bc4j as the model in adf, which is described here:
    http://otn.oracle.com/products/jdev/htdocs/905/sod_otn.html#adf
    Aside from bug fixes, I don't think there are major changes in the controller/internationization. Did you have specific questions about the controller and internationalization?
    We are planning to support Palm web browser 2.0, but due to the timing of the release of a platform that supports it and our own schedules, I don't think it will be officially supported in the 9.0.5 release. We won't have phone or pager support in 9.0.5.

Maybe you are looking for

  • IPod classic 80G doesn't show on iTunes

    My iPod is not even a year old. I haven't been using my iPod for a while now (maybe for two weeks now), because I didn't have money to buy new earplugs. Before my earplugs were broken, I could see my iPod on iTunes, but now, I don't. I thought it was

  • Reset value of text box and still have user input as well.

    Hi, I currently have a PDF form that helps users print of labels depending what is entered into the first page and one of the boxes has an 'Additional Info' box that puts unto 10 characters onto one of the labels. This was made because a customer wan

  • I want to create a border...

    but it is not working!!!!!!! I want to create a border around a box. What I have done is create 2 separate transform groups one with the filled boxes and another with lines. The border works fine if it is just around one box in any position but when

  • HT4623 can i update my i pad from ios5.1 to 6.1?

    can I update my I pad from ios5.1.1 to 6.1 ?

  • ITunes' New "Purchased" Feature

    When you open the iTunes Store, under "Quick Links", there is a new one labeled "Purchases", which I assume you can use to re-download previous purchases without having to pay again. But when I click on it, there is no bar to scroll to the right so a