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...
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...
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
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...
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...
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)...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.