Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: eggy
  • Order by date
  1. eggy

    Error when an activeX is launched.

    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...
  2. eggy

    Domino and ASP

    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
  3. eggy

    getdatabase() return value

    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...
  4. eggy

    size limit

    The size limit is the default one ( I think it is 4Go ), but when I list all the mail database, in the view, the size limit field is set to 'No Limit'
  5. eggy

    [super]global variable

    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
  6. eggy

    size limit

    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 ???)
  7. eggy

    Lotus Script

    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...
  8. eggy

    Forall statements

    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...
  9. eggy

    @Command( [Execute];"program-name")

    I forgot, v_path, v_module, v_version can be fields
  10. eggy

    @Command( [Execute];"program-name")

    did you try something like : v_path := "blablabla"; v_module := "blablabla"; v_version := "blablabla"; v_argument := "http://server-name/perl-bin/get-psp-source-file.cgi?path=" + v_path + "&filename=" + v_module + "&version=" +...
  11. eggy

    deleted fields

    Hi there ! Is there a way to "purge" the deleted fields (which still appear in the list for a column value) ?

Part and Inventory Search

Back
Top