WIN10,LO7.7.7.3,Hsql2.51
Hi,
Looking for a way to make a custom navigation bar work.
This bar will be present on multiple forms with each button opening one of the other forms and closing the calling form. There also is one form which will never close being overlaid with the others.
Now since a button does not know on which form it is, how can I close this form since a tag is not useful in this case.(Unless creating lots of macros)
Now is it possible to close a form by its index? If so – how? Another thought would be to assign a variable to the form on form opening, however I have not found a way yet to substitute the form name somehow like
`
Sub KillUtil
’ fid = “frmUtil”
ThisDatabaseDocument.FormDocuments.getbyname.(fid).close
End Sub``
Thank you for your help