.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


Examples: QueryDragDrop event
This event displays the name of the highlighted folder when the document icon
is dragged across it. The message is displayed on the status bar.

Sub Querydragdrop(Source As Notesuidatabase, _
Entryname As Variant, Continue As Variant)
 Print "Moving document(s) to " ; EntryName; " folder"
End Sub

See Also