Hello,
I have a database with 2 ActiveX function, but when I try to launch one of these functions, I got an error : "Cannot create automation object".
My Lotus client is 5.0.8, I tried on another computer, it works even if the client is a lower version. It means that the error is...
Hi,
I have two questions about the Domino Webserver :
- Is there an ADO Interface with the Dom. Serv. ?
- Is there a JSP module with the Dom. Serv. ?
Thanx
Hi,
in a script, I used :
Set dbbe = SessionBis.getDataBase( server, dbase, False )
and the script must continue if and only if the database exists, si I tried to use :
If Not (dbase Is Nothing) Then
...
End If
But it doesn't work, the script continue even if the database doesn't exist...
Hi,
I begin in PHP, I'd like to know how can I set a variable wich would be used by all my script (without setting a hiddenfield) like it is possible in ASP with Session("variable-name") = variable
thank you
Hi,
Does anybody know how to set the size limit when the database was created without limit ?
eggy
PS : Set the quota is not enough, I did it, but when the mail database is too big, the user can't send mail, but he can receive ! ( weird, isn't it ???)
Hi,
I have to write a script wich detach the attached file in a folder on the HD, and print it.
I know how to save the file in a particular folder, but I don't know how to print it once detached.
Wich language do I have to use (java, VB, Lotus Script) ?
Does anybody know (one of) the way to...
I did this for one of my db :
Sub Querysave(Source As Notesuidocument, Continue As Variant)
Dim curdoc As Notesdocument
Dim s_DocAccess As String
Set curdoc = Source.Document
'Initialize the variable
s_DocAccess = ""
Forall x In curdoc.DocAccess
'Check if x is already...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.