Wizard functions?

Hi! I have a Creative suite Design Standard 9 Adobe program and I am attempting to make a wizzard form that can be made into an entry form for a competition. So I need to 1. Make the form into a question and answer form that Participants may fill out. 2. make it possible for them to download it via a link on our website 3. make it possible for them to save the info they have written into the form and mail it to the mail we have supplied in the entry form and 4. make it possible for them to put in a jpg. as part of the entry for and lastly 5. make it possible for us to copy paste the document and use it on other platforms. How do I do this - is it at all possible with adobe?

Those requirements are go way beyond what PDF forms can do and are meant for, some of them would require involving other programs or are mutually exclusive and contradictory. You are wasting your time even thinking about doing this as an "offline" PDF form. Simply sign up for an online forms/ survey service like FormsCentral or Surveymonkey.
Mylenium

Similar Messages

  • 10.1.3 - Create Table Wizard - function based indexes?

    Is the ability to create function based indexes via the Create Table Wizard planned for the 10.1.3 production release?
    It appears the Wizard under step 7 has the ability to enter "function" expressions. However an error dialog appears if you enter anything but a column name.
    CM.

    Chris,
    Yes, this has been implemented for Production.
    Regards,
    Lisa Sherriff
    JDev QA

  • "Import Metadata Wizard" functionality in OMB+

    Using OWB 9.2
    Is it possible to access the functionality of the "Import Metadata Wizard" from OMB+? I need to dynamically import objects from a known host:port:service:schema.
    One way to invoke the "Import Metadata Wizard" from the client is to select "Import" from the right-click menu on an Oracle Module.
    Thanks in advance for any clues.

    I'm told on MetaLink this is not yet possible, although SQL can be used to generate the OMB+ commands needed. ...yet another kludgy workaround...

  • Overdue invoice not included in Dunning Wizard

    Some overdue invoices are not being presented in the dunning wizard results even though all criteria appear to have been met. (version 8.82). For a selected business partner and invoice, the Block Dunning is set to "No" on the business partner and the invoice (INV6). The invoice due date is 2/10/13. We only have one dunning level that has 30/60/90 days. For this customer, all other invoices come up except this invoice. The last dunning run was 7/2/2013.
    Any ideas of things to look for?
    Thanks.
    Alan

    Hi Gordon, According to SAP documentation the requirements are:
    1) Dunning definitions have to be set in the database
    2) Business Partner Master Data and in the A/R Invoice -> Logistics tab, the Block Dunning Letters option is not ticked
    3) A/R Invoice meets the criteria specified in the Steps 2, 3 and 4 of the Dunning Wizard function
    4) A/R Invoice meets the ‘Dunning Level’ criteria specified in the Dunning Term window
    I have double checked and all these requirements have been met. The invoice still isn't showing. Is there a query that will replicate what SAP is doing?

  • DRQ: Allow choosing correct Business Partner bank account in Payment Wizard

    Hello,
    This is a DRQ about the Payment process.
    It concerns the "Payment Wizard" functionality (Menu "Banking --> Payment Wizard") and the "manual outgoing payments" creation (Menu "Banking --> Outgoing Payment --> Outgoing payment").
    Version : 2007A SP00 PL38
    Description of requirements :
    In the current version of SBO ( 2007 SP00 PL38 ) when we create an outgoing payment with bank transfer as Payment method (manually or with the Payment Wizard), it is not possible to specify the Supplier "bank account" to use. The default bank account defined in the Supplier Master Data is automatically chosen by SAP B1.
    We can create several bank accounts in the Supplier Master Data, but it is not possible to use the non-default ones in the outgoing payments creation.
    Business needs:
    Some of our SAP B1 customers get suppliers with several bank accounts. They use the "Payment Engine" to generate "bank file" for bank transfer and forward the bank files to their banks and require to choose the correct bank accounts to use to pay each documents.
    The aim of the Payment Wizard is to help the SAP B1 customers to create regularly and automatically some outgoing payments.
    And when the Payment Wizard is run with several documents to pay on different supplier bank accounts for (for example AP Invoices to pay on different bank accounts for the same supplier), it does not work correctly because the bank account which is used in the "bank file" created at Step 9 of the "Payment Wizard" (by clicking the "Bank File" button added by the Payment Engine) is the default one.
    Current Workaround:
    To generate correct bank files, the SAP B1 user has to run several times the "Payment Wizard", modifying each times the default bank account of the supplier. The result is the creation of several "bank files"...
    and an important loss of time !
    Proposed solution:
    In the Payment Wizard, in Step 6/9, add a column which allow the user choosing the bank account (for example in a "choose from list" which display the existing bank accounts of the corresponding supplier) for each document to pay.
    The supplier default account is proposed by default but can be changed for each line.
    This column should be deactivated for other payment method than "Bank Transfer".
    This functionality should be interesting for manual outgoing payment because it should allow choosing the supplier bank account to pay on and recording this bank account information in the manual outgoing payment. In that way it will be possible to print the bak account information on the printed forms (PLD) we can print and send by fax to the bank.
    Kind Regards.
    Grégory

    Hi Grégory
    I have encountered the same problem: The payment wizard always suggests the supplier's standard bank account, irrespective of the information entered on the logistics tab in the pay to field of the AP Invoice. Unlike the solution you proposed (choose from list), I would prefer the payment wizard to automatically select the bank entered in the pay to field of the AP Invoice.
    Best regards
    Christiane

  • Getting 'insertItemAt is not a function' Error Message

    I am using abode pro 8 and am getting a 'insertItemAt is not a function' error message using the following code. (This code below was written as an example to show the process I want - I want to clear a combo box, then add data to it.)
    The error message only appear in a one of my pdf's I currently use, otherwise it works as written. Because I want the data to appear listed from top to bottom within the combo box from 1 to 5, I insert 5 first. 5 gets inserted, but when the code tries to insert 4, it trippers the error message. Any thoughts - is there another way to insert data into a combo box?
    var i = 0;
    var ii = 5;
    var v = new Array();
    v[1] = 1;
    v[2] = 2;
    v[3] = 3;
    v[4] = 4;
    v[5] = 5;
    //Combo Box
    this.getField("Fund Company-Long-Name").clearItems();
    var a = this.getField("Fund Company-Long-Name");
    for (var i= ii;  i > 0; i--)
                 if(v[i] != undefined)
                             app.alert(i);      
                             a.insertItemAt(v[i], (i, ""));
    v[0] = " ";
    a.insertItemAt(v[0], (0, ""));
    this.getField("Fund Company-Long-Name").value = " ";  
    //================Gives this error message=============
    Acrobat Database Connectivity Built-in Functions Version 8.0
    Acrobat EScript Built-in Functions Version 8.0
    Acrobat Annotations / Collaboration Built-in Functions Version 8.0
    Acrobat Annotations / Collaboration Built-in Wizard Functions Version 8.0
    Acrobat Multimedia Version 8.0
    Acrobat SOAP 8.0
    a.insertItemAt is not a function
    4:Field:Mouse Down

    Yes, I'm actually looking at those two methods now. New questions arise.
    If my combo Box is called "Fund Company-Long-Name", how could I add a varying number of items to it, using the "setItems" command?
    I can get it to work for a defined number of items, as below. But I don't know how to insert a variable to replace ["A", "B", "C"] below.
    /=======================================
    this.getField("Fund Company-Long-Name").clearItems();
    var a = this.getField("Fund Company-Long-Name");
    a.setItems(["A", "B", "C"]);

  • Process Orchestration - Configuration Wizard "Process Integration and Orchestration Package" shows running

    Hi SAP Gurus,
    I have installed an SAP PO system and am running the Config Wizard from NWA. The functional unit I have selected from NWA is - "Process Integration and Orchestration Package". This functional unit has in turn selected few more functional units like AEX, SLD. The issue that I am facing is that the wizard does not appear for my inputs and it shows that the selected wizards are running. Please see attachment "config_wizard_running.jpeg"
    I read some forums and found a thread where in it was mentioned how to stop the config wizard and restart it. http://scn.sap.com/thread/1422958
    Even after restarting my server, the functional units are still showing as running in NWA --> Configuration --> Scenarios --> Configuration Wizard --> Functional Unit Configuration UI. Please see attachment "Config_wizard_stuck.jpeg"
    I restarted the application as suggested in the post so that I could run Config Wizard again. But its now allowing me to start it as the status is Running.
    Please suggest.
    Regards,
    Amit

    Hi Dimitri,
    Thanks a lot. I have resetted the functional units. This time the wizard comes up ok.
    Regards,
    Amit

  • Having trouble formatting excel chart using Chart Wizard command.

    Problem Description :
    Trying to create an excel chart derived from an excel spreadsheet. Having trouble understanding the parameters to format in the Chart Wizard function to get the desired results. There are no error messages, just chart is not what expected.
    Goal:
    Chart with temperature on the left, y-axis. 3 lines on the graph for min meas temp, avg meas temp, max meas temp.
    Bottom x-axis should contain year/month values.
    Chart Wizard command:
    status = ExcelRpt_ChartWizard (chart_temperature_handle, chart_data_worksheet_handle, D1:G3, ExRConst_GalleryLine, ExRConst_Rows, 0, 0, 0, 1, "Temperature Stats", "Year/Month", "Temp F", NULL)
    NI Software : LabWindows/CVI version 8.0.1
    NI Hardware : None device
    Driver Version :
    OS : Windows XP
    Customer Information :
    Mary Claflin
    Technology Kitchen Corporation
    US
    [email protected]
    Ph: (512) 965-4722

    Hi Mary,
    Looking at the Chart Wizard within Excel, it appears as though the only
    chart type that allows us to give a series of values for our XAxis
    would be the XY Scatter plot. There IS an option for this when using
    the CVI Excel Report function calls (specifying
    ExRConst_GalleryXYScatter for the plot type).
    However, it appears that there are not any Excel report chart functions
    available in CVI to specify anything other than the general "series"
    object. When this object is sent through as a variant data type to
    Excel, Excel appears to automatically convert this single object into
    separate data series. This is because Excel is not immediately aware
    that we are attempting to use a Scatter plot, and thus must convert
    each column into a separate series. There is no object defined in the
    Excel report that would be able to handle the "Xseries" and "Yseries"
    option that are seen in the chart creation wizard within Excel. Thus,
    we have no way of specifying a different set of data for our XAxis.
    It appears as though, at least for our own CVI functions, that there is
    no way to accomplish your goal. Since CVI is based around C - we CAN
    call any ActiveX client registered on the system. Because of this, we
    should be able to talk with Excel directly without the help of the CVI
    Excel Report functions, although this may be more difficult.
    I haven't been able to find any specific C example code, but here is
    the Excel Object Model on which calls to Excel will most likely be
    based:
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_wrcore/html/wrconexcelobjectmodeloverview.asp
    Sorry for the inconvenience Mary.
    Dan Weiland

  • Time Series Wizard in OBIEE 10.1.3.3

    How do I accomplish the TIME SERIES WIZARD functionality that was present in Siebel Analytics 7.7 in OBIEE 10.1.3.3. This comparison measure feature seems to be removed in OBI.
    Any inputs will be greatly appreciated.
    Thanks.

    There are several problems with the OBE given in the first url (http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/bi_admin/biadmin.html#t11)
    (1) pre-built repository and other files (e.g., SH_PartTwo.rpd, SHQuota.xls) cited in the example are not included with download- at least not with 10.1.3.3.1 version I downloaded. When followed instructions to open SH.rpd (included in the download of 10.1.3.3.1) gave error and could not open it. (My DB version is 10.2, op system XP professional)
    (2) Looks like this OBE is a newer version - under Build Diemension Hierarchies the steps 33 (Customer dim), 34 (Promotion Dim) and 35 (Time Diemension) have been removed. This is good because in the older version of this OBE the time dimension (given in step 35) was wrong.
    (3) In Create Time Measure section cannot select month ago sales and month to date sales columns together in a query. When selected together gave error: pls refer to this thread -
    Time Series Measures
    Hopefully the current version of this OBE will be updated with an example that has steps to create time dimensions (Calendar and Fiscal) and other steps so that columns created with AGO and TODATE functions can be selected together in a query.
    Thanks.
    Message was edited by:
    rxshah

  • Can we call wizard from another wizard

    Hello Everyone,
    Can we call wizard function module from another wizard function module?
    i tried to call, but the road maps and the documentation part of the screen is gettting overlapped.
    Are there any parameters to be changed that the wizards can be called within a wizard?
    Points assured.
    Thanks in advance,
    Prashant

    Hi,
    Do you mean you want to access BAPI in ABAP report?
    If yes, then YES we can call,
    1.Create a report -> In pattern write your BAPI name.
    2. It is like your FM , Read correspoding BAPI documentation
    3. Fill required parametes.
    4. Test run and if successful , final run it.
    And from Outside,
    You have to establish a connection and create a wrapper and access using avaialble APIs.
    Reward if useful!

  • Issue with Siteground "Website Wizard" estore & PayPal Screen

    We currently run a non-proft musical group (community orchestra) website on Siteground. We use the "Website Wizard" function, which lets you create and edit a website easily with canned pages using any web browser. No need to use Joomla, etc. As an option, you can use an ecommerce service such a PayPal with the "estore" page within the Wizard.
    For some reason, the PayPal screen which ties to our PayPal account does not come up when our audience members use Safari to try to buy concert tickets, but the other mainstream browsers work OK (Internet Explorer, Firefox, and Chrome for instance) with a PC or Android device.
    Using my iPad, I downloaded many other browsers such as Firefox and Chrome (and others), but even they won't work on it. It is as if Safari still does certain web browser functions. The upshot is that none of our audience can use iPads, iPhones, or Macs to buy concert tickets. I am guessing that a Mac would work with another browser, but I haven't been able to test that.
    Siteground tech support recently told me that the Website Wizard function will not be updated to fix the issue, so I am wondering if Safari itself can be tweaked to allow the PayPal page to come up when it is supposed to? Since the Wizard does everything for us it is all "backend" with no coding on our part. We simply select PayPal as an option for the estore and put in the PayPal account name and it does the rest - most of the time.
    I am willing to work with the Safari developers to resolve the issue. We'd like to be able to keep the current Siteground account and Website Wizard setup for ease of editing our site (anyone can do it), and we'd also like our audience to be able to use their slick Apple devices to easily order concert tickets. Thanks in advance.

    I can have a look at doing a direct link, but the Siteground "Website Wizard" estore function can be used to gather delivery information such as "Will Call" or sending the purchased tickets via US Mail. The estore function also sends a nice confirmation email to the audience member. Maybe PayPal would have a similar option for users with a simple direct link, so I need to look into that I guess.

  • HTMLDB 1.6 Wizard?

    Hi,
    I am aware the current HTMLDB version on htmldb.oracle.com is a Release Candidate version. I was just wondering where I can find the wizard under application builder?
    Of course I can make my forms, etc, however the wizards are very convenient.
    Regards,
    PAtrick

    Thanks for great support of a fanstastic product.
    In 1.5 I was able to run through a wizard that is similar to the 1.6 "create application based on existing table" wizard, but provided the additional functionality of build the application based on multiple tables.
    Further, the 1.5 wizard prebuilt a "Home" page for navigation and then created a tab for each table's associated form and report. This was very powerful functionality because it allowed HTML DB users to build in seconds a full app to report on and insert data, as well as do the same with metadata stored in related tables. The first time I ran this wizard in 1.5 on three tables I had to sit still in awe for awhile.
    The 1.6 create application wizard seems to be limited to one table. This seems like a big loss of functionality. The pages can still be built manually in 1.6 if one creates the pages, regions, buttons, items, processes, branches, tabs, menus, and navbars one's self, but doing so does not provide the same sense of awe as the 1.5 wizard did, epecially when dealing with general input/report needs that do not require customizations.
    I have read the new docs, both pdfs and online help. I can't find the missing wizard functionality in 1.6. Am I really just lost in the navigation changes?
    Thank you,
    Michael Roessler

  • Report Manager issue in FSG and WEB ADI

    We have four Application Instances and one Database with R12.0.6 and DB version 11.1.0.7 with Load balancer Configuration.
    The Application is running fine with Load balancer configuration, But we are facing the below issue with report manager.
    Even We tried uploading a template from Report Manager in FSG also we are getting the below error.
    But when we remove the load balancer and use the actual host name, It works fine.
    If somebody has encountered the same issue , Please let us know, as it is little urgent.
    We are facing the below issue .
    Navigation:
    GL Super User -> Launch Journal Wizard -> Functional Actuals - Multiple -> Create Document
    Open on WebADI Spreadsheet and we get below error.
    Exception Name: oracle.apps.bne.exception.bnefatalexception-Error loading class: Log file bookmark : 819117
    Thanks,

    Duplicate post.
    Attempting to Upload an FSG template error
    Attempting to Upload an FSG template error

  • Email script  problem

    Can someone help me with the script below, I can't make it to work!!!!!
    This I try to achive is after printing, to email the form as PDF.
    For Click event in a PRINT Button:
    form1.subALL.Submit.Print::click - (JavaScript, client)
    xfa.host.print(1, "0", (xfa.host.numPages -1).toString(), 0, 0, 0, 0, 0);
    Also into the same PRINT Button for PostPrint event :
    form1.subALL.Submit.Print::postPrint - (JavaScript, client)
    xfa.host.messageBox("You are about to Email the form\n\nThank you!","EMAIL FORM",3);
    var DropList =Drop_1.rawValue;
    var subjectbody = "?subject=" + DropList + "&body=Hello!";
    Email_Button.resolveNode("#event.#submit").target = "mailto:" + "[email protected]" + ";" + subjectbody;
    Email_Button.resolveNode("#event.#submit").embedPDF = "0";
    Email_Button.resolveNode("#event.#submit").format = "pdf";
    Email_Button.execEvent("click");
    There is also a Email Submit Button(Email_Button), HIDDEN from layout
    with Email address:[email protected]
    THANKs

    Hi Paul,
    In the console here are the only one I can see:
    Acrobat EScript Built-in Functions Version 9.0
    Acrobat Annotations / Collaboration Built-in Functions Version 9.0
    Acrobat Annotations / Collaboration Built-in Wizard Functions Version 9.0
    Acrobat SOAP 9.0
    My script works till: You are about to Email.. and then does NOT
    execute for some reason the Event Click for the Email_Button!
    I am not getting any message!
    Thanks

  • Fragment works standalone but not when inserted in a form

    I have a search fragment. When I open the fragment and click "Preview" in designer. I click on the "search" button, and it executes a web service that retrieves info from a database and displays it into a table. Everything is working beautifully. The fragment is set to Interactive, and Dynamic XML form.
    I now create a new form and I insert this search fragment into the form. This form is also set to Interactive, and Dynamic XML form. Now, when I click on the "search" button, all of the javascript behind the button executes (i.e. my messageBox debugging messages) but the web service that retrieves the database info doesn't seem to execute.
    What am I missing? I'm perplexed as to why the fragment works stand-alone but doesn't want to work when incorporated into a parent form.
    Any ideas?

    Nope, no errors in the java debugger console.
    The fragment is an xdp (Adobe XML Form) - with form properties "Interactive Form" and "Dynamic XML Form"
    The "parent" form that contains the fragment is an xdp with the exact same form properties as the fragment.
    Here's what's in the debugger console, just general info:
    Acrobat JavaScript Debugger Functions Version 7.0
    Acrobat Database Connectivity Built-in Functions Version 8.0
    Acrobat EScript Built-in Functions Version 8.0
    Acrobat Annotations / Collaboration Built-in Functions Version 8.0
    Acrobat Annotations / Collaboration Built-in Wizard Functions Version 8.0
    Acrobat Multimedia Version 8.0
    Acrobat SOAP 8.0
    Anything else I can check?
    --Elaine

Maybe you are looking for