Adding buttons on the Global toolbar of the FPM Application

 The link: FPM OVP Application -Integrating Header LIST UIBB and ITEM ListUIBB provides steps to display list UIBBs.

Test the application .

14

Now we have to add some button on the global toolbar (area marked in red color).

1.jpg

Select the application configuration and click on Display configuration button.

4

Click on the link on the configuration name.

5

Click the Toolbar schema, then click the EDIT button, then select Global toolbar, then click on the Create Toolbar element button.

2

Add SAVE< CANCEL and EDIT button.

3

Save it.

4

Now test the application and here the buttons available  in the global toolbar area of the  application.

5

Next task is to respond to the button click(s). Now figure out the application controller class.

Expand the general setting in the application configuration. From Floorplan setting-> Application controller settings.

6

So here we have the feeder class.7

Te message class.

8

Go to the After_process_event method of the application controller class.9

Put the below code as shown below.

10

test the application and click each button and the corresponding action is triggered and the appropriate message text is displayed.

11121314


 

 

3 comments

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s