cachoteries LS

Forum destiné aux questions sur le développement : Formules, LotusScript, Java ...

cachoteries LS

Messagepar Droad » 30 Oct 2003 à 10:52

En voila quelques unes:NOTESDATABASENotesDatabase.GetFields(GetSystemFields as Variant) as VariantListe de tous les champs de la baseNotesDatabase.CloseNotesDatabase.IsnntVrai si c'est une base de discussion NNTPNotesDatabase.CreateNewsGroup("newsgroup name") NotesDatabase.RetrievePop3Mail("server address",port,"username","password",(True/False to retain mail), (True/False to use SSL)) Pas réussi à l'utiliserNotesDatabase.EnableDbOptions( option% , setting ) option% Integer. One of the following: 0 Full text index. (In the C API, this is 0x00000001.) 1 Rules processing. (In the C API, this is 0x10000000.) 2 Calendar autoprocessing. (In the C API, this is 0x08000000.)setting - Boolean. True to enable the option. False to disable the option.NOTESVIEWNotesView.CreateViewFromTemplate(viewname as String)Il faut avoir le niveau d'accés ConcepteurNOTESSESSIONNotesSession.InternetHostName & NotesSession.InternetDomainName web agents seulementNotesSession.GetWin32Domain() as VariantDim s As New NotesSessionmgsbox s.GetWin32Domain().ServerNameNotesSession.GetNewsGroupPath(newsgroupname as string) as StringChemin de la base de discussion NNTPNOTESDOCUMENTNotesDocument.HandleUn handle utilisable dans les appels à l'API NotesNotesDocument.GetNextItem(item as NotesItem)NotesDocument.GenerateMessageIDUne sorte d'identifiant uniqueNotesDocument.GenerateHTMLStringMarche pô - dommage.NOTESUIDOCUMENTNotesUIDocument.ModifiedSinceSavedVrai si au moins un champ à été modifié deouis l'ouverture du doc.NOTESUIWORKSPACENotesUIWorkSpace.AddDatabaseToPortfolioNotesUIWorkSpace.AddBookmarkBizarreNOTES(RT)ITEMNotesItem.PartialText as variantNotesRichTextItem.AddLinkByIDS(ReplicaID as String, "","",UniversalID as string)FONCTIONS LS LSI_Info(Register as Integer) as VariantCall to some internal registers that will return information about the lotuscript engine.(me semble pareil que la fonction GetThreadInfo)Some values for the 'register' parameter:02 Currently executed function06 Version09 Language50 Memory Allocated51 Memory Allocated from OS52 Blocks UsedArrayAppend(array1, array2) ArrayGetIndex(array, value) ArrayReplace(sourcearray, fromarray, toarray) StrLeft(SearchString, StringToken) StrRight(SearchString, StringToken) StrLeftBack(SearchString, StringToken) StrRightBack(SearchString, StringToken)[%sig%]
Droad
 

Retour vers Développement

cron