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 Mike Lewis 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. bombtrk

    FileSave and FileCloseWindow

    I figured it out. This is how you do it for anyone who is wondering... Check := @If(@IsValid; 0; @Return(0)); @PostedCommand([FileSave]); @PostedCommand([FileCloseWindow]);
  2. bombtrk

    excel macro to get data from lotus notes

    Try this out... Sub Initialize On Error Resume Next Dim dbSession As New NotesSession Dim db As NotesDatabase Dim curView As NotesView Dim StatDoc As NotesDocument Dim ExcelPath As String Dim ExcelFileName As String Dim MSAction As String Dim path As...
  3. bombtrk

    FileSave and FileCloseWindow

    I'm trying to use an Action button to set a field and then save and close the form I'm working on. My code is this... @SetField("txtStatus"; "Closed"); @Command([FileSave]); @Command([FileCloseWindow]) After I click the Action button, Lotus Notes still asks me if I want to save the document...

Part and Inventory Search

Back
Top