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. |
This is a discussion on Scripting Scenario within the Seibel forums, part of the Enterprise Solutions category; Anyone tell about scripting scenario...
|
|||||||
|
|||
|
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); } |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
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 |