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

    R5 - cannot locate form...how do you fix that?

    uninstal and reinstall the designer, easy - but good,keep a copy of you database berfore.. ;) ciao
  2. Swissonline

    inputbox() differences between return values

    yes I have tryed in all ways... but there are no differences... in my case the code must stop -exit sub- if the user press cancel, but the code must continue (chef decision) when i oks nothing...(the value must compose a part of another document) nothing to do..., it will be continue anyway...
  3. Swissonline

    inputbox() differences between return values

    I have this code NewValue = Inputbox("insert a value:","request") the form displayed has two button, OK and CANCEL if cancel button will pressed the NewValue becomes an empty string value ,else, if I press ok button the NewValue becomes the string that I have put in now my question is ...
  4. Swissonline

    EditDocument not working

    ok, if you don't have already tried, put in this code , to edit the document : Call workspace.EditDocument(true,DomDoc,true) maybe... hi.
  5. Swissonline

    EditDocument not working

    try to declare a new notesUIdocument (for example UIDOC) then try this code , to edit the document: set UIDOC = workspace.editdocument(True,DomDoc,True) let me know if it works; hi. ps: sorry for my English ...

Part and Inventory Search

Back
Top