Jump to content

Delete Record Confirmation Hidden


Recommended Posts

Hello,

 

As a temporary solution, you can add a Header&Footer element, select the Header, click the Source button and enter the following code:

<style type="text/css">
#Alert {
top: -45px !important;
}
</style>

The confirmation message is moved up and buttons are displayed.

You can enter your value instead of "-45", if buttons are not displayed still.

Also you can move the message to the left:

<style type="text/css">
#Alert {
top: -45px !important;
left: -100px !important; 
}
</style>

I am not sure that it is a good solution, but maybe it can help.

Link to comment
Share on other sites

  • 2 weeks later...

 

Hello,

 

As a temporary solution, you can add a Header&Footer element, select the Header, click the Source button and enter the following code:

<style type="text/css">
#Alert {
top: -45px !important;
}
</style>

The confirmation message is moved up and buttons are displayed.

You can enter your value instead of "-45", if buttons are not displayed still.

Also you can move the message to the left:

<style type="text/css">
#Alert {
top: -45px !important;
left: -100px !important; 
}
</style>

I am not sure that it is a good solution, but maybe it can help.

 

Thanks Jan,

I was able to use your approach to enable records being deleted!

It's far from perfect, but at least it's functional now

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...