In scripting how you enable Button,and if I click the
button popup mesage should come.
Answers were Sorted based on User's Feedback
Answer / carolene
In the Pre Can Invoke 1method of the BVC or Applet specify
if Method Name =(<name of the method specified in the
button control>)
Can Invoke = "True"
| Is This Answer Correct ? | 7 Yes | 3 No |
Taking with an example as when clicking a button "Currency
Popup Applet 2" should appear to fill in Currency code.
In control create
Name = Currency Popup,
Caption String Override = Currency Popup
HTML Type = MiniButton
Method Invoked = ShowPopup
HTML Only = Yes
Show Pop UP = Yes
Visible = Y
Visible Language Over Ride = Y
-------------
Select newly created Field (Currency Popup) In Applet
control User Property Create 2 new records.
REcord 1
Name = Mode
Value = Edit
Record 2
Name = Popup
Value = Currency Popup Applet 2
(Popup applet that appears when the button is clicked.)
Compile
Name = Mode
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / kavitha devarajan
function WebApplet_PreCanInvokeMethod (MethodName,
&CanInvoke)
if(MethodName == "ButtonMessage")
{
CanInvoke = "TRUE";
TheApplication().RaiseErrorText("Thanks..!");
}
| Is This Answer Correct ? | 9 Yes | 6 No |
Answer / suryaa
Without Script enable a Button.
EG >
I an New Button is created with a name "TestMethod",
in the "Method Invoked = EventMethodTestMethod".
No need to write a code in WebApplet_PreCanInvokeMethod.
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / satish
We can enable custom button using Eventmethodtestmethod
after enabling button in control user property we need to
give like
MODE: EDIT
POPUP: MESSAGE/Any Applet to show
| Is This Answer Correct ? | 1 Yes | 3 No |
What is seed data in Siebel?
How to create Drilldown in Form applet?
Explain whats the difference between siebel 7.5 and 7.8? If we upgarde the application to 7.8 from 7.5 what are the areas we need to give importance from qa(testing) point of view?
How is Siebel 7.x architecture different from Siebel 6.x?
1 Answers Lanco, Quinnox, Siebel Systems,
what is implied join. Where do we find it ?
Explain why does data not from related child tables not get exported when data is exported using an interface table?
What is siebel gateway?
How can I get Siebel Online training at home?
How is siebel 7.x architecture different from siebel 6.x? How is siebel 7.x architecture different from siebel 6.x?
Please provide the SIebel Interview Questions with Answers as soon as possible.I am going to attend an interview.please respond
Describe a Resonate?
In an applet one custom button is created on clicking that button all the fields get validated and then message should be displayed on the other applet as the corresponding field values are empty