[Solved] Open new document by accessing the form template
Posted: Sat Oct 01, 2011 8:22 pm
Am un template.stw si cand dau new in momentul deschiderii doresc sa se incarce formularul de dialog, in Microsoft Office aceasta comanda se insereaza in ThisDocument :
Private Sub Document_New()
Application.WindowState = wdWindowStateMinimize
Intrare.Show
Set Intrare = Nothing
End Sub
Acest script cum se scrie si unde se insereaza in open office?
Excuse English:
I have a new template.stw and they give when they want to load opening dialogue form, in Microsoft Office this command is inserted in ThisDocument :
Private Sub Document_New()
Application.WindowState = wdWindowStateMinimize
Intrare.Show
Set Intrare = Nothing
End Sub
This script how to write and which is inserted into the open office?
Private Sub Document_New()
Application.WindowState = wdWindowStateMinimize
Intrare.Show
Set Intrare = Nothing
End Sub
Acest script cum se scrie si unde se insereaza in open office?
Excuse English:
I have a new template.stw and they give when they want to load opening dialogue form, in Microsoft Office this command is inserted in ThisDocument :
Private Sub Document_New()
Application.WindowState = wdWindowStateMinimize
Intrare.Show
Set Intrare = Nothing
End Sub
This script how to write and which is inserted into the open office?