How  i distingue submitting forms

Good Afternoon
I am suffering has some days here trying to make a way to
solv a problem that I am having with forms in the creation of a
page where i will sell bikinis. The page will go to present to the
user a bikini and the user will be able to select the part from
above of the bikini (top) or the part of low (bottom) and still
will go to choose the color, size and the amount from an selection
list and i am stuck here in which way i will send these data for
one another page where i will have a supply conference. To have an
idea of what I am speaking . Have a look at in this link:
http://www.catvi.com.br/ch_detalhespraia20.asp?nome_biquini=Biquini%20Calina
I cant figure it out how i will filter this data sended by
the correct user selection...
Have a look in my code, im using the repeat region in the
list/menus:
<form name="add_produto" id="add_produto" method="post"
action="addtocart.asp?ref_number=<%=(rsPresult.Fields.Item("ref_number").Value)%>"
>
<p> </p>
<table width="770" border="0" cellpadding="0"
cellspacing="0">
<tr>
<td colspan="2"
valign="middle"><p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p></td>
<td valign="top" >
<%
While ((Repeat2__numRows <> 0) AND (NOT rsPresult.EOF))
%>
<%
ref_number = rsPresult.Fields.Item("ref_number").Value
image = rsPresult.Fields.Item("image_path").Value
nome = rsPresult.Fields.Item("nome_biquini").Value
%>
<%
Dim rsCor__MMColParam
rsCor__MMColParam = "1"
if (ref_number <> "") then rsCor__MMColParam =
ref_number
%>
<%
Dim rsCor
Dim rsCor_cmd
Dim rsCor_numRows
Set rsCor_cmd = Server.CreateObject ("ADODB.Command")
rsCor_cmd.ActiveConnection = MM_catvi_STRING
rsCor_cmd.CommandText = "SELECT DISTINCT Cores.Cor,
Cores.Fotoscoresmaior, Cores.Fotothumbs, prod_biquinis.ID,
prod_biquinis.nome_biquini, prod_biquinis.ref_number FROM Cores
INNER JOIN prod_biquinis ON Cores.ID = prod_biquinis.ID WHERE
ref_number LIKE ? ORDER BY Cor ASC"
rsCor_cmd.Prepared = true
rsCor_cmd.Parameters.Append
rsCor_cmd.CreateParameter("param1", 200, 1, 255, rsCor__MMColParam)
' adVarChar
Set rsCor = rsCor_cmd.Execute
rsCor_numRows = 0
%>
<%
Dim Repeat1__numRows
Dim Repeat1__index
Repeat1__numRows = -1
Repeat1__index = 0
rsCor_numRows = rsCor_numRows + Repeat1__numRows
%><p align="left"><span class="style5">
<span class="style65"><img src="catvi/images/flecha_.gif"
width="8" height="13" /></span><span
class="style56"><%=(rsPresult.Fields.Item("nome_produto").Value)%></span></span>
<br />
<span class="style32"><br />
N&uacute;mero de refer&ecirc;ncia: 
<%=(rsPresult.Fields.Item("ref_number").Value)%></span><br
/>
<span
class="style3"><%=(rsPresult.Fields.Item("descr_detalhada").Value)%></span><br
/>
<br />
<select name="menutamanho" class="style3"
onmouseover="MM_showHideLayers('tamanhos','','show')"
onmouseout="MM_showHideLayers('tamanhos','','hide')">
<option value="0">Tamanhos</option>
<option value="P">P</option>
<option value="M">M</option>
<option value="G">G</option>
<option value="GG">GG</option>
</select>
<span class="style32"
onmouseover="MM_showHideLayers('tamanhos','','show','tamanhos1','','hide')"
onmouseout="MM_showHideLayers('tamanhos','','hide','tamanhos1','','hide')"> </span>
<select name="corlist" class="style3"
title="<%=(rsCor.Fields.Item("Cor").Value)%>">
<option value="0">cor</option>
<%
While (NOT rsCor.EOF)
%><option
value="<%=(rsCor.Fields.Item("Cor").Value)%>"><%=(rsCor.Fields.Item("Cor").Value)%></opti on>
<%
rsCor.MoveNext()
Wend
If (rsCor.CursorType > 0) Then
rsCor.MoveFirst
Else
rsCor.Requery
End If
%>
</select>
<select
name="Qty<%=(rsPresult.Fields.Item("ref_number").Value)%>"
size="1" class="style3"
id="Qty<%=(rsPresult.Fields.Item("ref_number").Value)%>">
<option value="0"
selected="selected">Quantidade</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
</select>
<br />
<br />
<%
While ((Repeat1__numRows <> 0) AND (NOT rsCor.EOF))
%>
<%if
Instr(Request.ServerVariables("HTTP_USER_AGENT"),"Opera") = 0
Then%>
.value)%>',168,0,148,0);MM_showHideLayers('fotocor','','show');return
document.MM_returnValue"
onmouseout="MM_showHideLayers('fotocor','','hide')"
target=_new><img
src="<%=(rsCor.Fields.Item("Fotothumbs").Value)%>"
border="0">
<%else%>
.value)%>',145,0,124,0);MM_showHideLayers('fotocoropera','','show');return
document.MM_returnValue"
onmouseout="MM_showHideLayers('fotocoropera','','hide')"
target=_new><img
src="<%=(rsCor.Fields.Item("Fotothumbs").Value)%>"
border="0">
<%End If%>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
rsCor.MoveNext()
Wend
%>
</p>
<p align="left" class="style3"> <span
class="style54">  </span><span
class="style31">Pre&ccedil;o :</span><%=
FormatCurrency((rsPresult.Fields.Item("preco").Value), 2, -2, -2,
-2) %></p>
<%
Repeat2__index=Repeat2__index+1
Repeat2__numRows=Repeat2__numRows-1
rsPresult.MoveNext()
Wend
%>
<p>  Clique aqui para ver
tamanho</p>
<p class="style3"><img src="addtobag.gif"
width="280" height="40" border="0" /></p>
<p align="left" class="style3"><img
src="/catvi/images/btn_indique.gif" alt="Indique esta
p&aacute;gina para um amigo" width="247" height="40" border="0"
/></p>
<p align="left"
class="style3"> </p></td>
</tr>
<tr>
<td width="294" height="25"><div
align="center"><span class="style3"><span
class="style31">
<td width="2"></td>
<td></td>
</tr>
</table>
</form>
In the next page i was trying to filter the data using this
recordset:
<%
Dim rsqtidade
Dim rsqtidade_cmd
Dim rsqtidade_numRows
Set rsqtidade_cmd = Server.CreateObject ("ADODB.Command")
rsqtidade_cmd.ActiveConnection = MM_catvi_STRING
rsqtidade_cmd.CommandText = "SELECT ID, nome_biquini,
nome_produto, ref_number, Estoque, Cor, Tamanho, ProductDetailID,
peso_item, preco FROM QryEstoqueBiquini WHERE ref_number in ("
& Request.Form("ref_number") & ") AND Tamanho LIKE '" &
Request.Form("menutamanho") & "' AND Cor LIKE '" &
Request.Form("corlist") & "'"
rsqtidade_cmd.Prepared = true
Set rsqtidade = rsqtidade_cmd.Execute
rsqtidade_numRows = 0
%>
Unhappily give the error:
ADODB.Field error '800a0bcd'
Either BOF or EOF is True, or the current record has been
deleted. Requested operation requires a current record.
/addtocart.asp, line 32
After some days trying something in sql i percept that this
what im trying to do will no have a solution, So im asking here for
help to give a way, I until I would obtain to make to function ce
in the page of election of bikini I I used two separate
formularios, but i falls in the problem of that if the user that to
want to buy the complete bikini will have to buy from above part
and later the part of low, would like to have a skill so that the
user could decide what it wants to buy.
and sorry by my english guy
Hope in find a solution
Cause in here Brazil no one forum here could help me, u are
my last hope
Ty
No more
Fábio

Dear Aamir,
Please copy TNSNAMES.ORA file from your Database Home/NETWORK/ADMIN directory and copy that in NETWORK/ADMIN directory where you installed Forms/Reports 6i. then you can connect to your server by using SID as host string like: system/manager@<SID example: ORCL>
Regards,
Reza

Similar Messages

  • How to avoid submitting form twice

    How to avoid submitting form twice when this form use spry
    validation.

    The first step in your hanlder function would be to disable
    the submit button.

  • How to avoid submitting a page when tabular form rows are empty

    Hi,
    I have a master detail form in my application. There are 2 tables that are used Table A and Table B. Table A contains Ticket number and Table B refers to Table A through a foriegn key and Table B have columns like Date,Name, Age, ticket_id (that refers to the ticket_number of the Table A).
    This is how the application works:
    In a page there is a field for Ticket Number, once the user enters the Ticket Number and click Add Details, a tabular Form with 5 empty field appears... (Done through Page Process->Data Manipilation->Add Rows)
    This form contains fields Date, Name and Age. Once the user fills in all the details and click Submit button, the page is submitted. Whatever values that was entered is saved in Table B. Page Sucess message appears. This works fine.
    But once the Ticket Number is entered and Add Details is clicked, and without entering the values in the Tabular Form, if Submit button is clicked, there is no error showing up neither I see Page success message. But this should not be allowed. There should be some error showing up...
    Tabular Form Validations works only when user enters some values in the Tabular Form and click Submit. For the above scenario, where the form is untouched the validation doesnt work.
    How can I get this done? Any ideas?

    Hello Suzi,
    >> if (document.wwv_flow==null)
    The document.wwv_flow is an object representing the current form that was just rendered on your screen. As such, it can never be null.
    >> How to avoid submitting a page when tabular form rows are empty
    The correct way, especially for versions prior to APEX 4.0 is to use JavaScript, but for that, you need to know and understand how APEX generates your tabular form, HTML wise.
    To be very brief, APEX attached a unique ID to every updatable cell in the tabular form, using a certain pattern – each updatable column is getting a unique name (e.g. ‘f01’,’f02’ etc.) and the ID of a cell is a combination of this name with the serial row number the cell is on. For example, a cell on the third row in an updatable column called ‘f04’ will be given an ID of f04_0003. (More detailed explanation, with an example, can be found in my book).
    What you should do is to check these cells according to your validation policy (e.g. is all five row must be filled, is all the columns in a specific row must be filled, etc.).
    Regards,
    Arie.
    &diams; Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    &diams; Author of Oracle Application Express 3.2 – The Essentials and More

  • How to send submited information on the form created in flash catalyst to an email??

    Hi,
    i have created a contact form in flash catalyst including submit button and i need this information to be emailed, when people press the submit button.
    does anyone here have the idea what should i do and what is the easiest way????
    please help me on this...

    Hi Faryar,
    Emailing a form requires some special setup on your web server. The actual sending of the email is done on the server-side. The SWF you create in Catalyst sends a request to your server, which then sends the email. Unfortunately, you have to be prepared to learn some server-side coding to get this to work.
    Here are some resources to help you get started:
    - A tutorial on making web forms: http://www.javascript-coder.com/html-form/how-to-make-a-form.phtml . Note that you'll be doing the actual form UI in Catalyst, instead of HTML (so you can skip those parts).
    - Using the Flex Form control to sending email using PHP on the server: http://cookbooks.adobe.com/post_Submitting_a_Flex_form_using_PHP-8523.html . Note that you're not using the Form control, but this demonstrates how to write the PHP code.
    - A good discussion of this topic. http://www.actionscript.org/forums/showthread.php3?t=181049
    - One cheesy way of doing this without a server is to create a mailto link with the email body pulled from the form. When the user clicks the link, his email client will open up with the email pre-written, but he will still have to send it. I don't really recommend this method as many users don't have mailto configured on their machines. If you do want to do it, you just need to construct a mailto link dynamically from the form contents. Add a "Go to URL" interaction in Catalyst, import the project to builder, and then change the URL to something like this:
    "mailto:[email protected]?subject=Form Submission&body=" + firstNameTextInput.text + ", " + lastNameTextInput.text".
    -Adam

  • How to submit a form with checkboxes in a page flow?

    I'm having some trouble with a form that contains several checkboxes, and
    how to submit this form within a page flow...
    I have a JSP page containing a form with N checkboxes. The value and
    checked/unchecked status of each checkbox is generated from parsing an XML
    document. Here is the (simplified) code:
    <%@ taglib uri="http://java.sun.com/jstl/xml" prefix="x" %>
    <netui:form action="doUpdate">
    <x:forEach select="...">
    <input type="checkbox" name="id"
    <x:if ...>checked</x:if> value="<x:out ... />">
    </x:forEach>
    <netui:anchor formSubmit="true" action="doUpdate">Submit</netui:anchor>
    <netui:anchor action="doCancel">Cancel</netui:anchor>
    </netui:form>
    When this form is submitted, the checkbox values are lost -- the following
    code (in the action) produces an empty array:
    String[] prefs = this.getRequest().getParameterValues("id");
    I looked at the <netui:checkbox> tag, but it does not appear to give me a
    way to set the state and value (unless I've missed something).
    Can I submit a form without using a form bean? If I do use a form bean, can
    I set the state and value from my JSP?
    Any suggestions on how to do this (or insights into what I'm doing wrong)
    are welcome...
    -- Craig

    I am new to this, but I think this may solve your problem:
    I am not sure if this is what you are looking for, but you can create a LinkedHashMap
    with the req key/value pairs in the page-calling action in the pageflow and then
    pass that via a getRequest().setAttribute("myCheckboxes",myCheckboxHashMap);
    You can then access it in code using the optionsDataSource portion of the netui:checkBoxGroup
    - ie
    <netui:checkBoxGroup dataSource="{actionForm.thisCheckbox}" optionsDataSource="{request.myCheckboxes}">
    Hope this helps!
    m
    "Craig Coffin" <craig+1268fbec@nfld-dot-com> wrote:
    I'm having some trouble with a form that contains several checkboxes,
    and
    how to submit this form within a page flow...
    I have a JSP page containing a form with N checkboxes. The value and
    checked/unchecked status of each checkbox is generated from parsing an
    XML
    document. Here is the (simplified) code:
    <%@ taglib uri="http://java.sun.com/jstl/xml" prefix="x" %>
    <netui:form action="doUpdate">
    <x:forEach select="...">
    <input type="checkbox" name="id"
    <x:if ...>checked</x:if> value="<x:out ... />">
    </x:forEach>
    <netui:anchor formSubmit="true" action="doUpdate">Submit</netui:anchor>
    <netui:anchor action="doCancel">Cancel</netui:anchor>
    </netui:form>
    When this form is submitted, the checkbox values are lost -- the following
    code (in the action) produces an empty array:
    String[] prefs = this.getRequest().getParameterValues("id");
    I looked at the <netui:checkbox> tag, but it does not appear to give
    me a
    way to set the state and value (unless I've missed something).
    Can I submit a form without using a form bean? If I do use a form bean,
    can
    I set the state and value from my JSP?
    Any suggestions on how to do this (or insights into what I'm doing wrong)
    are welcome...
    -- Craig

  • How can i submit form-data with acrobat pocket pc

    how can i submit form-data (http-post) on a PPC?
    how can i store the data offline?
    which submit-functions are availabe for the pocket pc reader?
    do i need ARES?
    where can i find a documentation of of the available functions for the ppc version?
    where can i fond form-samples for ppc?
    from the docu on my pocket pc:
    Submit form data using handheld devices over a wireless connection. If you are working offline, the data is temporarily stored, then submitted once a connection is established. Send forms by e-mail or directly to the destination server using a cradle or cable

    To your question regarding the Pocket PC version of Reader, I downloaded Adobe Reader for Pocket Pc 2 and installed it on my HP iPAQ . I then loaded my test PDF file onto the iPAQ. The Reader for Pocket PC preformed an email submission fine. However, I received no indication that anything happened when I tried an HTTP Post. So I think you can only do an email submission.
    In general, I have been testing to see how much I can do without the Live Cycle Reader Extensions, since for sure I will never be able to purchase them. What I have found is that for Acrobat Reader 7, the email submission works for all of the people I have asked to test it, but the HTTP Post has worked for only one of the two people who have tested it so far with Reader 7 (the one for which it worked claims that he only has Reader 7 on his computernot Acrobat).

  • How to print a form with digital signatures

    I created a form that was signed digitally and submitted electronically. When I look in my summary table, the signature shows, but when I create a pdf of the form, the signature does not show. How can I print the forms with the digital signature showing?

    Yu -
    There is no need to post the same question repeatedly - this does not affect how quickly we can respond.
    Merging with:
    How to print a form in a UIX page and
    how to print a form in a UIX page?
    Andy

  • How to save the form data into adobe db?

    Hi All,
    How to save the form data into adobe db?
    I have designed one xdp file.
    Through processFormSubmission(), I got the submitted form data as Document obj.
    Then I have called the workflow kickoff program.
    code:
    InvocationRequest request = myFactory.createInvocationRequest ("myprocessname", //Specify the long-lived process name
    "invoke", //Specify the operation name
    params, //Specify input values (HashMap obj)
    false); //Create an asynchronous request
    It successfulyy started the workflow, but the submitted form data is not saved anywhere.
    And also, How get the form data from tables?
    Please provide the solution for the above.
    Thanks in advance.
    Regards,
    Saravanan G

    You need to create a process variable of type IN if you want to be able to pass data to your process. Then the params parameter (HashMap) contains a list of all the IN variables with their content that you want to pass to your process. They key is the name of the variable and the value the content. That way you should get it in your process.
    Now LiveCycle will create a column in the database for every process variable, so the content will be saved in the database just by creating that process variable.
    Jasmin

  • How to add multiple forms in single adf page?

    Hi All,
    I have some requirement.I have created one adf page from this page i need to insert(create a user )into back-end.
    here my requirement i want to add more users at sometime.like in that page its need to create one button kind of this to add more user creation form in single page after filling all the details for each user finally i need to submit all user(heterogeneous) way of submitting forms. is it possible in adf? if possible how to go with this requirement.
    please guide me .and show me some solutions.
    Regards
    Siva

    HI Jobinesh ,
    I created same reign thing in .jsff page with the same functionality(instead of main.jsf i created test.jsff) . when i deployed in to OIM custom page i am getting below exception.
    /main.jsff
    Error:encountered deferred syntax #{in  template  text  intended  as a literal ,escape  it or set  directive  differedsyntaxAllowedasLiteral 
    ADF_FACES-60097 and ADF_FACES-60096
    can you please take a lookinto the error where i cam doing mistake.
    regards
    Siva                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to save Pdf form localy without internet

    How to save Pdf form localy without internet?
    I thought in the beginning about advanced user rights and pure saving them on adobe reader but i saw legal notes about 500 user who can legaly save it localy and answer to me (bu they can`t answer to my client who paid me for doing this form).
    Other thing is to do Air Application which would collect data from Pdf Form and save it (localy without internet) to use it later.
    I thought about that second possibility but i can`t find any clue to do it myself.
    Any help will be appreciated...

    Hi,
    Are you downloading responses as PDF forms after forms are submitted? If so, FormsCentral doesn't provide an option to exclude empty fields and you won't be able to save PDF forms without empty fields.
    You can use this form to "vote" on popular feature requests, or to add a new one of your own:
    https://adobeformscentral.com/?f=XnF-KJVCovcEVQz9tZHYPQ
    Thanks,
    Wenlan

  • Change sender email for submitted Form emails

    I built a website for a client using Muse and the Form widget through Business Catalyst. However, now whenever the client gets emails from a submitted form, it says its coming from MY email. How do I change the sender so that they recognize that it's not a personal email from me, but rather a submitted website form. Hope that makes sense!

    UPDATE: I just figured it out after having posted this no less than 10 mins ago. Thanks community, your genius overflowed to me and helped me solve my own problem. For anyone who is curious, in the Business Catalyst Admin Console, Under the Site Manager tab in the menu, you simply click "System Email" and the "Set default from email."   I can't believe I missed that, and I call myself a professional. Hope it helps someone else!

  • Email with attachement as pdf of submitted form

    Hi all,
    Can anyone suggest me how to get an email as an acknowledge ment with the submiteed form as an pdf format.?
    I want to get an acknowledgement mail after submitting the form through the work space..
    and email should contain the submitted form as an attachment in a PDF format
    Please assist...
    Thank you

    You can add an email submit button in your form to achieve this.
    Check this - http://help.adobe.com/en_US/livecycle/9.0/designerHelp/index.htm?content=000323.html and http://help.adobe.com/en_US/livecycle/10.0/DesignerHelp/WS107c29ade9134a2c5324ea7712a81c8d a6b-8000.html
    Som more pointers which could help
    https://groups.google.com/forum/#!topic/livecycle/81OXCQfsNys
    http://livecycleapps.wordpress.com/2008/07/28/a-submit-button-that-will-send-an-entire-pdf /
    ~ Varun

  • Submitted Form Help Needed

    Hi there,
    I have created a form in Adobe LiveCycle Designer 7.0 so that clients can fill in their answers and send back. I included the Submit button, however when I did a trial run with the form, it returned in .xml format which wont open in Internet Explorer. Can anyone guide me on how I can have the submitted forms returned in PDF form or if I need to do something with Internet Explorer to be able to access the .xml docs?
    Thank you!
    Amy

    If you want to use the .xml file, open the original pdf and import the file in to it then save under another name.
    You CAN enable the file so that people using Reader can fill it out, save it then email the entire form back to you but there are limts to it's use. You can either send the form to 500 people and collect an unlimited amount of responses or you can send it to an unlimited amount of people and collect 500 responses. Anything over that amount will be in violation of your license.
    To enable the file in Acrobat, you would find the option under Advanced>Enable usage rights in Adobe Reader (at least that's the verbiage in Acrobat 8 Pro). I'm not sure exactly where that option is in LiveCycle Designer but it's probably similar.

  • How to do skip form validation ?

    hi,
    im using jdev 11.1.2.3,
    how to skip the form validation im using the global buttons..i created the global buttons in template ,template is accessing using page so i need to set skip validation for form

    You can skip form validation by setting immediate="true" for the buttons. However, this is non-recommended because you may get validation errors later (when you are in another page) if your form has already submitted part of its data through some PPR requests while you were dealing in the form (e.g. validation errors caused at commit time by ADF BC components which were modified but not validated yet).
    Dimitar

  • How to save PDF form without empty fields ?

    Hello,
    I try to find how to save PDF forms after a school registration but without empty fields because i have lots of relation in my Form but i haven't.
    Is it possible and how ?
    Thanks

    Hi,
    Are you downloading responses as PDF forms after forms are submitted? If so, FormsCentral doesn't provide an option to exclude empty fields and you won't be able to save PDF forms without empty fields.
    You can use this form to "vote" on popular feature requests, or to add a new one of your own:
    https://adobeformscentral.com/?f=XnF-KJVCovcEVQz9tZHYPQ
    Thanks,
    Wenlan

Maybe you are looking for