-
Topic
-
Hello
How can I keep a Modal-Form displaying after a Button-Event. Following my code (snippets):
Sub Main(Client, GWEvent)
frmMain.ShowModal
End SubSub btnExportClick(Sender)
‘button on frmMain‘Do something
‘The Form closes here automatically
End SubThanks for your answers
Regards
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.