Form  options

Hi i want to add a list of all countries to my form is there
any easy way of doing this. Also i want to add a web calander to
the side of the date in the form so people can click on it and
select a date and the date automatically goes into the date boxes.
Thanks
Natasha

Your best bet is to use Google to try to find these things.
"Form country list"
"Form calendar picker"
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"tashmac" <[email protected]> wrote in
message
news:gnv4u8$8a4$[email protected]..
> Hi i want to add a list of all countries to my form is
there any easy way
> of
> doing this. Also i want to add a web calander to the
side of the date in
> the
> form so people can click on it and select a date and the
date
> automatically
> goes into the date boxes.
>
> Thanks
> Natasha
>

Similar Messages

  • Problem with UDO Registration through SDK (Default Form Option)

    Hello All,
    I am trying to create a UDO Registration through SDK which is done easily but the udo contain default form option.
    But after creating the udo , the defualt form option is clicked in the wizard but the system is not showing that default form in SAP.
    Please suggest if i am missing something for making this udo a default form .
    Code which i have written is following :-
    Dim oUserObjectMD1 As SAPbobsCOM.UserObjectsMD
                oUserObjectMD1 = Class_Law_Main.ocompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserObjectsMD)
                If oUserObjectMD1.GetByKey("OSL_LawStage_Master") = False Then
                    oUserObjectMD1.CanCancel = SAPbobsCOM.BoYesNoEnum.tNO
                    oUserObjectMD1.CanClose = SAPbobsCOM.BoYesNoEnum.tNO
                    oUserObjectMD1.CanCreateDefaultForm = SAPbobsCOM.BoYesNoEnum.tYES
                    oUserObjectMD1.FindColumns.ColumnAlias = "Code"
                    oUserObjectMD1.FindColumns.ColumnDescription = "Code"
                    oUserObjectMD1.FindColumns.Add()
                    oUserObjectMD1.FindColumns.ColumnAlias = "Name"
                    oUserObjectMD1.FindColumns.ColumnDescription = "Name"
                    oUserObjectMD1.FindColumns.Add()
                    oUserObjectMD1.FindColumns.ColumnAlias = "DocEntry"
                    oUserObjectMD1.FindColumns.ColumnDescription = "DocEntry"
                    oUserObjectMD1.FindColumns.Add()
                    oUserObjectMD1.FindColumns.ColumnAlias = "U_StgName"
                    oUserObjectMD1.FindColumns.ColumnDescription = "Stage Description"
                    oUserObjectMD1.FindColumns.Add()
                    oUserObjectMD1.FindColumns.ColumnAlias = "U_StgSeq"
                    oUserObjectMD1.FindColumns.ColumnDescription = "Stage Sequence"
                    oUserObjectMD1.FindColumns.Add()
                    oUserObjectMD1.FormColumns.FormColumnAlias = "Code"
                    oUserObjectMD1.FormColumns.FormColumnDescription = "Code"
                    oUserObjectMD1.FormColumns.Add()
                    oUserObjectMD1.FormColumns.FormColumnAlias = "U_StgName"
                    oUserObjectMD1.FormColumns.FormColumnDescription = "Stage Description"
                    oUserObjectMD1.FormColumns.Add()
                    oUserObjectMD1.FormColumns.FormColumnAlias = "U_StgSeq"
                    oUserObjectMD1.FormColumns.FormColumnDescription = "Stage Sequence"
                    oUserObjectMD1.FormColumns.Add()
                    oUserObjectMD1.CanDelete = SAPbobsCOM.BoYesNoEnum.tNO
                    oUserObjectMD1.CanFind = SAPbobsCOM.BoYesNoEnum.tYES
                    oUserObjectMD1.CanLog = SAPbobsCOM.BoYesNoEnum.tNO
                    oUserObjectMD1.CanYearTransfer = SAPbobsCOM.BoYesNoEnum.tNO
                    'oUserObjectMD1.ChildTables.TableName =
                    oUserObjectMD1.Code = "OSL_LawStage_Master"
                    oUserObjectMD1.ManageSeries = SAPbobsCOM.BoYesNoEnum.tNO
                    oUserObjectMD1.Name = "Law Stages Master"
                    oUserObjectMD1.ObjectType = SAPbobsCOM.BoUDOObjType.boud_MasterData
                    oUserObjectMD1.TableName = "OSL_OLSG"
                    lRetCode = oUserObjectMD1.Add()
                    '// check for errors in the process
                    If lRetCode <> 0 Then
                        Class_Law_Main.ocompany.GetLastError(lRetCode, sErrMsg)
                        MsgBox(sErrMsg)
                    End If
                End If
                System.Runtime.InteropServices.Marshal.ReleaseComObject(oUserObjectMD1)
                oUserObjectMD1 = Nothing

    Hi Robert,
    I recommend you do your changes in your file/XML file before you load your form. It's much quicker and easier this way
    e.g
    //make your changes in your xml form
    SBO_Application.LoadBatchActions(ref YourXMLFileString);
    Cheers, Lita

  • Simple form option tag in PtG

    Hi, got a problem with the simple form option
    Here's my code:
    LOOP
    FETCH my_dyncursor INTO my_1;
    EXIT WHEN my_dyncursor%NOTFOUND;
    -- Anzeige der vorhandenen Werte der Dimension
    IF my_1 IS NOT NULL THEN
    dbms_output.put_line('<SimpleFormOption value="' &#0124; &#0124; my_1 &#0124; &#0124; '">' &#0124; &#0124; my_1 &#0124; &#0124;'</SimpleFormOption>');
    END IF;
    END LOOP;
    Important to me is the value of the SimpleFormOption: the that isgenerated out of my Database looks like this: Laser Disk Sale
    The hyperlink in the IE5.5 looks like this:
    param=Laser+Disk+Sale
    this works correct.
    But if I use the phone.com Simulator, the spaces of the string are not replaced by "+".
    It looks like this:
    param=Laser Disk Sale
    Disk and Sale get Lost!
    So afterwards i ran into errors.
    Has anybody a solution?
    Thx.
    Claus

    Struts cannot find the ActionForm you are using.
    Check your html:form tag to make sure you declared it in your struts-config

  • Uncheck the "Close Other Forms" option under the Tools menu programmaticaly

    Hi,
    I have a standard Oracle form open, and I want to open my own custom form, leaving the standard form open, so users can navigate back and forth between the two. I can accomplish this, but I need to go to the Tools menu and uncheck the "Close Other Forms" option. Just wondering if there's a way to do this programatically? Thanks.

    Hi,
    Do you want to make the option 'not visible' or 'visible but not enabled'...?
    For the first option you probably would need to do form personalizations...
    For the second option you can refer to the following metalink note... "Note ID 264461.1"...
    Thanks and Regards,
    Raj

  • Search form option

    hello experts can u plz tell me y iam nt getting search form option in sdn..... previously i used to get but now iam nt getting it....
    the form option is very important for a beginner to learn.... plz provide that option.....

    Hi Sathesh,
    Can you please share the solution with us, I am alos looking to implement the same thing in my Form.
    Thanks,
    Amita

  • Create data control from java class, not see "ADF Parameter Forms" option

    Hi,
    I have created a Fusion Web Application (ADF) in jdev 11g. In the application model project, I created a java class. Inside the java class, I have a public method as below
    public Asset [] searchAsset3(SearchTerm s) // SearchTerm is a java bean. It implements java.io.Serializable.
    I created data control from my java class. After that, I see an xml file generated under the same folder of my java class. Here is the xml content.
    <?xml version="1.0" encoding="UTF-8" ?>
    <JavaBean xmlns="http://xmlns.oracle.com/adfm/beanmodel" version="11.1.1.53.62"
    id="AIAAsset" Package="oracle.apps.aia.oer.model"
    BeanClass="oracle.apps.aia.oer.model.AIAAsset" isJavaBased="true">
    <MethodAccessor IsCollection="true"
    Type="com.flashline.registry.openapi.entity.Asset"
    BeanClass="com.flashline.registry.openapi.entity.Asset"
    id="searchAsset" ReturnNodeName="Asset"
    CollectionBeanClass="UpdateableCollection">
    <ParameterInfo id="name" Type="java.lang.String" isStructured="false"/>
    <ParameterInfo id="version" Type="java.lang.String" isStructured="false"/>
    <ParameterInfo id="description" Type="java.lang.String"
    isStructured="false"/>
    </MethodAccessor>
    <MethodAccessor IsCollection="true"
    Type="com.flashline.registry.openapi.entity.AssetSummary"
    BeanClass="com.flashline.registry.openapi.entity.AssetSummary"
    id="searchAssetSummary" ReturnNodeName="AssetSummary"
    CollectionBeanClass="UpdateableCollection">
    <ParameterInfo id="name" Type="java.lang.String" isStructured="false"/>
    <ParameterInfo id="version" Type="java.lang.String" isStructured="false"/>
    <ParameterInfo id="description" Type="java.lang.String"
    isStructured="false"/>
    <ParameterInfo id="type" Type="java.lang.String" isStructured="false"/>
    </MethodAccessor>
    <MethodAccessor IsCollection="true"
    Type="com.flashline.registry.openapi.entity.Asset"
    BeanClass="com.flashline.registry.openapi.entity.Asset"
    id="searchAsset3" ReturnNodeName="Asset"
    CollectionBeanClass="UpdateableCollection">
    <ParameterInfo id="s" Type="com.flashline.registry.openapi.query.SearchTerm"
    isStructured="true"/>
    </MethodAccessor>
    <ConstructorMethod IsCollection="true"
    Type="oracle.apps.aia.oer.model.AIAAsset"
    BeanClass="oracle.apps.aia.oer.model.AIAAsset"
    id="AIAAsset"/>
    </JavaBean>
    Then, in application user interface project, I created a JSPX page. From the data controls palette, I want to drag and drop the searchAsset3 onto my page. However, I don't see an option for me to choose "Create -> Parameters -> ADF Parameter Form". I only see "Create -> Methods". Unlike other public methods (e.g.searchAssetSummary and searchAsset) which have simple data type as input, I can see the "Create -> Parameters -> ADF Parameter Form" option when I drag and drop to my jspx page. Is that something I missed while creating data controls?
    Thanks.
    Arnold.

    Then, my other question is how do you do the bindings? I drag and drop the attributes from SearchTerm bean. Now the pagedef file has the AttributeValues added but my method is actually expecting one input parameter of type SearchTerm. How do you bind the attributes to the input of the method? Thanks.
    See below of my pagedef xml file.
    <?xml version="1.0" encoding="UTF-8" ?>
    <pageDefinition xmlns="http://xmlns.oracle.com/adfm/uimodel"
    version="11.1.1.53.62" id="SearchAssetBySearchTerm1PageDef"
    Package="oracle.apps.aia.oer.view.pageDefs">
    <parameters/>
    <executables>
    <variableIterator id="variables"/>
    <methodIterator Binds="SearchTerm.result" DataControl="AIAAsset"
    RangeSize="25"
    BeanClass="com.flashline.registry.openapi.query.SearchTerm"
    id="SearchTermIterator"/>
    </executables>
    <bindings>
    <methodAction id="SearchTerm" RequiresUpdateModel="true"
    Action="invokeMethod" MethodName="SearchTerm"
    IsViewObjectMethod="false" DataControl="AIAAsset"
    ClassName="com.flashline.registry.openapi.query.SearchTerm"
    ReturnName="AIAAsset.methodResults.SearchTerm_AIAAsset_SearchTerm_result"/>
    <attributeValues IterBinding="SearchTermIterator" id="key">
    <AttrNames>
    <Item Value="key"/>
    </AttrNames>
    </attributeValues>
    <attributeValues IterBinding="SearchTermIterator" id="operator">
    <AttrNames>
    <Item Value="operator"/>
    </AttrNames>
    </attributeValues>
    <attributeValues IterBinding="SearchTermIterator" id="value">
    <AttrNames>
    <Item Value="value"/>
    </AttrNames>
    </attributeValues>
    <methodAction id="searchAsset3" RequiresUpdateModel="true"
    Action="invokeMethod" MethodName="searchAsset3"
    IsViewObjectMethod="false" DataControl="AIAAsset"
    InstanceName="AIAAsset.dataProvider"
    ReturnName="AIAAsset.methodResults.searchAsset3_AIAAsset_dataProvider_searchAsset3_result">
    *<NamedData NDName="s"*
    NDType="com.flashline.registry.openapi.query.SearchTerm"/>+
    </methodAction>
    </bindings>
    </pageDefinition>

  • Clear form Option resets read only properties

    Hey guys,
                         Using your help I got my problem solved last time. So when I have a series of Questions, I set all questions to read only in their properties except the first Question. Once the first question is answered, using the script below, I then set read only for the next question to false and students can answer the next question now. So using this pattern, it allows them to answer one question after the other without skipping any.
    The Mouse Up action for each "Radio Button1" could be:
    if(event.value != "Off") this.getField('Radio Button2').readonly = false;
    Now, while this works perfectly for time being, I keep experimenting with this form with lots of modifications made as needed. When I use the "clear form" Option to empty all the form fields before saving it, all the read only Questions reset and now when we close and re open the file, any question can be answered and the script used above has no more value.
    What is the script needed here to avoid the read only questions to reset when i use the clear form option. Please help me out here!

    Clear the form menu action or the "this.resetForm();" script only resets the values of the fields.
    You script will one execute when there is a Mouse Up action, and if a radio button or check box is set to read only then there can be no field actions. The field is locked to user interaction and can only be manipulated by JavaScripts.
    There is no trap for the reset or clear action so even if you created a button to reset and clear the form fields with the read only property set, you would still have the issue of the user using the menu option. You can add a document level script to clear the read only property of fields when the form is opened.

  • 512 MB memory needed to install bus. intelligence & forms option

    Reading the documentation, I'm just wondering if I read it correctly that to install Oracle 9iAS business intelligence & forms option (ie: I want Portals and Discoverer), I have to have 512Mb. memory on my server?
    Thx. for any info.

    Ow! We're just testing the installation now and the machine I have has 256M memory which I thought would be enough just to see how it installed.
    512M sounded do-able, but 1.25G!
    If that's truly the required amount, then will have to try and get lots more memory on this box first!

  • How to display the values in the form based on another form option?

    Hi,
    I have two forms. Based on form 1 option the form 2 should display.
    Form 2 values are stored in a separate table consists of step_id and step_name
    For example:
    In a Procedure there are multiple steps(step1, step2... step n).
    If procedure 1 is choosen from form 1 and user clicks the start button and the page navigates to another form 2.
    In form 2, step 1 of procedure 1 should display.
    Hope it make some sense....
    thank you

    You can cachieve this my passing parameter through the Branc or by setting the items in computation / process.
    1. On Page 1 on condition Proc1 chosen create a conditional branch that fires only when Proc 1 is chosen
    2. In the Branch set the Items on Page 2 with values of Items as dictated by Proc 1.
    That should do it.
    It depends a lot on what Page 2 needs to dispaly the right stuff.
    Regards,

  • Email Form Options

    Hi,
    I think I might have posted this previously in the wrong spot, so here goes again.
    I have created a form in Livecycle which I would like to post on my company's intranet. My Manager has requested I make some minor changes to the form before agreeing to it.
    The key items I need to work out are validating an email address via a drop down selection so that the form will email the as an attachment in pdf to the selected user. I've entered all data required in the validation tab and removed the submit button which I originally had. This didnt work so I researched a series options I found on here and inserted Javascript, but no luck. So I'm stuck.
    I also need the form to be cc'd to myself. Secondly I need the subject of the email to be the User First and Surname (which are existing data input fields in the form).
    Last but not least I'd like to lock the form so changes cannot be made once it has been completed and submitted. The form is emailed to an Authoriser from the drop down list who will forward it on for processing with their approval for the requested access. Can locking a form be implemented simply or does it require Javascript or something else?
    I am happy for someone to look over my form and can email it through. I tried to cover all research prior to asking the question on the forum here concerning inserting hidden fields, email options and javascript etc to make things work. I seem to be nearly there but struggling with final completion of these items above. If anyone is able to help I'd really appreciate it.
    Regards
    Nick

    35 views and zero replies. Hmmm I've obviously missed something here, so I'm going to go into some finer detail and hope that someone can assist.
    In order to try and achieve the email going to the specific selection within the drop down list I have the respective users email addresses entered (and saved) in the Binding Tab of the Object. There is a hidden button for the click event (invibile on the form to the user completing it) in the Submit field I have mailto:emailaddress@(mycompanyname.com.au) and there a "Submit" button at the bottom of the form, which has the control type set to regular rather than execute or Submit. The Submit button also has some Javascript tied into it which is set as follows:
    F.P1.Button1::click - (Javascript, client) 
    if (DropDownList1.rawValue != null){
    RealEmail.event__click.submit.target = "mailto:" + DropDownList1.rawValue;
    app.alert(RealEmail.event__click.submit.target);
    RealEmail.execEvent("click");
    } else {
    app.alert("Please select a user from the dropdown!");
    Nothing happens when I attempt to select a user from the drop down and no email is generated.
    Any dieas?
    Regards
    Nick

  • No security tab in form options of Adobe designer

    Hi, I am new at using Adobe designer in a SAP netweaver environnement.
    I have a problem because I cannot set the security options in the designer because I have not got the security tab in the options.
    Has this ever happened to any of you ?
    I have allready serched the forums but have not found anything related to this issue.
    Thanks in advance,
    Nicolas.

    Hi Nicolas
    this is information you need to set on the SAP side of the integrated solution.
    In Web Dynpro for Java, one of the properties of the InteractiveForm UI element is 'enabled', which by default is set to 'true', i.e. by default it generates an interactive PDF form.
    In transaction SFP in ABAP, the form interface contains a property called 'fillable', which is disabled by default (because the transaction was built with a focus on high-volume printing requirements), and needs to be set in your program if you want to generate an interactive form.
    All this is described really well in the documentation, for example, for NW 2004s: http://help.sap.com/saphelp_nw04s/helpdata/en/37/47a2be350c4ac8afe36b691203971f/frameset.htm
    Remember, the form generation in SAP happens on the server (ADS), not in Acrobat.
    Hope this helps,
    Markus

  • Form Option Value - Move scroll bar to selected or move data to top

    I have a multiselect <cfselect> form element that has 20 or so entries and five are visible.  The entries are dates such as April 2010, April 2009, etc.  I am using something like this to get the date to select the current month and year in my list.
    <option value ="#assignMonth#-#assignYear#" <cfif assignMonth EQ myMonth and assignYear eq myYear >selected</cfif>>#monthName# #assignYear#</option>
    The problem is the way the list is populated is April 2010 for example requires scrolling.  I either want to be able to move the scrollbar to display the selected month or I want to move the selected month to the top of the list. 
    I can't just reorder the data because future months are in there and it will look very strange.
    Thank you.

    You aren't speaking to the Apple Software development team here.
    To do so, you would need to go http://developer.apple.com/ get a free account.
    And submit a bug report at http://bugreporter.apple.com/

  • Security pane in preferences is missing cookies, databases and non-secure forms options?  Also Privacy Pane is totally blank?

    I wanted to delete some cookies.  But when I went to the Security Pane in Safari Preferences, it does not show any of the following categories/settings option:  nothing for cookes (nothing for accept or show or anything else about cookies), nothing for databases, and nothing for non-secure forms.  No controls for these are showing in the Security pane.  Also, the Privacy Pane in Safari preferenes is totally blank--I can't set anything on that.  Where are these controls/settings options, why can't I see them?  I am using OSX 10.6.8 and Safari Version 5.1.9, I have a Mac Book Pro 3.06 Intel. Thanks. 

    Uninstall SIMBL as follows. Back up all data before making any changes.
    Triple-click the line below to select it, then copy the text to the Clipboard (command-C):
    /Library
    In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V), and press return. A folder will open. From that folder, delete the items listed below (some may be absent.) You may be prompted for your administrator login password.
    Application Support/SIMBL
    InputManagers/SIMBL.bundle
    LaunchAgents/net.culater.SIMBL.Agent.plist
    ScriptingAdditions/SIMBL.osax
    Log out and log back in.
    Make sure you never reinstall SIMBL. It’s likely to come bundled with another third-party system modfication that depends on it. If you want trouble-free computing, avoid software that makes miraculous changes to other software, especially built-in applications. The only real exception to that rule is Safari extensions, which are mostly safe, and are easy to get rid of when they don’t work. SIMBL and its dependents are not Safari extensions.

  • Run Web Form option

    In developer 6.0 there is option to run a form in client-server
    mode or in "web" mode. I have installed and made all the
    necessary additions to the registry settings(javadir, etc.) but
    when I click on the "web run" icon nothing happens. If anyone
    has a solution your time would be greatly appreciated.
    thanx in advance
    null

    Brett (guest) wrote:
    : In developer 6.0 there is option to run a form in client-server
    : mode or in "web" mode. I have installed and made all the
    : necessary additions to the registry settings(javadir, etc.) but
    : when I click on the "web run" icon nothing happens. If anyone
    : has a solution your time would be greatly appreciated.
    : thanx in advance
    If you find out an answer to this let me know. I'm having the
    same problem.
    Also after you installed Developer 6.0 I'm assuming you clicked
    on the "web" button and got a few errors and each time the error
    fix was to add some entry in the PC register, right? If so what
    entries did you add to the register so I can make sure mine are
    the same ones. Thanks.
    null

  • Dynamic e-form options?

    Hi,
    I'm looking for ideas as to some of the dynamic options to
    better present content and reduce clutter.
    Let's say it's an e-form in which the end-user can go through
    tick or select which products they would like to request. However,
    let's say there are multiple products in multiple categories. So as
    not to have a long, daunting scroll down page would you recommend a
    collapsible menu of some sort for ease? Do you know any good
    examples online?
    If you have any other ideas as to what developers are doing
    these days to solve problems such as this; I'd be interesting in
    reading more.
    Thank you!

    please can you advise? I appreciate your help!

  • Form option to decide total of document.

    I need help with a radio button option (yes/no) to alter the total of a form. The choice is if they choose to accept catering for a room rental then the rental becomes free.

    See How to do (not so simple) form calculations and Conditional execution and Acrobat JavaScript for examples of custom calculation script and conditional execution. You can even use the fact that a logical false is 0 and true is 1 to create a logical statment that can multiply a value by 0 or 1 depending upon the result of the logical statement and include or exclude a value  in a sum.

Maybe you are looking for

  • How can I get the correct Ship To (KNVP-KUNNR2) for a Sales Document?

    I am trying to generate a report that will (among other things) display the Ship To ID and Name for a given Sales Document.  I know the following information: VBAK-VBELN - Sales Document VBAK-VKORG - Sales Org VBAK-VTWEG - Distribution Channel VBAK-S

  • Exporting an indesign document as a jpeg

    I've created a poster-sized document, including pictures, in InDesign. In order to have it printed I need to make it a JPEG. When I export it as a jpeg it changes it to 72 dpi, so it would look horrible printed. I know there's something I'm missing h

  • How to Create a DropDown Box in a Selection Screen.

    Hi, I have a question. i.e, How to create a dropdown box in a Selection Screen. Could you please assist me. Thanks & Regards Sathish Kumar

  • Create link which returns true or false

    i need something that allows the server to send a message to the client asking them if they wish to acept a file. Idealy i would like it to be a link similar to that of msn messenger. but i cant seem to find something similar.. any sugestions as to w

  • Oracle v7 and Oracle 9i Release 2

    Hi, Does anyone know a way to allow both database to communicate with each other? Assuming that both of time are residing in a separate machine and Oracle v7 is hosted in HP-UX and Oracle 9i is hosted in Windows 2003. thanks.