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 bkrike 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: nashman
  • Content: Threads
  • Order by date
  1. nashman

    Close Lotus Notes Email From VBA

    Hi All, I've been using code that was posted here to send emails automatically through VBA. Works beautifully by the way, thanks. The only missing item is to close the actual email client. The CreateObject("Notes.NotesSession") does the opening work but I haven't seen anything that can in turn...
  2. nashman

    Updating ASP Page With Frames and ListBox

    I am really hoping someone can help me out with this. I am new to ASP. I have searched everywhere and I am sure this is probably a simple issue to resolve but I can't seem to find the answer. I have 2 frames. The left frame has a listbox which I want the users to make a selection from. Based...
  3. nashman

    Simple MessageBox Agent

    Hi, I am trying to create a simple MessageBox pop-up from an agent. I want the agent to check all incoming emails as they arrive and if the Subject field matches a condition, create the pop-up message box. I am having a helluva time getting this to work with LotusScript. I have the correct...
  4. nashman

    Append data to Oracle - SLOW

    Hi All, I need some help in figuring out if there is a faster way of appending data to an Oracle BE table. I have an Access database that opens a recordset and reads a field. The VBA code then needs to convert the field data ( which is a series of ASCII characters ), convert this ASCII...
  5. nashman

    Help with TransferDatabase, asking for KEY

    Hi, I am using the TransferDatabase command to reconnect to an ODBC database ( Sybase ) from Access. I have no problem at all with the code to connect however, I want to perform the database update through my scheduler on WINXP. Each time I reconnect to the database, I get asked to "Select...
  6. nashman

    Sending Access report using Lotus Notes

    I have looked everywhere in this site but cannot locate information on this subject. I am hoping one of you may be able to provide some direction. I have setup a database where each representatives ( call centre ) performance data is entered and reported on to each individual during coaching...

Part and Inventory Search

Back
Top