How can I create a form which accepts answers in 2 different languages?

Hi,
I'm trying to create a form where the users can answer either in English or Hebrew (with the ability to answer some of the questions in Hebrew and some in English)
Currently on the form options it's set for English language (Didn't see an Hebrew option there) and when I test the form I get this error for the fields I try and fill in Hebrew: "The field contains unsupported characters. Please modify your entry."
Is there a way to allow both languages to be inputted into the fields?
Thanks

Just use Swing.
You can integrate Swing and Java3D.

Similar Messages

  • How can I create a form in FormsCentral be a self-correcting quiz for my students?

    How can I create a form in FormsCentral be a self-correcting quiz for my students?

    Hi;
    You can't make it self correcting.
    The only related idea I have is you could publish the Response Table (the "View Response" tab).  You could add an entry for the "right" answers so after a student completes the form the re-direct URL could take them to the Response Table where they could see their entry along with the right answers that you had added.
    They could not edit their response to correct it unless they have a FormsCentral account (free is fine) and you share the form with them, otherwise they can still view the link to see how they did (but would also see all of the other students answers).
    If this sounds interesting I can give more detail on how to set it up.
    Thanks,
    Josh

  • How can I create a form for users wherein the text field will expand to accommodate additional text?

    How can I create a form for users wherein the text field will expand to accommodate additional text?

    You need to use LiveCycle (PC Only) to create a dynamic form like that.
    The best you can do with Acrobat to view all of the text in a field is to set the field to multiline, and set the size to "Auto" (If you don't set the size to 'Auto', you can enter as much text as you wish, but the user will need to use the scrollbar to view all of the text.)

  • How can I create a form requesting a digital signature at the end?

    I'm looking to create a form for a meeting that allows attendees to fill out their address and pertinent information as an agreement and at the conclusion of the form give them the option to sign electronically/digitally.
    How can I do this? Is Adobe Forms the best program for this?

    Hi,
    Unfortunately, digital signatures are not supported in Adobe FormsCentral.
    In order to collect signatures from the attendees, you can either use Adobe EchoSign to collect electronic signatures or Adobe Acrobat to get the documents digitally signed.
    Please follow the links to know more about the services:-
    Adobe EchoSign:-Electronic Signature Software, Digital Signatures | Adobe EchoSign
    Adobe Acrobat:- PDF converter, PDF editor, convert to PDF | Adobe Acrobat XI Pro
    Regards,
    Nakul

  • How can I create Object Tag which supports Sun and MS JVM both.

    Hi,
    I have created object tag as shown below
    <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    name = "TestApplet" height="0" width="0" >
    <param name="code" value="com.apps.TestApplet.class" />
    <param name="codebase" value="codes" />
    <param name="archive" value="TestApplet.jar" />
    </object>
    The above tag is working fine with the below JVM combinations in Windows XP.
    1) Only Sun JVM
    2) Only MS JVM
    3) Sun JVM & MS JVM
    But these conditions are not working with Windows 2000.
    How we can create object tag which will support for these two opertating systems?

    I am not able to understand the problem. From my understanding, you have an applet which you are trying to display in a browser using <object> tag. If that is the correct then all it matters is the browser and the JRE�
    For example the below code when put in a JSP or a HTML, will use JRE 1.6.0_01 that is available on the client machine. If that is not available on the client machine then it will try and download automatically in IE.
    This below code is for IE� if you are using Mozilla Firefox then you need to change the �classid� attribute to �java: com.foo.bar.ui.MyClass�
    <OBJECT ID="Gantt" classid = "clsid:CAFEEFAC-0016-0000-0001-ABCDEFFEDCBA"
                  codebase = "http://java.sun.com/update/1.6.0/jinstall-6u1-windows-i586.cab"
                  WIDTH = "980" HEIGHT = "495" ALIGN = "baseline">
                   <PARAM NAME="cache_option" VALUE="Plugin">
                  <PARAM NAME ="CODE" VALUE = "com.foo.bar.ui.MyClass" >
                  <PARAM NAME="MAYSCRIPT" VALUE="true">
                  <PARAM NAME ="cache_archive" VALUE = "Myjar.jar /" >
                  <PARAM NAME = "type" VALUE = "application/x-java-applet;jpi-version=1.6.0">
                  <PARAM NAME = "scriptable" VALUE = "false">
                  <strong>
                     This browser does not have a Java 1.6.0_01 Plug-in.
                     <br />
                     <a href="http://java.sun.com/update/1.6.0/jinstall-6u1-windows-i586.cab">
                       Get the latest Java Plug-in here.
                     </a>
              </strong>
            </OBJECT>

  • How can i create a table which name is dynamic and not static?

    i have a question to ask. normaly if i want to create a table, i must provid a name for the table. for example, create table tt (id number(5)). But now in my application, I need to control the table name with params through function, how can i do?
    thx

    First thank you to reply so fast!
    But I met problem according to your instructive. The following is my code:
    declare
    m varchar(5);
    begin
    m:='hello';
    execute immediate 'create table'|| m ||'(id number(5),name varchar(5))';
    commit;
    end;
    The SQL*Plus tell me the command create is invalid. My oracle is 8.1.7.0.0. Maybe I miss something so that I can not get correct result. Wish your further help.
    yours sincerely
    zhou jinguang

  • How can i create emca form the operating system

    Hi,
    I am new to java, ran the script and i got the following response.......
    emca -config dbcontrol -repos recreate
    java.lang.IllegalArgumentException: -config
    at oracle.sysman.vto.vtoe.repmgr.Arguments.getOperationCode(Arguments.java:424)
    at oracle.sysman.vto.vtoe.repmgr.Arguments.parseOptions(Arguments.java:212)
    at oracle.sysman.vto.vtoe.repmgr.Arguments.parseArguments(Arguments.java:191)
    at oracle.sysman.vto.vtoe.repmgr.Arguments.<init>(Arguments.java:176)
    at oracle.sysman.vto.vtoe.repmgr.Arguments.<init>(Arguments.java:74)
    at oracle.sysman.vte.repmgr.RepositoryMgrApp.main(RepositoryMgrApp.java:103)
    Exception in thread "main" /apps/app/oracle9/product/9.2.0.1.0/bin >
    Thanks.

    Not so fast,  doesn't mean you're running in 64 bit.
    In short, modern versions of OS X are capable of running 32 and 64 bit executables (apps, command line tools, etc). These executables may be distributed as 'fat' executables which contain the executable to run as a 32 or 64 bit process. OS X offers a duality in this regard, where other OSs are more strict about the binaries they run, load, and build.
    In OS X, you can have a Intel processor which is 64 bit compatible. Your kernel could run in 32 or 64 bit, and your programs could run in 32 or 64 bit. It depends on your configuration and how the programs/extensions/libraries have been built.
    Basically, your confusion comes from the difference between hardware capabilities and the mode of the software you are running which you query. Your processor/hardware is capable of running 64 bit executables, but you have queried the state of an active 32 bit process.
    http://superuser.com/questions/453090/mac-osx-32bit-or-64bit
    When I look in System Profiler, I see 64 bit Intel. But I'm running in 32 bit.
    Message was edited by: WZZZ

  • How can i create a .mov file from image sequence with different durations

    how do u create an image sequence with different durations? image one stays for 10 seconds and image two may stay for 30 and so on. each one has a custom duration. can this be done with an apple script or a text file saved as an mov file?

    Hello Omar,
    The example code Programmatic Printing of TestStand Reports - Modular contains a sequence that will convert an XML file to an HTML file given the XML file's path and the path to the stylesheet.  It may need to be altered to fit with the modifications you have already made to the report generation routines, but I think it should definitely get you off on the right foot.  Let me know if you have any questions!
    NickB
    National Intruments

  • How can I create a form with a button that adds a new page of fields to fill out?

    Hi,
    I have a one-page form created in Acrobat Pro 9 that contains five fields for a user to complete. I'd like to give the user the option of adding a page with the same five fields to fill out. The user finishes those fields, presses an "Add a Page" button, and then gets another page to fill out, and so on. When finished, their PDF form might be 10 pages long, at which point the user can save it as a single PDF file. Is this possible to do in Acrobat Pro 9 or 10, and if so, how?
    Thanks,
    Andrew

    When I created a new template like you told me, I wasn't given the option to rename the fields. See screenshot below. I'm just given the option to add a new template. Changing it refers to changing the template to a different page.
    If you can show me how to have the fields renamed automatically or use the rename parameter, I think that should fix it.
    Under Tools>JavaScript>Document JavaScripts, I've added a Script named "PackagingArtwork".
    // Here is the code
    function PackagingArtwork()
    {this.createTemplate({cName: "PackagingArtwork", nPage: 5});
    // Here the code that spawns the template
    var PackagingArtworkArray = this.templates;
              var PackagingArtwork = PackagingArtworkArray[0];
              PackagingArtwork.spawn(this.numPages, false, false);
    This is what the JS debugger said.
    Acrobat EScript Built-in Functions Version 10.0
    Acrobat SOAP 10.0
    var t1 = createTemplate("t1", 0);
    var oXO = t1.spawn({nPage: numPages, bOverlay: false});
    while (numPages < 50) {
        t1.spawn({nPage: numPages,  bOverlay: false, oXObject: oXO});
    undefined
    [object CosObj=<<Stream>>]
    TypeError: PackagingArtworkArray is null
    2:Field:Mouse Up
    TypeError: PackagingArtworkArray is null
    2:Field:Mouse Up
    TypeError: PackagingArtworkArray is null
    2:Field:Mouse Up
    TypeError: PackagingArtworkArray is null
    2:AcroForm:Duplicate Packaging Artwork:Annot1:MouseUp:Action1
    TypeError: PackagingArtworkArray is null
    2:Field:Mouse Up
    TypeError: PackagingArtworkArray is null
    2:Field:Mouse Up
    TypeError: PackagingArtworkArray is null
    2:Field:Mouse Up
    TypeError: PackagingArtworkArray is null
    2:AcroForm:Duplicate Packaging Artwork:Annot1:MouseUp:Action1
    TypeError: PackagingArtworkArray is null
    2:AcroForm:Duplicate Packaging Artwork:Annot1:MouseUp:Action1
    TypeError: PackagingArtworkArray is null
    2:AcroForm:Duplicate Packaging Artwork:Annot1:MouseUp:Action1

  • How can I Create a Form in a Report

    I want to create our purchase order form in a Crystal Report. I can duplicate 90% except I am unsure of how to adjust the page size. If I have an order that has one or two Items My from has the bottom line about in the middle of the page, if I have an order that goes to 2 pages, the first page does not have the bottom line.
    Any ideas would be great!
    Thanks
    Jeff

    Can you put the bottom line in the page footer ?

  • How can I create icloud account which I tried and it has showing the message that multiple free accounts have been activated on this device how should I install icloud and I got from apple support if you have mac then create a new icloud account but I don

    How will have an option to create an icloud id

    Hello there, vishal274.
    The following Knowledge Base article provides a great FAQ that provides some great answers to some of the more common questions about iCloud, including yours:
    Creating an iCloud account: Frequently Asked Questions
    http://support.apple.com/kb/ht4436
    How do I sign up for iCloud?
    You can sign up for iCloud on an iPhone, iPad, or iPod touch with iOS 5 or later, or through System Preferences on a Mac with OS X Lion v10.7.4 or later. Just follow the setup instructions for your iOS device or Mac.
    You may need to verify the email address that you use for your Apple ID. See Frequently Asked Questions About Apple ID for more information.
    I had a free Find My iPhone account. How do I sign up for iCloud?
    Update the devices that you use with Find My iPhone to iOS 5 (iOS 6 recommended). When you're asked to enter an Apple ID during setup, enter the Apple ID you were using for Free Find My iPhone. Your account will be automatically updated to iCloud.
    I had a MobileMe account. How do I sign up for iCloud?
    To use your MobileMe account for iCloud, follow the iCloud setup instructions and enter your @me.com or @mac.com email address as your Apple ID. If you had an @me.com address, it will be reactivated for email when you sign up for iCloud. If you had an @mac.com address, it won't be reactivated for email, but you can set up a new @icloud.com email address to use with iCloud.
    Important: You will need a verified email address associated with your @me.com or @mac.com Apple ID to set up iCloud. To add a verified email address, go to My Apple ID (appleid.apple.com), sign in with your @me.com or @mac.com email address, and add a valid email address to your account.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • How can we create a form that has a pay now (via paypal) or pay later option for events

    Hi we have people that attend events that do not like to pay online they pat at the door - so they are not completing the registration form so we are getting emails for RSVPs as well as form data so this has created more of an issue for us than solved our registration process.

    Check out this post: http://forums.adobe.com/message/4399918#4399918
    You can use skip logic to get the desired effect. If you have problems do it just reply back.
    Randy

  • HT1338 How can I create a form to let people email me on an iweb website?

    I don't find any widget and/or help to create a simple contact us form on iweb. Any ideas?
    This is pretty basic to just about any website... so it doesn't seem possible apple would overlook this ... But I can't seem to find it anywhere.
    Can anyone help me?

    Maybe the experts here can help:
    https://discussions.apple.com/community/ilife/iweb

  • How can I create editable forms on an iPad?

    I would like to be able to have a form on my iPad (do not care what format it is in) that I can fill in fields and then print out or email. I do not need to save the data entered into the data fields on the form.

    Tab? Not really a function native to iOS except maybe in some browsers using a web form. Its possible you  might find an app supporting that, but i have my doubts. As for completing a form, there are several apps available that support that at a variety of price points, but you may have difficulty finding one that will write protect the file from anyone with a full version of Acrobat. Not impossible, but obviously a search through the app store and some close reading of descriptions and reviews is in your future.

  • Just installed 7 pro, how can I import my bookmarks which I saved on a different drive?

    just installed windows 7 pro. I saved my bookmarks on a second drive but can not find how to import into my new copy of firefox. Why is this not an option when I go to import? Only option is IE.

    It depends on the format you saved the bookmarks in.
    If it was an HTML file see [[importing bookmarks from an HTML file]]
    If you used the JSON format to backup the bookmarks see [[backing up and restoring bookmarks]]. (Use the Restore - Choose file option)
    If you saved the places.sqlite file, you can place that file in your new [http://kb.mozillazine.org/Profile_folder_-_Firefox profile folder], replacing the file that is already there. This will replace the bookmarks and history with those from your previous version.

Maybe you are looking for

  • Issue in populating dropdowns in Visual Composer

    Hello Experts, I am currently trying to push application development using Visual Composer 7.0. Came across certain issues which we were unable to resolve: 1) We have an RFC which gives 10 return tables. We need to fill the data from these tables int

  • Use of RF scanner for Optimization of Warehouse operations

    Dear All, I am going through the SAP forum, i saw few of you worked on some scenarios related to RF scanner. I am also working on a business requirement to optmise the Warehouse operation, like in existing business GR / TO confirmation/ GI/ JIT call

  • External charger for Zen V p

    I have a new Zen V Plus, and purchased an external USB charger from Hama. Apparently this does not work. The charging indicator does not show up, and there is no sign of increased battery charge. Is there any reason why this does not work, or is ther

  • Using External Effects with Logic

    I'm about to purchase Logic 9, and also need an Audio Interface.  I've got a Korg MicroKorg, which I intend to line-in for its own synth functionality.  I also intend to use it as a midi control surface to use percussion, etc., in Logic.  How would t

  • I cant select a clip in the TL without the Playhead moving along

    Hi... Yes, I have disabled Skimming so this aint causing it. What happens is that I set my playhead on any frame then I'll select a clip in the TL, one where the playhead isn't currently positioned. What happens now is that the Playhead will move to