Results 1 to 2 of 2

Thread: Scripting Scenario

  1. #1
    Junior Member
    Join Date
    Dec 2007
    Answers
    1

    Scripting Scenario

    Anyone tell about scripting scenario


  2. #2
    Junior Member
    Join Date
    Dec 2008
    Answers
    5

    Re: Scripting Scenario

    A Simple example
    " ENABLING A BUTTON USING SCRIPTING"
    first create a button in a applet level and drag and drop the button in UI level
    actually it is in disable form
    so to enable that button
    WebApplet_PreCanInvokeMethod(MethodName,CanInvoke)
    {
    if(MethodName=="test")
    {
    CanInvoke = "TRUE";
    return(CancelOperation);
    }
    return(ContinueOperation);
    }


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact