In an Applet we have a Button When we click on that Button we need to get an Business service. How we are going to do it?

Showing Answers 1 - 10 of 10 Answers

Ananthan

  • Jun 15th, 2006
 

It's not much just when we can goes to hyperlink.

  Was this answer useful?  Yes

Abhijeet Nandy

  • Jul 19th, 2006
 

Populate Method Invoked of button(control). Add a BC user property for invoking BS using method mentioned on applet control.

  Was this answer useful?  Yes

rams_vasuki

  • Sep 23rd, 2006
 

Hi Follow the code

1.First u should invoke the button

Applet PreCanivoke Event(Mothode)

{
If Method=='MyButton"
{
PreCanInvoke=True

Cancel Operation

}

Continue Operation

}

After that

Applet Caninvoke(Method)

{

if Method=='MyButton"

{

Var Inputs=The.Application.NewPropetySet()
Var Outputs=The.Application.NewPropetySet()
Var Myservice=The.Application.Getservice("MyService")

The.Application.InvokeService(MyService,Inputs,Outputs)

}

  Was this answer useful?  Yes

Shristy

  • Apr 10th, 2018
 

Use Named Method BC User property.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions