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

    query performance problems

    I do have some problems concerning a query, which looks like the following: -------------- select a.ATTSTATUSTEXT, a.PKCSTATUSKRZL, [...] b.ATTNAME as ANFORDERERNAME, c.ATTNAME as ERSTELLERNAME from WSBEAAPP.QRYBEAHALF as a JOIN ORGAPP.TBLCSGDIR as b ON...
  2. theStefan

    word ole

    Hi I try to create a WordDocument which should be save in a NotesDocument and filled by various data. Unfortunataly I just can't print any text into the WordDocument. That's the code I've written (in PostOpen): If Source.IsNewDoc Then Set rtItem=New...

Part and Inventory Search

Back
Top