U
Urs Ruefenacht
I launch the Insert File Dialog for adding attachments in my custom post
form with the following code:
Set objInsp = Item.GetInspector
Set colCB = objInsp.CommandBars
Set objCBB = colCB.FindControl(, 1079)
If Not objCBB Is Nothing Then
objCBB.Execute
End If
Set objCBB = Nothing
Set colCB = Nothing
Set objInsp = Nothing
Is it possible to set the initial folder for this dialog?
Thx in advance - cheers
oers
form with the following code:
Set objInsp = Item.GetInspector
Set colCB = objInsp.CommandBars
Set objCBB = colCB.FindControl(, 1079)
If Not objCBB Is Nothing Then
objCBB.Execute
End If
Set objCBB = Nothing
Set colCB = Nothing
Set objInsp = Nothing
Is it possible to set the initial folder for this dialog?
Thx in advance - cheers
oers