Rename a fileld in a form

Hi
I have made a form with some fields. I have made a change and rename on of my items names in the from. Now the field would not update??
When I rename the item back it is possiebel to update agian....
Where do i manage which items there must updates, when I press update? (and the names of the items there must be updated)?
Best Regrads
Jesper Vels

Hi Jesper,
That probably means that you have something else on your page that is referring to the old Item name.
Have you checked the page processes, validations and computations? Are there any other items that refer to this field (perhaps using it as a default value)?
Regards
Andy

Similar Messages

  • Rename Object Library Orphans Dependant Forms

    Hi.
    We are using Forms 6i, and we LOVE object libraries. We have a canned product that we customize for clients. Each client has their own naming standards, and so we end up changing the name of our object library.
    I was wondering if there was a technique of being able to do this so that each form that is subclassed off of it is automatically updated.
    I have tried converting form to text and updating references to OLB. However, there are still references back to the OLB... Doing this manually would be a very exasperating task.
    Any comments would be appreciated!!!!

    module_type=library is used to compile pll files. It's not for fmb files.
    First, see if you can open and compile your library fmb file in Forms Builder.There is no problem compiling the library form. I even ran it to create an .fmx
    Then open a regular fmb file and see if you can compile.If by regular you mean a fmb that uses the library then the results are in my original post. Compiling a fmb that does not use the library works fine.
    Where in the dependent forms is the property that says to load these objects from the library.An object has the Subclass Information propety set.Not sure what this means. What I need is a way of looking at whatever property is saying 'look for these objects in this form located in the filesystem/database'. Can I do this in Form Builder?
    Does 6.0 support library forms? Do they have to be compiled into special form such as .pllA pll is a library for procedures. A library fmb has objects (blocks, items, LOV's etc.). You can also have procedures in >a fmb library, but it is better to move them to a pll library.I don't care what way it's done so long as I get something that works
    Why does the compiler want to access the database..To compile you have to be connected to the database to check the tables, stored procedures etc.
    module_type=library is used to compile pll files. It's not for fmb files.
    First, see if you can open and compile your library fmb file in Forms Builder.
    Then open a regular fmb file and see if you can compile.What system tables and procedures does it need to access for a library form that uses file access?

  • Responses going into wrong form

    I created a form, and then copied it and renamed it.  The original form is for vendors to view and play with, for a proposal process.  The 2nd form is for people to actually respond to.  I advertsie the 2nd form on a website, and all the links are correct. However, I am getting responses from the 2nd form dumped into the first form. I don't want to close the first form, because i want it to be viewed by vendors submitting proposals. I have done this with several other forms and I'm concernd this will continue to happen. Both forms have distinct URLs, so I'm not sure why this is happening.
    Help!!!

    Thanks.
    This is the first form, that is more of a test form, and responses are coming into here that shouldn't be coming - responses 1 through 3 should be in the 2nd form, the 4th response is a test response:  https://adobeformscentral.com/?f=A0RbyH00%2AMzZbcG5l1gfsA
    This is the 2nd form that responses should be coming into: https://adobeformscentral.com/?f=6qiuxTHSQSDl-tFtiVRbpA
    And I added you as coauthor.
    Thanks, Michelle
    The information in this e-mail and any attachments are for the sole use of the intended recipient and may contain privileged and confidential information. If you are not the intended recipient, any use, disclosure, copying or distribution of this message or attachment is strictly prohibited. If you believe that you have received this e-mail in error, please contact the sender immediately and delete the e-mail and all of its attachments.

  • Configuration problem running webutil demo form WU_TEST_106

    Hi,
    I am running the web util demo form from OTN, it works ok till I access the OLE tab and try to write some text to a *.doc file.
    The java console spits out this text:
    Loading http://dci003wa2197244.prod.irscounsel.treas.gov:8890/forms/java/frmall_jinit.jar from JAR cache
    Loading http://dci003wa2197244.prod.irscounsel.treas.gov:8890/forms/java/frmwebutil.jar from JAR cache
    RegisterWebUtil - Loading WebUtil Version 10.1.2.0
    Loading http://dci003wa2197244.prod.irscounsel.treas.gov:8890/forms/java/jacob.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    Exception occurred during event dispatching:
    java.lang.ExceptionInInitializerError: java.security.AccessControlException: access denied (java.lang.RuntimePermission loadLibrary.jacob)
         at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkLink(Unknown Source)
         at java.lang.Runtime.loadLibrary0(Unknown Source)
         at java.lang.System.loadLibrary(Unknown Source)
         at com.jacob.com.Dispatch.<clinit>(Dispatch.java:537)
         at oracle.forms.webutil.ole.OleFunctions.create_obj(Unknown Source)
         at oracle.forms.webutil.ole.OleFunctions.getProperty(Unknown Source)
         at oracle.forms.handler.UICommon.onGet(Unknown Source)
         at oracle.forms.engine.Runform.onGetHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    I followed the steps layed out for configuring webutil in the users guide, I suspect the problem is related to signing the jacob.jar file.
    I signed jacob.jar using $ORACLE_HOME/forms/webutil/sign_webutil.bat, I made sure ORACLE_HOME/jdk/bin was in PATH.
    I received these warning/errors at this point
    Generating a self signing certificate for key=webutil2...
    keytool error: java.lang.Exception: Key pair not generated, alias <webutil2> already exists
    There were warnings or errors while generating a self signing certificate. Please review them.
    Backing up d:\oracle\Product\dev10gR2suite\forms\java\jacob.jar as d:\oracle\Product\dev10gR2suite\forms\java\jacob.jar.old...
    1 file(s) copied.
    Signing d:\oracle\Product\dev10gR2suite\forms\java\jacob.jar using key=webutil2...
    jarsigner: attempt to rename d:\oracle\Product\dev10gR2suite\forms\java\jacob.jar to d:\oracle\Product\dev10gR2suite\forms\java\jacob.jar.orig failed
    I am running forms 10.1.2. How do I resolve this problem.
    Your help is greatly appreciated.
    Jim
    .

    Well, I think the problem is a permission issue or there is a problem finding the correct files. Let me explain:
    1. The first error is expected. Read it carefully and consider what you did to this point.
    Generating a self signing certificate for key=webutil2...
    keytool error: java.lang.Exception: Key pair not generated, alias <webutil2> already exists
    This is expected because the alias was already created when signing frmwebutil.jar. Since the alias only needs to be created one time, this is expected and can be ignored.
    2. The second error is your real issue:
    jarsigner: attempt to rename d:\oracle\Product\dev10gR2suite\forms\java\jacob.jar to d:\oracle\Product\dev10gR2suite\forms\java\jacob.jar.orig failed
    My suggestion:
    1. Delete all jacob files including any which may have been renamed.
    2. Re-download the correct Jacob version as noted in the WebUtil and Forms documentation. Do NOT attempt to use a newer version as it will cause a failure.
    3. Copy the jacob.jar file in the same directory which contains the cortousy signing script (batch) Oracle provides.
    4. Ensure that you have (Windows) Administrative permissions on the machine.
    5. Open a DOS shell and change directories (cd) to the directory which contains the signer script.
    6. Set the PATH to include the JDK\bin. For example:
    SET PATH=d:\oracle\Product\dev10gR2suite\jdk\bin;%PATH%
    7. Execute the jarsigner script.
    sign_webutil jacob.jar
    As already mentioned you can ignore messages which suggest that the alias already exists. However, pay attention to any others.
    8. Assuming it works correctly, copy jacob.jar to ..\forms\java
    9. Clear the JAR cache from whichever JRE (Jinitiator) you are using.
    10. Retest

  • Renaming a file on a server

    I'm having some problems renaming a file from a form I created... here is my code below
    String file = request.getParameter("file");
    String newfile = request.getParameter("newfile");
    File f = new File("/my path/" + file + "");
    File newf = new File("/my path/" + newfile + "");
    f.renameTo(newf);
    Any idea why this is not working?
    Thanks in advance!

    Hi,
    It may due to space in your folder name.
    Try using quote with escape sequence for your folder + file name.
    File f = new File("\"/my path/" + file + "\"");
    File newf = new File("\"/my path/" + newfile + "\"");
    f.renameTo(newf);
    Hope this helps.
    KD

  • How do I replace former owner's name in all iMac directories?

    How do I replace former owner's name in all iMac directories?
    Including network setup and Office file management. I have already renamed the computer and deleted former owner when and where possible.
    (I also have an iPad and hope I was directed to the approtriate community)

    Two hours ago I bought Applecare and two supprt staff (One very senior) have taken control of my Mac and solved the problem. If it took them two hours I would not live long enough to solve it. I must have typed in my password 30+ times!

  • Move & rename photos within Lightroom?

    Two-part question:
    1.  After importing a few thousand scanned photos, then adding appropriate creation dates and other metadata, I want to rename and organize the photos into folders in the same way the Import process works.  My import preset renames each file in the form YYYY-MM-DD-nnnnn where nnnnn is a sequence number, and where the date is drawn from the metadata within the imported file. 
    When I originally imported the scanned images into Lightroom, they had meaningless creation dates (1/1/1970) so I did not rename them at that time.  Now I want to rename each image file named 'foo.jpg' as YYYY-MM-DD-foo.jpg.
    How can I select a large number of files and rename them all according to a rule like that? 
    2. My import preset also files the imported image in a folder/subfolder named YYYY/YYYY-MM-DD;  after renaming the scanned files, above, I'd like to move them into the appropriately named folder/subfolder.  How can I do that?
    If I cannot rename/move the files within Lightroom, I could
    a.  do these manipulations outside Lightroom... in the Finder, with other tools... but then Lightroom's catalog will not be able to find its image files. 
    b. export the images, then import them with my preset, but I fear I'd lose some metadata in the process.
    any ideas welcome

    Suggestions, there may be better ways!
    Q1.  Select one or more images, Press F2
    If [Date - Filename] pulls in the wrong date, create a Custom rename such as [Custom Name - Filename] and type the date as the "Custom Name" in your wanted format yyyymmdd.
    Q2. Create folders with required dates (Right-click on a 'Master' YYYY folder),  Drag images with corresponding date to its folder.

  • How to rename filename

    Please tell me how to rename a text file in form (6.0i) without using host command.
    It's because there are some problems to use host in WIN2000 environment and the filename is restricted to 8.3 format.
    Thanks.

    Yes it is very true that in WIN 2000 there is a problem of 8.3 fromat.
    You can use Windows System Interface routines
    Win_Api_Utility.Copy_File routine
    for eg.
    Win_Api_Utility.Copy_File(v_file_chosen,fname_to_copy,true,false);
    Here v_file_chosen is source filename with full path
    and fname_to_copy is destination file name .
    In this API you can find out other function also.
    For that u need to attach d2kwutil.pll file in ur forms.
    Find it out in ur system if not there let me know i ll mail
    this file u across.

  • ITunes Renames Songs

    iTunes keeps renaming songs when I play them. Unfortunately, it is not naming them the right title. I have tried renaming the using "get info", but the next time the song plays it gets automatically renamed. Does anyone know how to "lock" the file once I rename it or have iTunes recognize the right song titles?
    iTunes   Windows XP  

    I think you may have to actually rename the song file. There may be an easier way to do this, but here's how I would do it. Go to your library and find one of the incorrectly named songs, right click on this song and choose "Show Song File". When the file opens, find the track you want to rename, hover over it so it's highlighted, then go to the left side of the box and choose rename--a blinking box will form around the song name--if you've got track numbers on the song make sure you keep these when you rename it. Type the new name and hit enter. Close iTunes and reopen it and see if the new name sticks this time.

  • How can I kepp all songs on the same album?

    Some of my albums that have duets on them will show up as multiple albums when they were ripped from the same CD. Is there a way to make them all under the same album cover. I also have some artists that under an artist search will show up with multiple different headings of the same artist. I'm using the Ipod on a Kenwood car head unit.

    I add it to the title as I've described, i.e. *Title \[Feat. Guest\]*. This means that all the information is still visible when playing the track in iTunes or on the iPod and can also be used when searching.
    To fix things I set my library up in List view with the browser turned on and the columns arranged so that I could see both Artist & Album Artist. I then selected the first album in Album section of the browser to show it's tracks. Pressing the down arrow on the keyboard shows the next album. A brief glance will reveal if some tracks of the album have different artist values, in which case these can be fixed before moving on to the next album. It should take less than a second per album to confirm that it is properly formatted as your eyes will rapidly notice any inconsistency in the artist column. The process is only time consuming when you actually need to make some changes.
    If two different artists have albums with the same album title, e.g. Greatest Hits, this also shows up when working methodically through this list. I've chosen to rename the albums in the form *Album - Artist* as this separates the albums, makes it clear in the browser which album is which and puts them in artist order. Another approach is adding different numbers of trailing spaces for each different album.
    tt2

  • How to add a comment in a php file which has html code

    Hi
    I have a html file which I renamed .php after adding a form. I discovered that the html comment text I was using - <!--this is a comment --> - was affecting how the page rendered, particularly in IE9.
    My question is, now that it is a php file do I need to change all the comments syntax? I started to do it using the "apply comment" button in CS5 i.e. syntax: <?php /*?>form<?php */?>.
    Is this the right way to do it? It gives "php" icons in design view but appears to render ok.
    Thanks

    PHP comments:
    <?php
    //This is a comment
    This is
    a php comment
    block
    ?>
    Use PHP comments inside PHP scripts/code.
    HTML comments:
    <!--comment-->
    <!--this is
    an html comment
    block-->
    Use HTML comments inside HTML code.
    CSS Comments:
         /*comment*/
         /*this is
         a css comment
         block*/
    Use CSS comments inside CSS code (either embedded or external).
    JavaScript comments:
    //this is a single line comment
    //this is another single line comment
    /*this is a multi-line
    javascript
    comment
    Use JavaScript comments inside JavaScript code (either embedded or external).
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • User parameter are not show in database using Servlet and java Bean

    Hello Sir,
    when I insert the parameter in run time, weblogic server and JSP show that parameter are saved.
    Allthough row increment in database but they not show in database.
    Here My Code:
    login.html:
    <html>
    <head>
    <title>A simple JSP application</title>
    <head>
    <body>
    <form method="get" action="tmp" >
    Name: <input type="text" name="user">
    Password: <input type="password" name="pass">
    <input type="Submit" value="Submit">
    </form>
    </body>
    </html>LoginServlet.java:import javax.servlet.*;
    import javax.servlet.http.*;
    public class LoginServlet extends HttpServlet{
    public void doGet(HttpServletRequest request, HttpServletResponse response)
    throws ServletException{
    try
    String user=request.getParameter("user");
    String pass=request.getParameter("pass");
    co.SimpleBean st = new co.SimpleBean();
    st.setuserName(user);
    st.setpassword(pass);
    request.setAttribute("user",st);
    request.setAttribute("pass",st);
    RequestDispatcher dispatcher1 =request.getRequestDispatcher("submit.jsp");
    dispatcher1.forward(request,response);
    catch(Exception e)
    e.printStackTrace();
    }SimpleBean.java:
    package co;
    import java.util.*;
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.sql.*;
    import java.util.*;
    public class SimpleBean {
    private String user="";
    private String pass="";
    private String s="";
    public String getuserName() {
    return user;
    public void setuserName(String user) {
    this.user = user;
    public String getpassword() {
    return pass;
    public void setpassword(String Pass) {
    this.pass= pass ;
    public String issueData()
    try
    System.out.println("Printed*************************************************************");
    Class.forName("oracle.jdbc.driver.OracleDriver");
    System.out.println("Connection loaded");
    Connection con=DriverManager.getConnection("jdbc:oracle:thin:@VijayKumar-PC:1521:XE","SYSTEM","SYSTEM");
    System.out.println("Connection created");
    PreparedStatement st=con.prepareStatement("insert into vij2 values(?,?)");
    System.out.println("~~~~~~~~~~~~~~~~~~~~");
    String NAME=getuserName();
    st.setString(1,NAME);
    String PASSWORD=getpassword();
    st.setString(2,PASSWORD);
      st.executeUpdate();
    System.out.println("Query Executed");
    con.close();
    s=  "Your logging is saved in DB ";
    System.out.println("Your logging is saved in DB *****************");
    return(s);
    catch(Exception e)
    e.printStackTrace();
    return "failed";
    }submit.jsp:This is Submit page
    <jsp:useBean id="st" class="co.SimpleBean"/>
    <jsp:setProperty name="st" property="*" />
    <jsp:getProperty name="st" property="userName" /> <br>
    <jsp:getProperty name="st" property="password" /> <br>
    <% st.issueData();%>
    <%
    out.println("Ur data is saved in DB");
    %>Please Help me.
    Thanks.

    Ok, this seems to be a long and convoluted path to do absolutely nothing.
    You submit the form.
    You run a servlet that gets the parameters correctly (good), creates a SimpleBean (good) and then sets this into request attribute space under the names "user" and "pass" - (why?)
    You then forward to the jsp: submit.jsp.
    Submit.jsp creates a new SimpleBean, and attempts to populate it with <jsp:setProperty>. You then call the issueData method on it.
    Your complaint: Rows are being created in the database which have empty string values instead of the parameters you have passed.
    So, why are the values blank? Where do you think these values should be coming from?
    Looking at SimpleBean we find one mistake - you have mis-named your get/set methods.
    To properly follow java beans standards, you should use camel-case for your methods.
    Rather than getuserName() the method should be getUserName(). getpassword() should be getPassword() etc etc.
    The method getUserName() defines a property "userName" for the bean.
    Once that is fixed, lets go to submit.jsp. The <jsp:setProperty> statement will try and set all properties of the bean from the request parameters.
    There are no request parameters "userName" or "password" so those values don't get set in the bean, therefore it uses their default value of empty string - "".
    There ARE request parameters called "user" and "pass" but because they aren't properties of the bean, they get ignored.
    As a result, the values are empty string, and that is exactly what gets inserted into the database.
    Ways to fix this
    1 - rename your parameters on your form to be "userName" and "password" to match the bean. That way the <jsp:setProperty> tag will populate them properly.
    or
    2 - Call issueData() method from your servlet after you have created the SimpleBean. Better in my opinion as you then don't have any scriptlet code on a JSP page.
    Cheers,
    evnafets

  • Is is possible to avoid hard-coding the Item in a shared Select List Query?

    I created a "Select List" in the Shared Components area as follows:
    My goal is to create a shared select list that can be used on any form for a particular Field.
    IF :P10_FK_RSTA_CODE is NULL THEN
    RETURN
              'select col_description, col_code_pk
              from CODE_TABLE
              where col_active_ind = ''Y''';
    ELSE
    RETURN
              'select col_description, col_code_pk
              from CODE_TABLE
              where col_code_pk = :P10_FK_RSTA_CODE';
    END IF
    Which works great, but how can I make the select list work for the same column on a different form?
    Because :P10_FK_RSTA_CODE is hard-coded in the function, I can't reuse this Function from a different form.
    (I could rename the Field on every form to the same name, but I'm hoping there is a better way.)
    Is there a way I can pass in a variable from the Field Item to make this dynamic where I can use it on any form?
    Also, I am very new at this, so if there is a better way to do this, I would greatly appreciate any input.
    Thanks in advance.
    MF

    >
    Welcome to the forum: please read the FAQ and forum sticky threads (if you haven't done so already), and update your profile with a real handle instead of "956902".
    When you have a problem you'll get a faster, more effective response by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s) (making particular distinction as to whether a "report" is a standard report, an interactive report, or in fact an "updateable report" (i.e. a tabular form)
    With APEX we're also fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.
    I created a "Select List" in the Shared Components area as follows:
    My goal is to create a shared select list that can be used on any form for a particular Field.
    IF :P10_FK_RSTA_CODE is NULL THEN
    RETURN
              'select col_description, col_code_pk
              from CODE_TABLE
              where col_active_ind = ''Y''';
    ELSE
    RETURN
              'select col_description, col_code_pk
              from CODE_TABLE
              where col_code_pk = :P10_FK_RSTA_CODE';
    END IF
    Which works great, but how can I make the select list work for the same column on a different form?
    Because :P10_FK_RSTA_CODE is hard-coded in the function, I can't reuse this Function from a different form.
    (I could rename the Field on every form to the same name, but I'm hoping there is a better way.)
    Is there a way I can pass in a variable from the Field Item to make this dynamic where I can use it on any form?Reference the value of an application item rather than a page item in the LOV query, setting the value using a process or computation on each form page.

  • Saved logons (user ids & password) are not filling out logons

    I have user ids and passwords saved but when I navigate to the site for which the user id and password are saved, the logon fields are no longer being filled.
    These are valid logons which worked under older versions of Firefox.
    I've looked for any settings I may have missed and have found nothing different between 4.0 and 3.6

    Ok, this seems to be a long and convoluted path to do absolutely nothing.
    You submit the form.
    You run a servlet that gets the parameters correctly (good), creates a SimpleBean (good) and then sets this into request attribute space under the names "user" and "pass" - (why?)
    You then forward to the jsp: submit.jsp.
    Submit.jsp creates a new SimpleBean, and attempts to populate it with <jsp:setProperty>. You then call the issueData method on it.
    Your complaint: Rows are being created in the database which have empty string values instead of the parameters you have passed.
    So, why are the values blank? Where do you think these values should be coming from?
    Looking at SimpleBean we find one mistake - you have mis-named your get/set methods.
    To properly follow java beans standards, you should use camel-case for your methods.
    Rather than getuserName() the method should be getUserName(). getpassword() should be getPassword() etc etc.
    The method getUserName() defines a property "userName" for the bean.
    Once that is fixed, lets go to submit.jsp. The <jsp:setProperty> statement will try and set all properties of the bean from the request parameters.
    There are no request parameters "userName" or "password" so those values don't get set in the bean, therefore it uses their default value of empty string - "".
    There ARE request parameters called "user" and "pass" but because they aren't properties of the bean, they get ignored.
    As a result, the values are empty string, and that is exactly what gets inserted into the database.
    Ways to fix this
    1 - rename your parameters on your form to be "userName" and "password" to match the bean. That way the <jsp:setProperty> tag will populate them properly.
    or
    2 - Call issueData() method from your servlet after you have created the SimpleBean. Better in my opinion as you then don't have any scriptlet code on a JSP page.
    Cheers,
    evnafets

  • Need Help filling in fields

    I do not know anything about acrobat and here is my problem.  I have some PDF forms I need to fill in, and I am unable to fill them out with adobe reader, so downloaded adobe acrobat 9.  How do I open my forms and am able to fill in the boxes?  I attached the forms so you can see what I am looking at.  Thanks!

    The original poster attached a form. In that form there are 3 pages of forms but only 2 of those pages have fillable form fields and one form has none. It appears that the  creator of the Texas National Guard attached a copy of a U.S. government form that had form fields but did not add filelds  to the form he/she was creating.
    So the comments about which pages have form field may not apply to your form.
    All the responders are trying to answer the original post. You are now adding a new problem. It is best to start a new post so all the responses are dealing with your specific problem.
    Since your form is till qued, I found a link to the form and there are no form interactive fields on the document. It is just like a printed form picked up from a counter and have to fillin with a pen.
    Unless you have a version of Acrobat that create form fields or use the typewriter tool, you are out of luck.

Maybe you are looking for

  • How do you print comments in pages under mavericks?

    How do you print comments in pages under mavericks? Earlier if show comments was checked, all the comments were visible and could be easily printed. Now only those comments are visible on which the cursor is pointed but even those do not get printed!

  • Why won't my iPad recognize my Hotmail password?

    My iPad2 suddenly won't recognize my password. I've changed the PW and am certain it's correct, but every time I try to access my  hotmail from my iPad, it said the PW is incorrect. All answers in layman's terms please. I have minimal computer knowle

  • Issue in maintaining view

    Hi all When I'm trying to maintain the view T554S_WEB  through SM30 I'm getting an Error message saying "<b>Create data processing function module</b>" When I double clicked on the Error message I'm getting Create data processing function module Mess

  • How to chech table growth in SAP

    hi i have a ECC6 on AIX plateform and database is oracle 10 i want to know how can i check which table is grow faster and what action i will take for smooth running of SAP system? Thanks Vikram

  • Programming and using in dual mode

    how do i programme n70-1 for both GSM and CDMA frequencies.Does it requier a seperate SIM? The operating channels are chl1-42,chl2-83,SID-14495 and NID-- 65535