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

    Sorting of Arrays - How is it done?

    I think there's no function, you have to create one by yourself
  2. nazlurf

    Checking GetItemStatus?

    check maybe your update properties in the datawindow object
  3. nazlurf

    Sending Lotus Notes Mail from PB application

    i find, and i give you the tip : use a Lotus.NotesSession instead of Notes.NotesSession !! You have to initialize the session, and modify a little the sourcecode, but this is the only way i find !! i thank you again (if u read it ??) because you showed me the way !!
  4. nazlurf

    Sending Lotus Notes Mail from PB application

    Thanks for that help (which helps me too !!) I developp my own library for using oleobject (and avoiding errors), but i have something strange. I cannot use the lotus notes function AppendDocLink. The idea is to create a document a database and then create a email and add the document in the...
  5. nazlurf

    Accessing column data in a nested report

    you have to use a DataWindowChild : dw_1.GetChild(dwc) (see GetChild in the help) string_variable = dwc.GetItemString(row, column) or, if you really want to use .object property : this.object."reportname".columnname[row] (not sure)

Part and Inventory Search

Back
Top