[AccessD] Modal/PopUp
Gustav Brock
gustav at cactus.dk
Sat Oct 7 10:52:14 CDT 2023
Hi Rocky
Perhaps modal is what you believe it to be, while it for some reason is not.
/gustav
Fra: Rocky Smolin<mailto:rockysmolin2 at gmail.com>
Sendt: 7. oktober 2023 17:23
Til: Off Topic<mailto:dba-ot at databaseadvisors.com>; Access Developers discussion and problem solving<mailto:accessd at databaseadvisors.com>
Emne: [AccessD] Modal/PopUp
Dear Lists:
I have a continuous form that lists Tasks. I create it as a front end table
(append query + some code) each time the form opens. Each record has a
button which opens the Task detail.
Been working OK but the client now has a requirement - details not
important - which means I have to update Task list form upon returning from
the task detail. Which means re-creating it - not a problem - creation is
fast.
I thought the best way to do this might be to use a modal form for the Task
Detail which would stop the code on the calling form until the Task Detail
form closed.
But testing showed that even though the called form is Modal/Popup Yes, the
code continues to the line after the OpenForm call on the Task List form.
What am I missing here? Shouldn't the code stop until the called form
closes?
MTIA
Rocky
More information about the AccessD
mailing list