Recent content by qeynos

  1. Q

    Solved How can I Hide Access And only view Forms

    I'm not good at program, just make the code together and looks like working well😅
  2. Q

    Solved How can I Hide Access And only view Forms

    No, I already used openargs for pass other variable
  3. Q

    Solved How can I Hide Access And only view Forms

    Good idea! I will try it, thanks for your reply
  4. Q

    Solved How can I Hide Access And only view Forms

    Yes, I think one form open at a time is a good idea, but the form2 could be open by form1 form3 form4 etc... I can't find which form should be reopen after form2 were closed, so I use visible option.
  5. Q

    Solved How can I Hide Access And only view Forms

    I want to hide the form or just keep the popup form stay on top, but if I use "HideAppWindow Me", the "visiable" and "modal" options are all invalid.
  6. Q

    Solved How can I Hide Access And only view Forms

    I want to hide the form1 when the form2 popup, and show the form1 when the form2 close. I thought about to close the form instead of hide, but so many forms can popup form2, and openargs are used to pass a value already, I cant confirm reopen which form.
  7. Q

    Solved How can I Hide Access And only view Forms

    Please tell me how you solve the problem if possible, i need to hide a form, not close it, but i cant do that after "HideAppWindow Me"
Back
Top Bottom