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

    regex in query

    I have a table of members for a small website, it was hit pretty hard by spammers recently. I've noticed that many (but not all) of the spammer email addresses have 3 or more groups after the '@' character, like these: someone@d.beardtrimmer.com someone@get.cheap.meds.biz I'm trying to run a...
  2. jges

    user supplied sort function

    I have a class that has a collection of objects (a generic list). I'd like the user of my class to be able to supply a custom sort function, similar to the example code below. However, in my actual code, I'd like to keep the list of objects private, since the user doesn't really need access to...
  3. jges

    extract non-zero values in range

    I have a table of values that are the result of calculations. The results are of the form: [box]0.064574031 0 0 0 0 0.007874031 0.080874031 0 0 0 0 0.024174031 0.097174031 0 0 0 0 0.040474031 0 0 0 0 0 0.056774031 0 0 0 0 7.40315E-05 0.073074031 0 0 0 0 0.016374031 [/box
  4. jges

    Tree data structure?

    I have a hierarchy of files (files from a CAD program that represent the structure of a physical assembly) that I need to process. For example: C:\path\A.prt C:\path\B.prt C:\path\C.prt C:\path\D.prt C:\path\E.prt C:\path\F.prt I need to process files C and D before I can process...
  5. jges

    query on many to many

    I have books and procedures, books contain multiple procedures and a procedure can be in more than 1 book. I have 3 tables set up: books, procedures, and a join table. My input form works well. So far, so good. Now, I would like to set up a query/report that lists each procedure in a given book...
  6. jges

    Count of records

    I have a main form (based on a query) with a subform that shows information for a one to many relationship. On the main form I would like to add the number (count) of related records. I can change the query to show totals (this involves adding a table and using 'count' on the field of interest)...
  7. jges

    Combobox lookup and managing foreign keys

    I have a database that links my part numbers with supplier(s) and their part number(s). I have a join table set up to manage the many-to-many relationship. What I would like to do in 'frmParts' is to select a supplier (or enter a new one) in the combobox and update the foreign keys in the join...
  8. jges

    Agent start a windows script

    I'm new to agents and lotusscript, but here is what I would like to happen. When the user receives mail, run a windows script. I see that I can create an agent to run after mail arrives, how do I get it to run a windows script? I am currently on notes version 5, scheduled for an upgrade to...
  9. jges

    program return value

    Can a VB program return a value to the operating system upon completion? Here is my problem: I'm writing some macros for a CAD program that I use and I could really use the standard open file dialog box. The macro language is rather outdated and contains no such functionality, but it will allow...

Part and Inventory Search

Back
Top