Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Scripting Scenario

This is a discussion on Scripting Scenario within the Seibel forums, part of the Enterprise Solutions category; Anyone tell about scripting scenario...

Go Back   Geeks Talk > Enterprise Solutions > Seibel
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 03-13-2008
Junior Member
 
Join Date: Dec 2007
Location: Chennai
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Govind_01 is on a distinguished road
Scripting Scenario

Anyone tell about scripting scenario
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 12-23-2008
Junior Member
 
Join Date: Dec 2008
Location: banglore
Posts: 10
Thanks: 5
Thanked 1 Time in 1 Post
anilforall is on a distinguished road
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);
}
Reply With Quote
Reply

  Geeks Talk > Enterprise Solutions > Seibel

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
QTP Scripting ashok1133 QTP 3 12-08-2008 02:38 AM
VB Scripting ramyamca1984 QTP 5 08-07-2008 08:24 AM
scripting sudhakartrk QTP 3 01-04-2008 03:11 PM
QTP Scripting satishraja4u QTP 6 07-31-2007 04:26 AM
Scenario where we have to go for Scripting bhaanu Seibel 0 06-21-2007 03:44 AM


All times are GMT -4. The time now is 04:41 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved