Jump to content

Screenmask on event


JDDEV

Recommended Posts

Hi all,

I would like to show the ScreenMask when data are refreshing on a form.

When refresh action is launched on a button click event, i configure the button screenmask properties.

In other case, i would like to view mask between from.BeginUpdate and form.EndUpdate functions : is it possible to do that without use showmask et unisession.synchronize manualy ?

Thank you for answer.

 

Link to comment
Share on other sites

Yes i use these properties when i use a button to refresh data.

But if, i want to show form.screenmask during an another event (like timer for exemple), i would like to do that automatically when form.BeginUpdate is called and hide screenmask when form.EndUpdate is called.

Link to comment
Share on other sites

On 6/15/2023 at 3:47 AM, JDDEV said:

Yes i use these properties when i use a button to refresh data.

But if, i want to show form.screenmask during an another event (like timer for exemple), i would like to do that automatically when form.BeginUpdate is called and hide screenmask when form.EndUpdate is called.

I did exactly what the colleague needs, but for that I created a parent form and inherited all the forms from that other one, and that way everything that is done in that parent form is transmitted to the others

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.

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.

×
×
  • Create New...