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. WalWeb

    How to close a "child" database?

    Pascal, I end up with the problem I had all along -- Notes diagnoses a logical inconsistency in a form that tries to close its own parent database, and posts a 4000 ("user-defined") error at the point of running the [FileCloseWindow] agent, right at the end of the document's QueryClose event. I...
  2. WalWeb

    How to close a "child" database?

    SubmIt form can't be changed (easily) from all-LotusScript in order to accommodate a FileCloseWindow, anyway -- all its work is done in QueryClose, including locating the user's ID file, where possible, and attaching it to the email that it builds ... and sends. I'll try what you suggest, and...
  3. WalWeb

    How to close a "child" database?

    Thanks for your focus, Pascal. I assume you mean putting a FileCloseWindow into the form's QueryClose event, but that's already full of LotusScript to do the actual doing, and in any case, my recollection is that a Call db.Close in that routine isn't viewed too kindly. Will I achieve...
  4. WalWeb

    How to close a "child" database?

    I'm not sure that it works the way you think it does -- users receive a button in an email, with the following code behind it: Sub Click(Source As Button) Dim ws As New NotesUIWorkspace Dim db As NotesDatabase Dim uidoc As NotesUIDocument Call ws.OpenDatabase("ServerNm"...
  5. WalWeb

    How to close a "child" database?

    A button in a mail item opens a document which prompts for some user information, then creates a further email which is forwarded to a nominated userID. My question is how do I then cause the database from which the prompting form was loaded to close? I end up with a database left open on my...
  6. WalWeb

    Interactive mail to user as sole group member not sent

    A database owner wants to review before forwarding report emails that are produced as responses to user inquiries. They are produced by a script that is triggered by a button on an inquiry form. On successful completion of the script, users see a messagebox indicating that the report will be...
  7. WalWeb

    Multi-value fields in views

    Thanks for that, Pascal. Problem is that there's no way to keep more than one multi-value field sync'd with another's values. And I've found that even within a single multi-value field, if I tack on to each value within that field a code representing which type of service contract is expiring...
  8. WalWeb

    Multi-value fields in views

    Can anyone advise if there's any way to do what I'm trying to do? I have a client customer contract database, and for every customer I track contract expiry dates for as many as five services in individual customer records. As well as what's visible, I store the expiry dates in a hidden...

Part and Inventory Search

Back
Top