Creating Forms - HELP

I made a simple form for e-mail.
I want to know how to set the subject of the e-mail

> I made a simple form for e-mail.
> I want to know how to set the subject of the e-mail
What are you using to process the form?
What's the ACTION of the opening form tag?

Similar Messages

  • How to create  search help for field in interactive adobe form

    HI
    I want to create search help for PERNR field in adobe form.
    how i can do it.
    Can any one giud me.
    Regards,
    Laxman Sankhla

    Hi Laxman,
    Please search SDN, there are lots of queries posted and solved earlier on this.
    especially there are step by step blogs.
    Cheers,
    Sai

  • Creating forms (NEWBIE) PLZ HELP!

    hi!
    im trying to create a form as follows!
    the user specifiees the number of say questions in jspPage1, getting the number of questions and displaying the number of forms on the next page jspPage2.
    for example if the user specified that they wanted to enter 10 questions the next page would create 10 of the same forms.
    or allow the user to enter 10 questions on the same form by adding the data to the database and refreshing the page. displaying a empty form and indicating whther update was successful!
    plz help!

    what i mean is!
    i need to create form that when the data is submitted the data is processed andit refreshes it self so that the user can enter some more data.
    makes sense?

  • Help required in creating forms

    Hi All,
    I have to create forms with following Details.
    Order Level:
    1) Order number
    2) Orderdate
    3) Number of lines
    4) Total Ordered Amount
    5) Total Backordered Amount
    6) Order Status
    Line Level:
    1) Order Number
    2) Back Order Line number
    3) Back ordered Item
    4) Amount
    Form Order level must have a button which invokes the Line level window and displays the Back ordered line details for specific order.
    I have done both order level and line level forms. I have used 2 views for above said forms, but when i query for a record in order level and press the button which will show the line level details is not working i,e i have manually query for record in line level form, it is not automating the process. Please suggest
    Thanks and Regards,
    Mahesh

    I got the solution. I had missed out execute_query which will automatically executes the backend query when we click a button.
    Thanks and Regards,
    Mahesh

  • Error while Creating form on remote Database

    Hi All
    I m getting error while creating form on remote database thru
    Database link
    Line/Column Error
    7099/21 PLS-00454: with a returning into clause, the table
    expression cannot be remote or a subquery
    7099/9 PL/SQL: SQL Statement ignored
    7749/16 PLS-00454: with a returning into clause, the table
    expression cannot be remote or a subquery
    7749/9 PL/SQL: SQL Statement ignored
    and statement at line specified is insert statement. and at end
    of insert statement Returning caluse is there as follows
    RETURNING ROWID INTO "_ROWID";
    This returning clause is causing error. Does anybody knows how
    to handel it??
    Thanks
    Yogesh

    Yogesh
    I haven't seen the ora-03116 problem.
    What version of Portal are you running? Are the databases at the same version? Does your table have longs or anything strange in it?
    Can you query the table via the synonyms and link in sqlplus as the application schema? This is a good test because it eliminates Portal.
    You should try setting up synonyms etc for the emp table. If you still get the problem then Oracle may be able to replicate it. If not, then there's sth funny about your table maybe.
    I agree with Vishnu about creating everything in sqlplus. I create all my links and synonyms in sqlplus. They are all public. I have 2 synonyms: one takes you over the link the other takes you to the right schema. It's flexible and it works.
    data database: D grants to P (local schema) on table T
    public syn T = D.T (sys) (get the right schema)
    portal dbase : public db link to data database connecting as P
    public syn T = T@dblink (sys) (over the link)
    P is a schema created in both databases.
    Test is: P in portal dbase can "select * from T" and gets the right data.
    I never, ever refer to a schema when defining a form. ie. never P.T or D.T or whatever. I always refer simply to a synonym. For the above my form would be defined simply on the table T.
    Hope this helps
    Greg

  • How to override the create method invoked by a create form?

    Hello everyone, I'm using ADF Faces and have the next question:
    How can I override the create method which is invoked by a create form to preset an attribute in the new row (the preset value is not fixed, I have to send it to the method as a parameter as it is obtained using an EL expression)?
    In the ADF guide I read how to override a declarative method (Section 17.5.1 How to override a declarative method), but this explains how to do it with a method that is called by a button. I don't know how to do the same with a method which is called automatically when the page is loaded.
    I also tried overriding the view object's createRow() method to receive a parameter with the preset values but it didn't work, I believe that was because the declarative create method is not the same as the view object's createRow. This caused the form to display another row from the viewobject and not the newly created one (I also set the new row into STATUS_INITIALIZED after setting the attribute).
    Well, I hope my problem is clear enough for somebody to help me.
    Thank you!

    Hello,
    I'm not sure you can do it with standard generated Create Form.
    In your view object you'll need to create your own create method with parameters, publish it to client interface and invoke instead of standard generated create action in page definition.
    Rado

  • Getting error while creating form and report on webservice: ORA-20001: Unable to create form on table. ORA-02263: need to specify the datatype for this column.

    i am using the following description to create a web service reference:
    web reference :REST
    Name :Yahoo Map
    URL :http://local.yahooapis.com/MapsService/V1/mapImage
    HTTP Method: GET
    Basic Authentication: No
    Add Parameter:
    Name       Type
    appid        String
    location    String
    Output Format: XML
    XPath to Output Parameters : /Result
    Output Parameter:
    Name       Path       Type
    Url          /text()      String
    Then i tried to create form and report on webservice:
    Web Service Reference Type: Yahoo Map
    Operation: doREST
    All the fields i keep as default
    I tick the checkbox (url)in report Parameter
    After clicking next whereever required i click create button
    I get the following error
    ORA-20001: Unable to create form on table. ORA-02263: need to specify the datatype for this column.
    Please someone help to solve this as i need to fix it urgently.

    i exported the application from apex.oracle.com and imported it to our environment
    import went fine, but when I ran the IR page I got
    ORA-20001: get_dbms_sql_cursor error ORA-00904: : invalid identifier
    evidently the problem is a lack of public execute on DBMS_LOB, which is used in the generated IR source.
    while waiting for the DBA to grant privs on DBMS_LOB, changing the dbms_lob.getlength call to length() fixes the IR.
    however, i am not getting the download link on the associated form page... changed templates, that's not the issue -- we'll see if that's a dbms_lob issue as well

  • Strange error while creating form/report pages [ORA-20001]

    While creating two new pages with a form and report on it, I've got a strange error. I tried to create the pages several times, but I always got the same error:
    ORA-20001: Unable to create query and update page. ORA-20001: Unable to create form on table. ORA-20001: Error creating shortcut id="" ORA-00001: unique constraint (FLOWS_030000.WWV_FLOW_SHORTCUT_IDX1) violated
    Error creating query and update.
    Return to application.
    I'm using the wizard to get the pages, like I did many times before (without problems), but this time it will not work!
    Greetings,
    Jan

    Below is a view or sql query i want to create in XE to show users report on startdate,end date,road name,etc,i am having a problem making this view work when i put the code in the sql script. Kindly help me with this if you can please. Thanks. CREATE OR REPLACE FORCE VIEW "RESULTS_DETAILS_VIEW" ("STARTDATE","ENDDATE","ROAD","NAME","STATUS","TYPE","UTILITIES","DATES","LUTON",
    AS SELECT
    d.Startdate,
    d.EndDate,
    l.Road,
    u.Name,
    ws.Status,
    wt.Type,
    cb.startdate,
    cb.enddate,
    cb.road,
    cb.utility,
    cb.type,
    cb.status
    FROM
    Dates d,
    Luton l,
    Utilities u,
    WorkStatus ws,
    WorkType wt,
    Comb cb
    WHERE cb.startDate = d.StartDate
    AND cb.endDate = d.EndDate
    AND cb.road = l.Road
    AND cb.utility = u.Name
    AND cb.type = wt.Type
    AND cb.status = ws.Status
    WITH READ ONLY
    /

  • APEX:Getting error while creating form and report on webservice: ORA-20001: Unable to create form on table. ORA-02263: need to specify the datatype for this column.

    I am using Apex 4.2.2.00.11
    am using the following description to create a web service reference:
    web reference :REST
    Name :Yahoo Map
    URL :http://local.yahooapis.com/MapsService/V1/mapImage
    HTTP Method: GET
    Basic Authentication: No
    Add Parameter:
    Name       Type
    appid        String
    location    String
    Output Format: XML
    XPath to Output Parameters : /Result
    Output Parameter:
    Name       Path       Type
    Url          /text()      String
    Then i tried to create form and report on webservice:
    Web Service Reference Type: Yahoo Map
    Operation: doREST
    All the fields i keep as default
    I tick the checkbox (url)in report Parameter
    After clicking next whereever required i click create button
    I get the following error
    ORA-20001: Unable to create form on table. ORA-02263: need to specify the datatype for this column.
    Please someone help to solve this as i need to fix it urgently.

    336554,
    Looks like there is a 127-column limit on the number of report columns supported when using that wizard. Do you have more than that?
    57434

  • I have been creating forms in InDesign and pulling into Acrobat XI Pro to do form fields. My client would like to fill in the PDF form, save under a different name locally on their device, and redistribute. The problem I have is that, sometimes, they want

    I have been creating forms in InDesign and pulling into Acrobat XI Pro to do form fields. My client would like to fill in the PDF form using Reader, save under a different name locally on their device, and redistribute. The problem I have is that, sometimes, they want to redistribute the form as Read Only. I know how to flatten the form on a mobile device, but uncertain how they can do that with a PC or Mac using Adobe Reader. I looked at FormsCentral thinking there might be a solution going that route, but don't believe there is. Any advice?

    FormsCentral won't help with flattening a form. You could set up the form in Acrobat so that the fields are set to read-only, using JavaScript. Not quite the same as flattening but it's the best Reader can do.
    Note that when Reader is used to e-sign a document, it gets flattened, but this won't be possible if you need to Reader-enable the form and under certain other conditions.

  • Problems with creating forms in Acrobat Pro 9

    I like (sort of) the new style for creating forms. However; execution leave much to be desired.
    I spent 6 hours yesterday adding about 20 (a mix of Text and check boxes) boxes to one page on a two page pdf. about every 2 minutes or so I would have a crash.
    Using OSX4.11 on a 1.67 GB PowerBook (powerpc) 17" Laptop (system Ram is 2 GB). I made the mistake of instead of buying the CD package from Adobe opted to download from Adobe (on a 1 MB DSL line) took a couple of hours to download) I created a DVD installer disk. But anyway after a certain point the program asked for system password and did a reinstall/repair. Still didn't help.
    In previous versions there was a way to adjust memory Cache there is none in this version. usually I had to set to 1000 just to keep Acrobat from Crashing, looking at a PDF. Now there is no way to set.
    keeps on I am going to have to decompress acrobat 8 so I can do forms.

    No Haxies. I decompressed my back up of Acrobat 8 and used a original copy of the PDF to create the forms. Acrobat didn't have the first hiccup. took all of 15 minutes.
    I tried to do the same on Acrobat 9, after I used AppleJack to dump all my cache files. same results about ever 2-1/2 - 3 minutes Crash City.
    If you want to look at the original PDF with no form text and check boxes. I can send to you. its only page two I'm interested in.

  • Who will create form editor

    hai
    who will create form editor
    is it functional consultants or abapers
    suitable answer will be given suitable points
    kumari

    Hi Aruna,
    Form Editor is a standard tool available in SAP. nobody needs to 'create' it. (Tcode - PE51)
    But if are asking about who uses it to create new forms - HR Consultant would use it to create new forms or copy existing ones and modify them to get the form he requires.
    For example if you want to create a payslip form using form editor - here is the procedure
    Re: payslip creation...............
    Hope that helped
    Regards,
    Anand

  • Creating forms in Acrobat 8 Standard version (ver. 8.3.1)

    I have Adobe Acrobat 8 Standard. My boss wants me to create forms to use on the web (for our intranet). I am told by the IT group that I can create secure forms with fields with the version that I have. I cannot find any info on the web that substantiates that. I don't want to make the IT guys look foolish but I really don't see how I can with the version I have. I have been researching it and it looks like I need the Professional version. Does anyone know the answer? Thanks for any help that you can provide.

    Form creation tools were first added to Acrobat Standard with version 9, so you'll have to upgrade. I would suggest getting Pro, not Standard, if you do.

  • Creating forms in iWeb

    Hi!
    I have a business and want to sell products on my website. Does anybody know if I can create forms in iWeb09? For instance, I have a product that you click on and 1 item of it goes to the check in account. Like it works on Apples website when you buy stuff.
    Thanks!
    /Chris

    I have used the following code in an HTML snippit on my website. In iWeb, it looks and functions perfectly. In Safari, same thing. I Firefox and Explorer the "Submit Form" and "Reset Form" buttons disappear. Any thoughts or suggestions? You can see the live page at http://www.daylightmedia.org and click the "Contact" link.
    <FORM ACTION="mailto:[email protected]?subject=Website Generated Info Request " ENCTYPE="text/plain" method="post">
    <INPUT TYPE="radio" NAME="Newsletter" VALUE="Newsletter ">
    Please add me to your Newsletter list
    <INPUT TYPE="radio" NAME="PrayerPartner" VALUE="Prayer Partner ">
    I will pray for your ministry
    <INPUT TYPE="radio" NAME="FinancialPartner" VALUE="Financial Partner ">
    I want to help sponsor a project
    <INPUT TYPE="radio" NAME="Volunteer" VALUE="Volunteer">
    Add me to your short term volunteer list
    First Name
    <INPUT TYPE="text" Name="Question2" size="20" >
    Last Name
    <INPUT TYPE="text" Name="Question2" size="20" >
    Email Address
    <INPUT TYPE="text" Name="Question2" size="70" >
    Comment
    <TEXTAREA NAME="Comment" ROWS=10 COLS=80></TEXTAREA>
    <INPUT TYPE=submit VALUE="Send Form ">
    <INPUT TYPE=reset VALUE="Reset Form">
    </FORM>

  • Use of Inbound Handler property in SFP transaction while creating form

    Hello,
    Can anyone please tell me what is the use of Inbound Handler property while creating adobe interactive form in SAP SFP transaction.
    Steps ->
    1>in SAP system go to transaction sfp.
    2>create form.
    3>In properties tab->Inbound Handler.->what is the use of this and in which scenarion we use this option.
    And how the above one is different from the Inbound Handler for so50 transaction.
    Regards,
    Menaka.H.B

    Hi,
    First try searching in web and SDN if you are still not able to find answer for your query
    then take your time to post the query in SDN.
    For info on so50 transaction check the below link..
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/db/8df13a348cf77ae10000000a11402f/content.htm
    For Adobe Interactive Forms..
    http://www.sdn.sap.com/irj/sdn/adobe
    Cheers!!
    VEnk@

Maybe you are looking for

  • One PI set up for all the outbound interfaces

    Hello Friends, We have set of interfaces from SAP to 3rd party using PI system. We will not do any mapping for any interface in PI We will receive the IDocs ( Orders , deliveries , shipping and alll ) from SAP  and send it to 3rd party. is there any

  • Can't share internet over airport anymore

    I've got DSL hardwired to a G5. It has an airport that used to share my internet connection wirelessly to several laptops. The other day, I restarted the tower, and I was unable to reconnect to the web from the laptops. The little airport icon with t

  • Is it worth fixing my old mac pro?

    I have a Mac pro Dual Core that I bought in around 2006 I cant tell you what HD/Ram it has as I cant remember off the top of my head and dont have the machine with me as its at the apple store. Now I have never so much as had a niggle of a problem wi

  • Cannot transfer files from macbook pro running os 10.6 to macbook pro running 10.8

    having trouble transferring files from macbook pro running os 10.6.7 to macbook pro running os 10.8. getting message to up grade migration assistant but cannot find upgrade

  • Itunes 8.0 doesn't start up

    hi there, i just downloaded and installed the itunes 8.0 update on my macbook pro with osx 10.4.11 when i start it up, the icon bounces in the dock, the little black triangle is visible, but then it just goes again, and itunes does not start up... i