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...
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...
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...
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...
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...
*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> set MyRs = Me.Recordset.Clone
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
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...
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...
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...
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
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>'...
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...
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 "p" . 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...
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...
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...
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.