![]() |
Form close query - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: Form close query (/thread-2441.html) |
Form close query - Comograma - 06-28-2021 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. RE: Form close query - kudzu - 06-28-2021 Buttons have a Confirm property. RE: Form close query - Comograma - 06-29-2021 (06-28-2021, 08:24 PM)kudzu Wrote: Buttons have a Confirm property. Yes indeed, the TIWButton, not TIWBSButton. Am I missing something? RE: Form close query - Alexandre Machado - 07-01-2021 I would need a minimal test case to understand exactly what's your problem here... Do you have one? RE: Form close query - Comograma - 07-02-2021 (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! RE: Form close query - kudzu - 07-02-2021 (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. |