cancel
Showing results for 
Search instead for 
Did you mean: 

close window button

former_member745782
Active Participant
0 Kudos

hello everybody,

sorry for stupid question but i'm new in this area.

I have my easy JWD retriving data from R3 rfc module.

I want insert a button for close the page and close sessions.

how can i do it??

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos

is it a modal window? if not, in my memory, it is not able to do that.

former_member745782
Active Participant
0 Kudos

is not possible close a view from a buttom??

former_member745782
Active Participant
0 Kudos

any helps?

Qualiture
Active Contributor
0 Kudos

Hi,

In your WD Window diagram view, add an EmptyView with inbound plug in the same cell as the view you want to close (hide)

From the calling view, create an outbound plug with link to inbound plug of EmptyView.

In your close button's onAction event, fire the plug to the empty view.

Best regards,

Robin

Answers (0)