Second close button

If you think that something doesn't work in Aware IM post your message here
Post Reply
jannes
Posts: 100
Joined: Tue Jul 02, 2019 12:22 pm

Second close button

Post by jannes »

Issue : When adding a record to the child-grid an extra [Close] is shown on the screen

Steps :
1) Show Query (parent table)
2) Click 1 record to edit
3) The edit screen is shown : parent + child-grid
4) Click [New] to add a new child-record
The normal [Close] and [Save] buttons are shown (OK)
But also an extra/second [Close] on the bottom of the screen (NOK)

The extra/second [Close] only appears adding new records.
In edit mode there is no extra [Close], that's OK.

The panel operations are defaults : Save/Close/Prev/Next/First/Last/Refresh.
So only 1 [Close].

Question : How to disable the second [Close] ?

= Jannes
jannes
Posts: 100
Joined: Tue Jul 02, 2019 12:22 pm

Re: Second close button

Post by jannes »

Solution received from Amit :

Add script in child form render:
$(".aw-form-buttons").css ("display", "none");
Post Reply