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 strongm 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: RickBooker
  • Order by date
  1. RickBooker

    I am using phpmaillist (a mail list

    Josh, The log.txt file is being displayed as the body of the email. I'm assuming this is coming from the "include("data/log.txt"); " part of your script. The script that I posted first is being called from another .php that has a form on it for entering the actual text of...
  2. RickBooker

    I am using phpmaillist (a mail list

    Hey Josh, Thanks for the reply. I tried your method but the headers are still showing up in the email body. When I first ran it I got parse errors on the next to the last line of your code. I'm assuming, since I am very new to this, that you accidently reversed the } and the ) Am I correct in...
  3. RickBooker

    I am using phpmaillist (a mail list

    I am using phpmaillist (a mail list managment program) When I send mail the headers (From:Subject:etc) show up in the body of the message and nothing shows in my email program(Outlook Express). The From header in the received email shows Apache (my server address) Here is the code in my...
  4. RickBooker

    x number of weeks in future

    Thanks Ken. That's what I was after. I thought I could use the result of that to do what I wanted but I can't figure out how to do what I want. Here's the formala that I came up with. It works fine but I was in hopes of finding a way to shorten it AND learn something along the way. if not...
  5. RickBooker

    x number of weeks in future

    I have the following formula that computes data that is 7 weeks in the future: if {JOB_START_DATE}-42 in WeekToDateFromSun then {QTY_TO_MAKE}-{QTY_MANUFACTURED} What I am trying to do is create a formula that will collect all data beyond 7 weeks. The number of weeks have to be from Sunday...
  6. RickBooker

    Pop-up box in form

    *Then it gave me the option to debug, and the line *highlighted by the debugger was:<br>*<br>*set MyRs = Me.RecordsetClone<br><br>You may want to try:<br><br>&nbsp;set MyRs = Me.Recordset.Clone
  7. RickBooker

    Mouse Wheel...Disable it???

    you have to click out of the field that is scrolling. Just click on a blank portion of the form and the wheel should scroll the form instead of the field
  8. RickBooker

    DLookup in Make Table Query

    The BonusPercentTable contains two Fields.<br>One is Performance% and the other is Bonus<br>The Expr1 is in the make table query and calculates a value that I want looked up in the BonusPercentTable and return the corresponding Bonus value.<br>Example: Suppose Expr1 calculates a value of 1.26...
  9. RickBooker

    DLookup in Make Table Query

    I have a Make table query that contains an expression (expr1)This gives me value called Performance% that I then want to Lookup on another table that shows a corrosponding BONUS amount for a 100 various Performance% numbers.<br><br>My expr1 gives me a value of 1.26<br>In the BonusPercentTable...
  10. RickBooker

    Upgrading Visual Studio Professional 5.0

    We are going to upgrade Visual Studio Professional 5.0 to 6.0 and need some advice on the cheapest place to purchase it. So far the lowest price we have found for Visual Studio Professional is $416 for the 6.0 version and $465 for 6.01.<br><br>Is Visual Studio 6.01 the same as buying Visual...
  11. RickBooker

    last column in dbgrid can't resize

    I don't have DBGRID32.DLL listed. I have DBGRID32.OCX. Is that what you're refering to? I'm using VB 5.0. would the DLL be part of VB6? If I do need this DLL is it downloadable from some place?<br>Thanks
  12. RickBooker

    negative #s in database string

    Thanks Mike,<br>I created a function to handle the negative numbers as well as decimals. Seems to work. Part of it is.......<br><br>Function IMPACTtoIEEEReal(SourceString As String, StartPtr As Integer, Length As Integer, Decimals As Byte) As Double<br>'...
  13. RickBooker

    last column in dbgrid can't resize

    I'm using a dbgrid with several columns. All the columns can be resized<br>except the last one on the right. I can add columns behind the current last<br>column and it assumes the unresizable attribute. Is there some way to fix<br>this? Even when I set the column properties to be the same size...
  14. RickBooker

    negative #s in database string

    I am creating a table in an Access database with my VB App.<br>Every thing works great until it reads the negative number indicated by &quot;p&quot; . The app stops when it reads the data in the Runtimehours field 000020p (this is negative 20 hours. The p denotes a negative in the datastring...
  15. RickBooker

    negative #s in database string

    To start with I am brand spanking new at programming of any kind.<br><br>I have written an application (after much cussing and gnashing of teeth) that creates an Access database from an ODBC datasource (Impact/Encore)I am pulling records from a .dat file into the Access database, everything...
  16. RickBooker

    Printing Parameters for Number of lables?

    Thanks MalcolmW. Your reply works great and I'm sure the idea can be used in other ways too.<br> Thanks,<br> RickB
  17. RickBooker

    Printing Parameters for Number of lables?

    Using Crystal 7. I have a lable report that has various parameters ie. stock code, descriptions etc. Is there a way to add a parameter to tell how many labels to print? I understand that it can be done from the File/print menu as number of copies. But was looking for a way to do it by using a...

Part and Inventory Search

Back
Top