Help!!! I am developing a new database, and all the documents I create with my new form appear as drafts! Any ideas how to fix?
Subject: All new docs appear as drafts
Try this…==============================================
add this to top of script:
Dim stringarray (1 To 2) As String
stringarray(1) = "D"
stringarray(2) = "A"
put this in before you save the document:
Call doc.AppendItemValue(“ExcludeFromView”, stringarray)
===============================================
There’s a system field call “ExcludeFromView” that you can use to have a document NOT show in a view.
Subject: RE: All new docs appear as drafts
problem is , they ONLY appear in the draft folder… nowhere else… it’s probably simple, but I could use some advice…
Subject: RE: All new docs appear as drafts
Thanks Jim, but I don’t think that is the answer. the trouble is, when I create documents, they do not appear in ANY folder except the DRAFTS- if I exclude them from drafts, I can’t see them at all. Your thoughts?
Subject: Drafts - is it a folder?
maybe it is a view (copied) from mail db?
Look at selection formula and make your documents accordingly.