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 SkipVought 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: *

  1. desNotes

    lookup in lotusscript

    Here is some basic code that will do what you want. You will need to create a view and put the view name in and as long as I got the field names correct (spaces are not allowed in field names), it should work okay. Dim ws As New NotesUIWorkspace Dim session As New NotesSession Dim dbCurrent As...
  2. desNotes

    Read FAT32 partition

    I have a home network consisting of a windows server with a FAT32 partition. Is it possible to read this partition from a Linux (Tao Linux, based on Red Hat Enterprise) computer? TIA, desNotes
  3. desNotes

    Embedded Views

    In the view you created, the first column should be the username and be sorted and categorized. This column will be the user name of people. In your form, make the 'Logger' field with the default as @Username. Embed the view in the form and just to ensure Notes reads everything correctly...
  4. desNotes

    VB and Lotus Notes- URL link and Return Receipt

    What version of Notes are you using? In your email, you want to display a html link to UPS/Fedex directly from the email? -If you are not using ND6 it is more difficult to write html emails and therfore links to UPS. -If I remember correctly, to be able to provide a direct link to UPS (and...
  5. desNotes

    Question regarding Login

    I am new to Linux and am in the process of setting up a File/Print server in my home network using Tao Linux. Since this computer is behind a firewall I would like to bypass the login and password during startup. Is there a file I can just enter my root login and password so when the computer...
  6. desNotes

    Samba configuration issue

    Here is the error message I am receiving when trying to access from a Win2000 computer: LocalHost is not accessible. A duplicate name exists on the network.
  7. desNotes

    Samba configuration issue

    I have recently installed Tao Linux ( based on Red Hat Enterprise) on a computer I wish to use as a file/printer server on my home network. I attempted to configure Samba using the Samba Server Configuration GUI as follows: Basic Workgroup: (same as my windows workgroup) Description: TaoPrint...
  8. desNotes

    Is this possible???

    I found it...amazing how things come to you when one has to present the problem to someone else. What I was doing trying to insert a query in the middle of a DECLARE. Once I moved my queries after the Cursor DECLARE statment, it runs fine. Thank you Dima for forcing me to think :-) desNotes
  9. desNotes

    Is this possible???

    Here is a shortened version of the code with the accompanying error message. I agree it is probably a syntax error... Error Message: ORA-06550: line 143, column 1 (SELECT COUNT(*)): PLS-00103: Encountered the symbol "SELECT" when expecting one of the following: begin function package pragma...
  10. desNotes

    Is this possible???

    I am new to progamming in Oracle with past experience in M$ SQL server and am having problems doing the following: I have a cursor query running that takes summary data, formats it and writes to a table. I also have another query that runs several small queries that put data into variables...
  11. desNotes

    Network Printer?

    I want to set up a file/print server for my home network using Linux (probably RH8) and know that for file sharing I will be using SAMBA and for print sharing CUPS. What I want to know is do I need to find a Linux version driver for my printer? If so, is there a list somewhere for...
  12. desNotes

    Obtaining past distros

    Thank you both...that will help greatly. desNotes
  13. desNotes

    Obtaining past distros

    I want to build a Linux server for use with Apache and a Domino server. IBM/Lotus only supports RedHat 7.2 and SuSE 8.0. I have looked around for either of them but can't find anywhere where they are available. Am I out of luck or is it possible to download older distros? I have RedHat 8.0 and...

Part and Inventory Search

Back
Top