Can we add form validations in edge animate for particular input box

Hi Everyone,
I have created an animation which includes some forms to be filled by the user. For this I have created the form in which i used the j-query input box inside the edge animate. Its appearing perfectly as it should be. Now I want to validate this input box. For example, I have to put some numeric figure in the text field which is limiting to 100. Now how I can control the figure so that user can'nt put 101 and if in case user presses 101 on keyboard, the 100 appears in the text field by default. I mean to say, it should not exceed to 101.
I am a new bee for j-query and validations, so please help me out in this.
Regards
Vikas Sharma

Hi Rupa,
Yes it is possible.You want to make include both drop down and input fiels for particular column.Yes you can achieve this by using cell variant of column,using this you can make some cells are drop down and some are input enabled.
We have a stanard program WDR_TEST_TABLE,check the view VARIANTS_STANDARD in this go to the method WDMODIFYVIEW.
In the above methos they explained how to add cell variant to the column.
Thanks
Suman

Similar Messages

  • Q: General : Can workshop test form display a browse icon for file input?

    Hi,
    Is it possible to write a web service which takes in say a license file for validation
    and returns a boolean true if
    valid and false if not valid? Can the workshop test form display a browse icon so
    that I can select the license file
    from my local system? Or do I have to write an html/jsp front-end to the web service
    myself?
    Thanks,
    Sadhana

    Hi Adam,
    Thanks a lot again for answering my question with such a nice
    explanation!
    -Sadhana
    "Adam FitzGerald" <[email protected]> wrote:
    >
    Hi Sadhana,
    Web services have two mechanisms to receive data that are part of the SOAP
    1.1 specification.
    The first mechanism is to pass the data as a parameter to the web service
    operation
    - this only works if the data is text based and can be imbedded in an XML
    SOAP document
    (i.e. it cannot be binary information like images or music not can it be
    complete
    standalone XML documents). We demonstrated this technique in class and it
    is the
    most common way to transmit information.
    The second mechanism is to add the data to the SOAP request as an attachment
    (similar
    to email). This mechanism is not available directly in Workshop but WebLogic
    server
    does provide this capability if you use web service handlers. See the URL
    below for
    more information.
    http://edocs.bea.com/wls/docs70/webserv/design.html#1053805
    There is also a third programmatic solution. You could provide a URL for
    the file
    or document that you want to process as a parameter for the web service
    and then
    the web service could use the java.net API to retreive the document dynamically
    during
    processing. This has obvious preformance and security problems but it might
    be applicable
    in some situations.
    Good luck
    Adam
    "Sadhana Jain" <[email protected]> wrote:
    Hi,
    Is it possible to write a web service which takes in say a license file
    for validation
    and returns a boolean true if
    valid and false if not valid? Can the workshop test form display a browse
    icon so
    that I can select the license file
    from my local system? Or do I have to write an html/jsp front-end to the
    web service
    myself?
    Thanks,
    Sadhana

  • How can i add form of my own to "SAPM07DR"

    i been asked to add form develop by me to the standart program "SAPM07DR" .
    this task came from the need of the implementation
    of the "material management" , assign forms and program.
    now i get the output "ZWE4"  ,
    and i want to assign form of my own  ,
    i tried to add smart form but i get message
    "Errors occurred while processing output"
    so I want to try layout  with  standard program "SAPM07DR" .
    how can i add form of my own to this program

    First, you must copy this program to your own program with "ZSAPM07DR" then copy the include program where the routine pass through the program
    example: entry_we03 -> from include M07DRENT and M07DRAUS
             change this include to ZM07DRENT and ZM07DRAUS
    The next step is binding your form in the program.
    what forms do you use ? Sapscript or Smartforms ?
    in this Program already used Sapscript. You can See there is Open_Form Function in that Program.
    I suggest you to Bind Smartforms.
    IF you use smartforms, Remark All Statement from
    "PERFORM open_form_sammel." to "PERFORM close_form." before endform
    that perform including in M07DRAUS -> FORM lesen_wes USING objky lgortsplit.
    after that put this program to replace the remark :
    data : FMNAME type RS38L_FNAM.
    DATA: ls_control_param      TYPE ssfctrlop.
    set preview parameters
          MOVE 'X' TO ls_control_param-no_dialog.
          MOVE 'X' TO ls_control_param-preview.
          MOVE 'PRINTER'  TO ls_control_param-device.
    *break-point.
    *****Print SmartForms
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
            EXPORTING
              FORMNAME           = TNAPR-SFORM
            IMPORTING
              FM_NAME            = FMNAME
            EXCEPTIONS
              NO_FORM            = 1
              NO_FUNCTION_MODULE = 2
              OTHERS             = 3.
         CALL FUNCTION FMNAME
         EXPORTING
             control_parameters   = ls_control_param
         TABLES
             traptab           = traptab
         EXCEPTIONS
             formatting_error = 1
             internal_error   = 2
             send_error       = 3.
         if sy-subrc NE 0.
    *******message 'Error' type 'S'.
         endif.
    *******End Smartforms
    Hope This Help...

  • How can I maintain the font used in Adobe Edge Animate for Adobe Muse website?

    I used a png file which is working perfect and then used the font Montez in Edge Animate for 2 titles, however once I published the file(live) to muse it a totally different font. Is there something in particular I need to do in Animate to avoid alteration of font. Help!

    The original photo gallery is:
    http://www.bethanyjanedavies.com/portfolio.html
    You can see that the right side is chopped off
    But I may have to compromise and use:
    http://www.bethanyjanedavies.com/portfolio2.html
    This is a much wider page than the rest of the website, but I suppose you have to find a compromise that works!!
    Cheers
    Helen

  • Can i add a servlet in oracle database for webservices without java and how?

    HI
    can i add a servlet in oracle database for webservices without java and how?
    Please help
    Thanks

    Dear Frank,
    I have done as follows
    created a form with a button, and in my button pressed event I wrote
    WEB.SHOW_DOCUMENT('javascript:openMyURL("http://192.168.1.34/HELP/ADMF0005.html");', '_Self');
    and in my formsweb.cfg I have the following
    HTMLbeforeForm=<script> function OpenMyURL(page){window.open(page,"myURL","width=700,width=400,top=0,left=0,toolbar=no,menubar=no"); } </script>
    When I click on the button it is coming with toolbar , etc as well as no page found is coming with the following in the address bar.
    javascript:openMyURL("http://192.168.1.34/HELP/ADMF0005.html");
    My html view source comes as below for the form
    <HEAD><TITLE>Oracle9iAS Forms Services</TITLE></HEAD>
    <BODY >
    <script> function OpenMyURL(page){window.open(page,"myURL","width=700,width=400,top=0,left=0,toolbar=no,menubar=no"); } </script>
    <!-- Forms applet definition (start) -->
    <OBJECT classid="clsid:CAFECAFE-0013-0001-0009-ABCDEFABCDEF"
    codebase="/forms90/jinitiator/jinit.exe#Version=1,3,1,9"
    WIDTH="1000"
    HEIGHT="660"
    HSPACE="0"
    VSPACE="0">
    <PARAM NAME="TYPE" VALUE="application/x-jinit-applet;version=1.3.1.9">
    <PARAM NAME="CODEBASE" VALUE="/forms90/java">
    <PARAM NAME="CODE" VALUE="oracle.forms.engine.Main" >
    I am using Forms [32 Bit] Version 9.0.2.7.0

  • Installing edge animate for students

    How would we install edge animate for a class of students?
    is there any way to install it without using creative cloud?

    Going through Dave's answer there, Animate seems to be currently free, if you have an Creative Cloud account (Free or Paid - http://html.adobe.com/edge/animate/faq.html#pricing). What I would do is get each student to register for a free CC account. Install Edge Animate on each machine, then if a student wants to use it on the machine, they can log into the Application Manager using their Adobe ID and the license should activate the installed Animate for them.
    I assume this wouldn't be against Adobe T&C, as each computer is using a license registered to the student, but it might be something to check.

  • How can I add a contact on the calendar for an event

    How can I add a contact on the calendar for an event

    It is between Repeat and Alert on my iPhone 5 with iOS 6.0.1
    I used the + on the top right to add the event and when you look vertically starting with the name, followed by location and then time the rest of the default things includ Invitees, among other items. 

  • Can you add an external DVR if your using a Verizon box without the DVR built in.

    Can you add an external DVR if your using a Verizon box without the DVR built in?
    Or you can only add an external DVR ir you Verizon box has the DVR build in?
    Thanks

    You can connect an external DVR to the verizon equipment, but it will be limited as far as what it can do. You will not have the full functionality as you would by using a Verizon DVR. To get more information as far as what will and will not work, please contact the tech support group of the external DVR company.
    Anthony_VZ
    **If someones post has helped you, please acknowledge their assistance by clicking the red thumbs up button to give them Kudos. If you are the original poster and any response gave you your answer, please mark the post that had the answer as the solution**
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or plan

  • Edge Animate for Windows Vista (was: Adobe Edge Animate)

    My question is if there is any version of Adobe Edge Animate for Windows Vista

    Thank you for your answer!..and you do not need to be sorry, is just a question.
    Regards,
    Sanyasin

  • Can somebody the form to put a password for open a document please

    can somebody the form to put a password for open a document please, I try to put security but appear this error "the document can not to file. trouble reading the document (14)"

    Hi there,
    If I understand correctly, you're trying to convert a file but can't because it's password protected? If so, the only way around that is to remove the password protection (which would require knowing the password).
    If I misunderstood your question, please let us know.
    Best,
    Sara

  • Can someone help me troubleshoot my Edge Animate project? nothing works!

    https://dl.dropbox.com/u/3744225/Ruesterprod%20Edge%20Test.zip
    I have my whole project in there... plus my portfolio_page div is using a jQuery plugin called Quicksand to filter some thumbnails/videos that I want to have work as well... (Here's a link to what that is supposed to look like: http://www.ruesterprod.com/edgeTest_c/ - click on the square green and black buttons )
    I can't seem to get ANYTHING to work, except for a neat opening animation! I hope I'm not just a complete imbecile and missing totally obvious things!...
    1) I've put a play action on my "portfolio_btn" but it won't play the requested label on my timeline...
    2) I've tried linking local font files using the Edge Animate "Add fonts" menu because I was trying to create new button symbols to replace the button text I currently have (Thinking that might be part of issue #1 - Edge won't recognize the font files within the program - the fonts you see are from my original html file)
    3) Is it possible to create symbols from my current html document's divs? Or how can I nest my divs into a symbol's timeline?
    Thanks for any help at all! Even if I only get one of these issues fixed at a time that's totally awesome!!
    Aza

    Thanks soooo much Darrell!
    1) ... that worked... slap to my forehead... d'oh!
    2) I am currently using @font-face in my original html document (actually linked in another css file), but I was just trying to get Edge to recognize the fonts in it's text tool... might not be necessary now that issue #1 has been resolved
    3) I'm basically trying to swap one div for another (As you might be able to see in my project file) and I was going to use nested timelines like in this tutorial: http://blogs.adobe.com/edge/2012/07/18/tutorial-leveraging-independent-symbol-timelines/ - Is there some other way of accomplishing this?
    Thanks again, you rock!!

  • Can you have more than one Edge Animate "project" on a website?  I'm getting messages that there is already a file with the same name and I'm asked if I want to replace it?!?!

    I've created more than one Edge Animate "Object" for the website, but can't seem to get them both to load into Dreamweaver. Is it possible to have more than one "Object" on a site?
    I'm using Windows 8.1

    I think you are using the same Composition Class on both project. On the properties tab, you can change this number (e.g.: EDGE-1637270).

  • Can I add forms or text boxes to a pdf in Acrobat that can then be edited in Reader?

    Hi,
    I'm trying to add forms to a pre-existing pdf in Acrobat which can be saved then filled with text in Adobe Reader.
    So far, I've managed to add two forms to my document in Acrobat, but when I enter text into one, it automatically copies into the other.
    Can anyone tell me if i'm going about this the right way or where i'm going wrong?
    Thanks in advance!

    To prevent the automatic copying of the field values, just rename the fields so they are not the same. Any fields with the same name will have the same value.
    Note that if the form needs to be saved by Reader users after they fill it in, you will have to Reader-enable the document, unless all of your users will have Reader 11. Do this in Acrobat 11 by selecting (while not in Form editing mode): File > Save as Other > Reader Extended PDF > Enable More Tools

  • How can i add multiple validations for a single input box in adf?

    hi,
    i want to add multiple validation for a single input text control in adf like number validation and its existence in database.
    MY JDEV VERSION IS 11.1.1.5.0
    pls help !!!!

    Hi,
    1.I want to validate if the value entered is pure integer
    Option 1-
    select the component and in the Property Inspector, in the "Core" category select a "Converter" format, select javax.faces.Number, if the user put a string, adf show a dialog error or message error...
    Option 2-
    or use the Regular expression:-
    http://jdevadf.oracle.com/adf-richclient-demo/docs/tagdoc/af_validateRegExp.html
    https://blogs.oracle.com/shay/entry/regular_expression_validation
    Also check this:-
    http://docs.oracle.com/cd/E15523_01/web.1111/b31973/af_validate.htm#BABHAHEI
    Option 3-
    Frank in his great book 'Oracle Fusion Developer Guide' shows a example using a javascript for input which is allowed only for numbers. You can manipulate for your requirement.
    Here is the code:
    function filterForNumbers(evt) {
        //get ADF Faces event source, InputText.js
        var inputField = evt.getSource();
        var oldValue = inputField.getValue();
        var ignoredControlKeys = new Array(AdfKeyStroke.BACKSPACE_KEY, AdfKeyStroke.TAB_KEY, AdfKeyStroke.ARROWLEFT_KEY, AdfKeyStroke.ARROWRIGHT_KEY, AdfKeyStroke.ESC_KEY, AdfKeyStroke.ENTER_KEY, AdfKeyStroke.DELETE_KEY);
        //define the key range to exclude from field input
        var minNumberKeyCode = 48;
        var maxNumberKeyCode = 57;
        var minNumberPadKeyCode = 96;
        var maxNumberPadKeyCode = 105;
        //key pressed by the user
        var keyCodePressed = evt.getKeyCode();
        //if it is a control key, don't suppress it
        var ignoreKey = false;
        for (keyPos in ignoredControlKeys) {
            if (keyCodePressed == ignoredControlKeys[keyPos]) {
                ignoreKey = true;
                break;
        //return if key should be ignored
        if (ignoreKey == true) {
            return true;
        //filter keyboard input
        if (keyCodePressed < minNumberKeyCode || keyCodePressed > maxNumberPadKeyCode) {
            //set value back to previous value
            inputField.setValue(oldValue);
            //no need for the event to propagate to the server, so cancel
            //it
            evt.cancel();
            return true;
        if (keyCodePressed > maxNumberKeyCode && keyCodePressed < minNumberPadKeyCode) {
            //set value back to previous value
            inputField.setValue(oldValue);
            evt.cancel();
            return true;
    2.I want to check if the value exists in my respective DB You must be having EO or VO if you want to validate with database in that case use the solution suggested by Timo.
    Thanks
    --NavinK                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Can I add a blog feed then animate it?

    I want to create an animation for a sidebar that feeds directly from my blog and updates with my latest posts automatically in a file that I will publish as an .oam. Is this possible with edge animate?
    Thanks for any feedback!

    You will get better program help in a program forum Help with using Adobe Muse CC
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

Maybe you are looking for