Properties of an answer field allowing form users to create a table

When using Acrobat XI, is it possible to set the properties of the answer field to allow users to put in a table as an answer?

Create the table in aanother program Such as word  then save. Then fill in the table items.
Check this out: http://www.screencast.com/t/FxCNROO5AQj

Similar Messages

  • Allowing a user to create/drop tables in another users schema

    We have a central shared schema (TEAM). So we can monitor who is doing what users have there own login(USER1, USER2...). Is there a way to allow a user to create/drop objects in another user.
    I.e.
    SQL> connect USER1
    SQL> create team.table1(col1 char(1));
    SQL> drop table team.table1:
    How can this be set up?
    Ben

    Here is what you can do, If you want to keep track of what users are doing.
    Open the glogin.sql file and set the spool like this
    spool /oracle/audit/SID_&_user.logEverytime user logs in it will be populated and you will be able to see who is doing what.
    You can remove the write permission on glogin.sql so that no one can modify it.
    You also need to create a script like this, which would rename it every time same user would login.
    #!/bin/ksh
    time=`date +"%b"_"%d"_"%H"_"%M"`
    ##you need to pass some more variables and while loop to include all the users## ( This is just for an example)
    if [ -f /oracle/audit/SID_SYS.log ]
    then
    mv /oracle/audit/SYS.log /oracle/audit/SYS.log.$time
    fiEdit the glogin.sql file with this script information like this
    host /oracle/audit/file.kshHope this helps, if you need more information let me know.

  • Allow every user to create subfolders

    Hello everybody,
    after some changes in our internal role system I need your help.
    In BEX there you can go to
    open query or open workbook.
    Then hit the button "Roles"
    There we can see the menu with all visible folders.
    How can I allow every user to create subfolders within the folders he is already allowed to see?
    As I activate a certain role even I (administrator) gets a greyed out view.
    Is there a way that users can create new folders in a convenient way?
    Thanks for your help!
    Harry

    I think the DNSAdmins group will give them too much control over the server (change forwarders, etc..).
    Create a custom MMC snapin and assign related permissions. The picture below may give you an idea:
    Mahdi Tehrani   |  
      |  
    www.mahditehrani.ir
    Please click on Propose As Answer or to mark this post as
    and helpful for other people.
    This posting is provided AS-IS with no warranties, and confers no rights.
    How to query members of 'Local Administrators' group in all computers?

  • Can't seem to change the Document Properties Advanced Reading Options in a Form that was created in Adobe LiveCycle. This option has been "greyed" out - anyone know how to update this to English so I can pass Accessibility Testing?

    Can't seem to change the Document Properties > Advanced > Reading Options in a Form that was created in Adobe LiveCycle. This option has been "greyed" out - anyone know how to update this to English so I can pass Accessibility Testing?

    LiveCycle forms use a very different approach to create a PDF form than Acrobat and that approach makes many features for processing PDFs non-functional.
    You might want to ask this question in one of the LiveCycle product forums.

  • How to allow a user to create his workspace in java(swings)

    hello guys ..
    i have to develop an interface (GUI) where i allow the user to create his own workspace , could anybody tell me what is the code we need. are there any specific inbuilt functions and methods..
    please help
    Imran

    public class Workspaceextends javax.swing.JPanelimplements org.jivesoftware.smack.PacketListener
    The inner Container for Spark. The Workspace is the container for all plugins into the Spark install. Plugins would use this for the following:
    Add own tab to the main tabbed pane. ex.
    Workspace workspace = SparkManager.getWorkspace(); JButton button = new JButton("HELLO SPARK USERS"); workspace.getWorkspacePane().addTab("MyPlugin", button);
    Retrieve the ContactList.

  • Privilege to allow a user to create a view in another user's schema

    Hello,
    I need to allow a user to create a view in another user's schema.
    Say, to connect as USER_A and run statement: 'create view USER_B_SCHEMA.myview as select...'
    Is there any way to accomplish that without granting USER_A privilege to CREATE ANY VIEW? I want to keep USER_A at the lowest profile possible.
    Thanks!

    You have the option to create an stored procedure, here a test case (no optimized, no bug free):
    SYS@orcl > create user sp_owner identified by sp_owner;
    SYS@orcl > grant create any view to sp_owner;
    SYS@orcl> create procedure sp_owner.create_view (
      2  view_name varchar2, view_sql varchar2 ) is
      3  begin
      4    execute immediate 'create view '||view_name||' as '||view_sql;
      5  end;
      6  /
    Procedure created.
    SYS@orcl > create user test identified by test;
    SYS@orcl > grant create session to test;
    SYS@orcl > grant execute on sp_owner.create_view to test;
    TEST@orcl> execute sp_owner.create_view('scott.emp_vw','select * from scott.emp')
    PL/SQL procedure successfully completed.HTH
    Enrique
    PS. If your problem was solved, consider marking the question as answered.

  • Allowing end-user to create a user using a form

    Hi all,
    I'm working on a project whereby I must allow end-users from anywhere to create an account for themselves (Register).
    Which table/object should I create a form on to enable users to register.
    (APEX 3.1.2)
    kind regards
    Mel

    Hi Mel,
    I just set up custom authentication for the last application I developed. The user table is pretty simple and you can easily hash the passwords. I even developed a process where a person can change their own password and the process email them of any such changes. Course, that requires an email address to be a column in the user table.
    There is a relatively new Apex book out titled Pro Oracle Application Express. It has a lot of good information concerning custom authentication. It takes you through the whole process, step by step. Also, the book is excellent in itself and definitely worth having. It has a lot of good information in it.
    Tony (not Tony Miller, another Tony, he he)

  • Change field on form User and change automatic on form AD

    Hello Guys,
    I need change a field on form AD (user atributtes) and when this field is changed, it should change a field on AD form.
    I know that need create a task in Process Taks, using a Copy Value to transfer this values, but this transfer does not occur. What can to be?
    Thanks

    there is no case of auto removal of lookp entries. I am sure some how it is deleted either by Design console or imported Lookup.USR_PROCESS_TRIGGER with old values. Don't worry It won't be deleted automatically.
    --nayan                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How do you allow a user to create a new password?

    The way i have it set up right now the users are registered by the admin and a random password is provided for them to log in. When they login they're instructed to create a new password.
    They click to update their information. Included in this form is an "Old Password" field and a "New Password" field. They can choose if they want to create a new one or not. So I don't want to make it a requirement.
    1 - How do I validate the old password.
    2 - When they type the new password and submit the update info form. It inserts the new record over the old. But only after confirming that that old password is correct. How is this done?
    Or should they just type in a new password with no validation that they know the old. ? Hm.
    Please let me know. Thank you.
    Eddie Adolf

    Hi frunsel,
    if the user choose a name where already exist, the error throws out, but it clears all the register fields (all the users entrys, and i have a few fields)
    humm, that´s not cool -- however...
    how can i prevent this?
    In this case I suggest providing a separate "check username availabilty" procedure in a blank window
    (or a popup window, if you prefer) which ...
    a) on page 1 has a form with one "check_username" text field, and on...
    b) page 2 queries the login table´s "username" column against the textfield´s value and returns "username available" when no matching records were found, respectively "username already allocated" in case of a match.
    That´s something I´d do without using ADDT, means DW´s native database related functionality are absolutely sufficient for such simple stuff
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • Addition of field to field catalog in order to create condition table

    hi,
       I need to add field to SAP 5.0 Field Catalog to allow for creation of custom Condition Table. A field named “Serial no. profile”  exists in SAP 4.6c. The equivalent should be added or created in the SAP 5.0 Field Catalog.
    How do i do this. Plz help.

    Thank you. i've got the solution

  • Fields in Field Catalog not available when creating condition table

    I  see that field HIEBO01 to HIEBO12 are available in Field Catalog, but I don't see these fields when creating condition table
    Please let me know what I am missing here.
    Any insight on this would be really helpful.  Thanks guys!

    you need to get them added to the pricing structure KOMKAZ or KOMPAZ based on whether you need @ header level or @ item level respectively.
    and then add the logic in the sales order user exit for these added field in the pricing_prepare_TKOMK or pricing_prepare_TKOMP...again based on header level or item level.....
    Then go back to the field catalog and select from the respective structure and add them, Then you can see them when creating cond tables.
    Hope this helps. Hope i havent misunderstood your query.,
    Regards
    Sai

  • Allow other users to create subfolders in Public w/ correct permissions?

    Hi,
    I have a Public sub-folder called "Shared" which is set with permissions Everyone: Read & Write. Everyone in my workgroup should be able to have full access control to content in this folder.
    This works great, except when someone else creates a subfolder, so that there is a structure like:
    Public > Shared > Widgets
    If I create the Widgets folder and save a document into it, it has the correctly propagated permissions (Everyone: Read & Write). However, if someone else in my workgroup creates the Widgets folder and saves a document into it, it has incorrectly propagated permissions (Everyone: Read Only).
    Is there a way to adjust my settings so that Read & Write applies not only to documents within "Shared", but to any subfolders that "everyone" creates?

    More like:
    *$ chmod +a "everyone allow addfile,add_subdirectory,file_inherit,directoryinherit" /Users/Shared*
    See http://www.afp548.com/article.php?story=20050506085817850&mode=print for more details.

  • Allow a user to create/change records in 2008 R2 DNS

    Hi,
    We currently have a 2008 R2 domain with two AD servers running DNS. I want to grant permission to a regular user to be able to create/modify records on the DNS server for the primary domain (company.com).
    I have done some reading but everything keeps pointing to a zone delegation, which sounds overly complex and I am not sure it is what I want to do (I don't want a sub-domain).
    I think the DNSAdmins group will give them too much control over the server (change forwarders, etc..).
    I somehow managed to do this on a 2003 server DNS setup, but when I look at the security tabs for both the domain and the server, I cannot find any mention of the user who is able to create records, so I am not sure what I did to get this working.
    Can someone please clarify how I might be able to go about accomplishing this task.
    Thanks in advance!

    I think the DNSAdmins group will give them too much control over the server (change forwarders, etc..).
    Create a custom MMC snapin and assign related permissions. The picture below may give you an idea:
    Mahdi Tehrani   |  
      |  
    www.mahditehrani.ir
    Please click on Propose As Answer or to mark this post as
    and helpful for other people.
    This posting is provided AS-IS with no warranties, and confers no rights.
    How to query members of 'Local Administrators' group in all computers?

  • Allowing multiple users to see same table in object browser

    I can't seem to get multiple users to see the same table in the web based Object Browser, even though I CAN get this to work using sqlplus.
    I have been reading all of the reference documentation and have done the following:
    Created a role called edit_subjects:
    SQL>CREATE ROLE edit_subjects;
    Gave it some priviledges:
    SQL>GRANT INSERT,UPDATE,DELETE,SELECT ON myname.subjects TO edit_subjects;
    Grant the role to another guy:
    SQL>GRANT edit_subjects TO otherguy;
    In SQLPLUS I can do the following:
    C:\>sqlplus otherguy/password
    SQL> select * from myname.subjects;
    That works, BUT when I "Browse Tables" using the other guy's login in the Object Browser of the web based interface, I don't see that subjects table. (When I login as myself, I can see the subjects table) Can anyone help me?
    Thanks,
    Dan

    You might try posting this in the Express Edition forum. I'm unfamiliar with that particular front-end, so I'm not sure. Most GUI tools will have the ability to explore objects owned by other users-- there's almost always a way to pick what schema to browse-- but I have no idea how to do that in this specific tool.
    Justin

  • Allowing user to create link to a network file

    Is there a way to allow the user of a form to enter the path to a local network file (such as a Word document), so that when others click it, it will take them to the file?
    In a thread in another forum, someone posted the following method of create a button containing the following code that converts text entered into a text field into a hyperlink:
    if (xfa.host.name != "XFAPresentationAgent")
        var oURI = xfa.resolveNode("form1.page1.header.TextField2").rawValue;
        var oLink = "<body xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:xfa=\"http://www.xfa.org/schema/xfa-data/1.0/\"><p style=\"letter-spacing:0in\"><a href=\"" + oURI+ "\" style=\"margin-top:0pt;margin-bottom:0pt;text-valign:bottom;font-fami ly:'Myriad Pro';font-size:8pt\">" + oURI + "</a></p></body>";
        xfa.resolveNode("form1.page1.header.TextField2").value.exData.loadXML (oLink, false, true);
    This works great for internet URLs; however, when you enter a local or network path (for example "Y:\Network\File.doc"), you get the following error message in your default browser:
    Firefox doesn't know how to open this address, because the protocol (y) isn't associated with any program.
    How would you alter this code so that it links to a local or network file, and doesn't try to open it in a web browser? Or, if this isn't possible, is there any other way to allow the user to create a clickable link to a file?
    Thanks,
    Jo

    I've never tried it and there may be alternative ways of doing it, but I would think the only way you can provide formatting tools - without recreating each tool - is to use an Applet.
    What you're trying to do is create a document object on the server, have the user select an command on the client side (such as underlining text), have the client pass the command back to the server, and echo the results of that operation, right?
    It would be incredibly awkward and impractical to do that through a conventional stateless HTTP medium such as JSPs, PHP or JavaScript. It may have been done before, I'm just not aware of any attempts to do so.
    Are you willing to consider alternative third-party solutions, open source or not? Or is this something that you explicitly have to code?

Maybe you are looking for

  • DVI to ADC adaptor: Display power button no longer works w/G5?

    I'm looking for answers on a topic originally brought up in this thread: http://discussions.apple.com/thread.jspa?threadID=221092&tstart=45 concerning the Studio Display's power button when attached to an ADC/DVI adapter for use on a G5. I am having

  • External hard drive does not register

    Hi guys, I'm having a ball sitting till 3am and not going anywhere with this film project. Yesterday I bought a Seagate 300G IDE 16M firewire/usb drive to use with FCP on a G5 OSX because the lab I share only gives 15G individual workspace. I want to

  • Power Nap doesn't work right in my MBA mid 2011. Anyone knows why?

    I just boght a MBA middle 2011 and power nap doesn't work right on it, specially in Mail app, where it downloads only a few mails and the rest of them are downloaded as usual, when recativate my laptop. Does anyone knows why?... i also tried to downl

  • Array Example Not Working

    I'm working my way through a JAVA 6 text book to try and learn the basics of the language but I'm getting an error with code which is straight out of the book. the program is as follows. import java.util.*; import java.awt.*; class HalfDollar {      

  • NEW Wireless Keyboard - IT CAME!

    My wireless keyboard (the new metal one) came today! I love it! It's so small and easy to type on!