HOW to Adapt forms with jaws,Zoomtext-VERY VERY URGENT

Hi All,
Can anyone tell me about adapting oracle forms/applications to use with JAWS,ZOOMTEXT or Speech to text software.
I appreciate an early response.
Thanks

Hi Deepthi,
1. Can anyone suggest me how to do the testing
A) Like message monitoring in RWB we have a particular link to monitor the message through differnt seeburger adapter.
I dont remember the link right now.
2. Where to monitor for AS2 messges?
A) Through the same link.
3. How to see the our output files whether we are sending the correct files or not?
A) u mean to check the output file data or strucutre if strucutre is not proper then u will get the error message and ur mapping fails.
4. Outbound -- How we will come to know whether file reached to partner or not?If we set sync Mdn.. where we can see the MDN..?
I have no idea.
5. Inbound-- How we will come to know whether file has sent to us or not?
File is sent over wan so when it will be pickd up by XI.
Thnx
Chirag

Similar Messages

  • How to activate form with full license

    I bought the .99 license for Adobe forms, created a form, tested it and it works. I thne bought the full license, but don't know how to activat emy form with it. When I test the form now, it just says that the form is not available and see my administrator. How do I activatethe form with mey new license
    Thanks
    Whit

    Thanks Josh. Pretty stupid of me. Once I know it all works, I’ll remove you
    from the share as suggested.
    Whit
    From: Josh_Corey [email protected]
    Sent: Monday, October 14, 2013 9:43 PM
    To: whit1950
    Subject: How to activate form with full license
    Re: How to activate form with full license
    created by Josh_Corey <http://forums.adobe.com/people/Josh_Corey> in *
    FormsCentral* - View the full
    discussion<http://forums.adobe.com/message/5760318#5760318

  • How to compile forms with JDAPI ?

    Hi everyone:
    I have more than 200 forms need to compile. All the forms have libraries, object groups attached, they also call stored procedures in the database.
    When I run this code :
    FormModule frm= (FormModule) JdapiModule.openModule("/tmp/"+fileName);
    frm.compile();It reports error like this :
    Exception in thread "main" oracle.forms.jdapi.JdapiStatusException: _jni_compile_form failed
         at oracle.forms.jdapi.BaseAPI._jni_compile_form(Native Method)
         at oracle.forms.jdapi.FormModule.compile(Unknown Source)
         at oracle.forms.developer.JDAPIFormsApi.attachObject(JDAPIFormsApi.java:54)
         at oracle.forms.developer.JDAPIFormsApi.main(JDAPIFormsApi.java:71)Through forms builder, I need to connect to database, put all libraries and resources in the folder included in FORMS_PATH, to get them compiled.
    But how to compile them with all prerequisite conditions set up in my java code ?

    An easier way would be to compile the forms via script, there are several examples on the forum.

  • Abobe form with 2d barcode moves very slow in Adobe reader 8

    I have created a 2d barcode form in designer 8 the form is a two page form with four barcodes to capture the data. The barcodes are on the second page. The form works fine if you open it in Adobe pro but slow down and you see the hour glass appearing once you move the mouse over any field when it is open in reader. I have saved the form with no embeded fonts. Is there a setting i am missing for the barcode set up.
    Frustrated form designer.

    Kofax did send us some error checking to put in the code see below.
    But when I tried it with the raw.Value without the field names it goes to one field that thats takes all the data. The workflow does not put the fields in the AC index fields because there are no field names.
    What will I need to do to modify the code.
    This is really getting very difficult and I have a deadline. Is it possible to do the connect web session as you suggested.
    *****Kofax Fix that was sent*****************
    The fix for this is to modify the sample Workflow Agent so that it ignores
    these blank fields in the tab-delimited output:
    For i = 0 To (iBarcodeFields - 1)
    If FieldName(i) <> "" Then
    Set oIndexField_Field = _
    oIndexFieldsElement.FindChildElementByAttribute("IndexField",
    "Name", FieldName(i))
    If Not oIndexField_Field Is Nothing Then
    oIndexField_Field.AttributeValue("Value") = FieldValue(i)
    End If
    End If
    Next i
    A check is added (the first If statement) to see if the current field name is
    an empty string - If not then process the field.

  • How to integrate forms with web services in EBS

    Hi All,
    I have tried to integrate Oracle forms with webservices.
    I have added the location of jar file to classpath in default.env file in EBS.
    While running form from E Business Suite i am getting following exception
    Exception: java.lang.Exception: java.lang.NoClassDefFoundError:
    Please help me in overcoming this problem.
    Thank you,
    KS

    Hello,
    This is not the EBS forum but the Forms forum.
    <p>Anyway, did you read this article ?<br>It contains all the necessary details/steps</p>
    Francois

  • Designer beginner's question: How to populate form with XML web service output?

    sorry, here is yet another Adobe Designer beginners question: <br /><br />My form uses a webservice data connection which returns <br />an xml-string like this: <br /><br /><?xml version="1.0" encoding="utf-16"?> <br /><CurrentWeather> <br />  <Location>Sion, Switzerland (LSGS) 46-13N 007-20E 481M</Location> <br />  <Time>Apr 26, 2007 - 09:50 AM EDT / 2007.04.26 1350 UTC</Time> <br />  <Wind> from the WSW (240 degrees) at 15 MPH (13 KT):0</Wind> <br />  <Visibility> greater than 7 mile(s):0</Visibility> <br />  <SkyConditions> partly cloudy</SkyConditions> <br />  <Temperature> 80 F (27 C)</Temperature> <br />  <DewPoint> 46 F (8 C) </DewPoint> <br />  <RelativeHumidity> 30%</RelativeHumidity> <br />  <Pressure> 29.88 in. Hg (1012 hPa)</Pressure> <br />  <Status>Success</Status> <br /></CurrentWeather> <br /><br />What is the simplest and recommended way to extract the <br />element fields to my form? <br /><br />Thank you very much an kind regards, <br />Hans Grund

    The question is still unanswered!
    Let me give some details and break up the problem
    in more specific questions:
    - In Designer 8.1 I click new data binding --> wsdl -->
    http://www.webservicex.net/globalweather.asmx?wsdl
    A message box comes up and says "cannot load wsdl file"
    ==> 1. Question:
    Why maybe refuses Designer to load the http-wsdl,
    although this option is explicitly allowed?
    - When I save the wsdl to a file, Designer loads it
    without any problems. The web service uses two input parameters
    (CountryName and CityName) and returns an xml-string GetWeatherResult)
    like the one in my first posting. I drag these fields from the binding view to my form, and it runs ok!
    - THE PROBLEM IS, THAT I NEET TO EXTRACT THE ELEMENT FIELDS
    FROM THE RESULT XML-STRING!
    ==> 2. Question:
    How to extract xml element fields from wsdl output into a form?
    - I tried with eclipse and XmlSpy to build a modified wsdl file
    with structured output definition, so that the specific element fields
    show up in the data binding view and are usable to my form,
    and the modified wsdl maps consistently to the web service result string.
    So far without success: In the PDF -preview or Reader-
    when the wsdl-binding is executed and the web service output
    should show up in the result fields, just nothing happens.
    ==> 3. Question:
    Can this strategy to provide a "modified wsdl" possibly succeed,
    and how?
    ==> 4. Question:
    Is is possible -and how?- to check whether an xml string
    is valid as web service output against the wsdl-definition?
    ==> 5. Question:
    How to debug a web service connection with Designer?
    - Finally I tried to find a way to load the result xml-string
    into a local var in the script editor and parse it, much like:
    var xmlDoc = new ActiveXObject("Microsoft.XMLDOM");
    xmlDoc.load(DataSet.MyForm.GetWeatherResult.rawValue);
    ==> 6. Question:
    Is it possible -and how?- to use a framework like dotnet?
    How to utilize SAX or DOM in Designer?
    Many thanks and appreciations for your help!!

  • How to Handle forms with J2EE?

    Hi, I am currently working on a project that needs to handle a lot of form inputs.
    I needs to find out how can i storage a big chunck of text from the form to the database.
    I was thinking perhaps i can create a text file for the text and store the file name in the database for every entry.
    Is that possible with J2EE technology?

    I am suppose to build a Job Search site. Jobseekers usually will not to copy and paste their resume into a textbox and the form will just store everything in the textbox. I believe a resume is definitely a very big data.
    An alternative will be to upload the file but i have no idea how can i achieve that.

  • How to Combine Forms with .PDF files?

    Hello. Several employees at my company frequently generate reports which are then edited in Acrobat 7. Life was good in the days of Acrobat 5. Then something changed between Acrobat 5 and 6, making this virtually impossible.
    Then along came Acrobat 7. We rejoiced when we realized we could edit all but one table in Acrobat 7, and that one could be edited using ALCD 7. Now here's the rub:
    The tables are generated individually using Crystal Reports as the compiler. Separate .PDFs are generated for each table and edited in Acrobat or ALCD when necessary. When all editing is complete, the reports are compiled in one .PDF for printing/publication.
    The problem is that once we edit a table in Designer, it cannot then be merged with the other .PDFs.
    Is there anything we can do to get around this? Thanks!

    Hi Katherine,
    Unfortunately Designer creates an XFA PDF form, which is not inherently compatible with AcroPDF files. (Their internal structure is different.)
    You could try one or both of the following things and see if they work - I haven't the opportunity to test these just now myself, but this is what I would try..
    Option 1 - When saving the table in Designer, select save as type option of "Acrobat 6 compatible static PDF" option and try if this can be merged into the rest of the file.
    Option 2 - After completing all changes, see if you can set up a batch process in Acrobat professional to print the Design files back to AcroPDF format, and then merge into the bigger file.
    I hope this helps,
    Sanna

  • How to handle form with more than one page in struts

    Hai,
    i have more than one page in my struts web apps. each page has a form & i have submit button @ last page. I navigate between these pages using titles. data has to exist when i come back from another page(i.e i am in page1 i have some fields called name & address as textfield, i move to page2 & then i go back to page1 @ that time i should have the name & addess values that i entered previous in the corresponding textfield) & finally when i submit need to get values form all these pages.
    Plz tell me how to do this.

    Hi prasadmca ,
    1.Try to store those value in session variable
    2. or else store those value in DB

  • How to create Form with LOV in JDeveloer9i?

    Forms Builder 9i use Data Block Wizard and Layout Wizard to define a form and LOV Wizard to define List of Values from master table.
    How can I define LOV for foreign key of a Base Table using JDeveloper9i?

    Check out the JClient demos at:
    http://otn.oracle.com/products/jdev/viewlets/viewlet.html
    There is one for JClient LOVs which may be useful.
    regards
    Grant Ronald
    JDeveloper Product Management

  • How use oracle forms with oracle database  in a local computer network(client -server homogenious network)

    Hello experts,             
                         I am new in Oracle forms.I am using oracle forms 11g with weblogic server 10.3.5 and oracle database 11g at windows 7 platform.
    I want to call my oracle forms(main  login form) from different computers(windows7) connected in a local network.My oracle database is installed in a server computer.I am not talking about oracle forms hosting in internet.I want to deploy oracle forms in a local computer network connected via LAN cable or wi-fi.
    thank You.
    regards
    aaditya

    In most cases you can copy the same entry found in the tnsnames.ora file used by the database.  In the database home, the file can be found in \network\admin.  Open the file and you should find something like this:
    yourAlias =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.100)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = orcl)
    So in the above, you would need to set the alias (this can be anything you like), the IP address or hostname of the machine where the database is running, the port number used by the db listener, and the service name used by the db.  Most of this will already be set for you if you are copying from the database tnsnames.ora.  So you should be able to just copy and paste.  More information about the tnsnames.ora file can be found in the db documentation:
    http://docs.oracle.com/cd/B28359_01/network.111/b28317/tnsnames.htm

  • How to create a form with the Designer Peopletools

    Help friends of the forum:
    Any page of examples of how to create forms with the tool in PeopleSoft Application Designer

    http://www.oracle.com/technology/documentation/psftent.html
    Down Peopletools 8.xx PeopleBooks and look at the PeopleSoft Application Designer
    It walks you through the whole Process

  • How to configure forms

    Hi,
    net config. asst. not connecting with the database. how to configure forms with the database?
    any help will b appreciated,
    with regards,
    MOHAMMED AJAZ.

    hi, sarah
    sorry to say that, still doesn't work.
    is LISTENER causing the problem. look at output:
    C:\>set oracle_home=c:\DevSuiteHome_1
    C:\>set oracle_sid=ajazorcl
    C:\>c:\oracle\product\10.2.0\db_1\bin\lsnrctl start LISTENER
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 13-DEC-2009 12:58
    :06
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    System parameter file is C:\oracle\product\10.2.0\db_1\network\admin\listener.or
    a
    Log messages written to C:\oracle\product\10.2.0\db_1\network\log\listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=DFY8CBB1)(PORT=1521)))
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date 13-DEC-2009 12:58:31
    Uptime 0 days 0 hr. 0 min. 3 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    Listener Log File C:\oracle\product\10.2.0\db_1\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=DFY8CBB1)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    Is this causing any problem in above line:
    Instance "PLSExtProc", status UNKNOWN,
    With regards,
    MOHAMMED AJAZ.

  • How to test Scenario with AS2 adapter..!!!Very Very Urgent..!!

    Hi All,
    We have provided the partner details like AS2ID,URL,Port and certificates.
    They ask me to do some sample testing whether files are reaching to partner system or not.
    I done all the required steps in IR and ID...
    1. Can anyone suggest me how to do the testing
    2. Where to monitor for AS2 messges?
    3. How to see the our output files whether we are sending the correct files or not?
    4. Outbound -- How we will come to know whether file reached to partner or not?If we set sync Mdn.. where we can see the MDN..?
    5. Inbound-- How we will come to know whether file has sent to us or not?
    Someone pls explain step by step how to do the testing using AS2 adapters for both Outbound and Inbound.
    Its Very Very urgent.
    Waiting for your replys..
    Regards
    Deepthi.

    Hi Deepthi,
    1. Can anyone suggest me how to do the testing
    A) Like message monitoring in RWB we have a particular link to monitor the message through differnt seeburger adapter.
    I dont remember the link right now.
    2. Where to monitor for AS2 messges?
    A) Through the same link.
    3. How to see the our output files whether we are sending the correct files or not?
    A) u mean to check the output file data or strucutre if strucutre is not proper then u will get the error message and ur mapping fails.
    4. Outbound -- How we will come to know whether file reached to partner or not?If we set sync Mdn.. where we can see the MDN..?
    I have no idea.
    5. Inbound-- How we will come to know whether file has sent to us or not?
    File is sent over wan so when it will be pickd up by XI.
    Thnx
    Chirag

  • How to create PDF with Form Builder (T-Code:SPF) and how to use it?

    How to create PDF with Form Builder (T-Code:SPF) and how to use it? Is there anyone can show me some doc. or PA material ? << removed >>  Thank you very much!!
    Edited by: Rob Burbank on Nov 11, 2010 1:04 PM

    PDF forms also known as Adobe From or Interactive Forms.
    Check this link -
    Interactive Forms
    REG:ADOBE FORM
    Adobe forms
    Regards,
    Amit

Maybe you are looking for