Atozed Forums

Full Version: Form close query
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to query to close a form?
When I'm trying to do that when a user clicks on a button to close a form, he's queried about it, i.g., if he realy wanna close that form because of, for instance, the obligatoriness of certain mandatory fields.
In my case, I'm talking about a modal form.
Buttons have a Confirm property.
(06-28-2021, 08:24 PM)kudzu Wrote: [ -> ]Buttons have a Confirm property.

Yes indeed, the TIWButton, not TIWBSButton. Am I missing something?
I would need a minimal test case to understand exactly what's your problem here... Do you have one?
(07-01-2021, 10:58 PM)Alexandre Machado Wrote: [ -> ]I would need a minimal test case to understand exactly what's your problem here... Do you have one?

What I want is simple. I just want to ask the user if he really wants to close the form, that's it!
(07-01-2021, 10:58 PM)Alexandre Machado Wrote: [ -> ]I would need a minimal test case to understand exactly what's your problem here... Do you have one?

He is saying the confirm option on TIWButton is on the BS button.