John Sh's latest activity

  • J
    John Sh replied to the thread Solved popup & modal.
    That's exactly why it's in there.
  • J
    John Sh replied to the thread Solved popup & modal.
    I wondered how long that question would take. I am scanning about 14000 jpg files and the same number of nef files. I recover the file...
  • J
    John Sh replied to the thread Solved popup & modal.
    Removing the docmd from the load event and placing it after the loop statement looks a bit tidier. Private Sub CloseMe() Do...
  • J
    John Sh replied to the thread Solved popup & modal.
    I don't think that will work. there is nothing to keep the form open That doesn't work. There is nothing to stop the code running past...
  • J
    John Sh replied to the thread Solved popup & modal.
    A simple work around. The form is now popup on modal off and opened with Public Function Messenger() As Boolean DoCmd.OpenForm...
    • Screenshot_8.jpg
  • J
    John Sh replied to the thread Solved popup & modal.
    As a matter of interest, I've just created a blank form and set modal on is blocking program flow. I will rebuild the form and see what...
  • J
    John Sh replied to the thread Solved popup & modal.
    I think I'm stuck with the form the way it is. I might have to write a loop around the buttons, or the form, that goes nowhere until a...
    • Screenshot_7.jpg
  • J
    John Sh replied to the thread Solved popup & modal.
    I didn't fully answer you. The form is a standard single form, albeit resizable in width depending in the length of the strings.
  • J
    John Sh replied to the thread Solved popup & modal.
    I didn't "achieve" that, it's just the way it is.
  • J
    John Sh replied to the thread Solved popup & modal.
    Thank you. It's bedtime, I'll have a look in the morning. John
  • J
    John Sh replied to the thread Solved popup & modal.
    Contrary to what this say's, setting the form's "Modal" property to on is having no effect on the form's behaviour
    • Screenshot_5.jpg
    • Screenshot_6.jpg
  • J
    John Sh replied to the thread Solved popup & modal.
    As you can see, the form requires the "Yes" or "No" button to be clicked to direct program flow. Without acdialog and with popup and...
  • J
    John Sh replied to the thread Solved popup & modal.
    If I don't specify acdialog then the form does not stop program flow, it just sits behind the next form that opens.
  • J
    John Sh replied to the thread Solved popup & modal.
    Maybe I should clarify. I am not talking about a textbox or combobox label. There are none on the form and they are easily controlled...
    • Screenshot_4.jpg
  • J
    John Sh replied to the thread Solved popup & modal.
    Sorry Arnelgp, you've lost me. If I open with acdialog, why would I need to check what I already know, and how does that make a...
Back
Top Bottom