Search the web
Sign In
New User? Sign Up
active-server-pages · Active Server Pages Developers' List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 11715 - 11744 of 12403   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11715
Below down are the emails which i save it into a folder name myemails. I create a table with following variables of type text in microsoft access. From Text:...
Ehtisham
thereadg
Offline Send Email
Aug 1, 2006
10:24 pm
11716
... I would use Split() quite frequently or a regexp pattern. For example: aBuild = Split(sWholeMessage, "From:", 2) sFrom = Split(aBuild(1), vbCrLf, 2)(0) ...
Shawn K. Hall
shawn_ra
Online Now Send Email
Aug 1, 2006
10:57 pm
11717
My file name is myemails.txt How to i load it into memory Thanks, ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo!...
Ehtisham
thereadg
Offline Send Email
Aug 2, 2006
12:00 am
11718
... Dim fso, fil, ts, sContents Set fso = Server.CreateObject("Scripting.FileSystemObject") Set fil = fso.getfile(server.mappath("myemails.txt")) Set ts =...
Shawn K. Hall
shawn_ra
Online Now Send Email
Aug 2, 2006
10:27 am
11719
Sorry for the easy question, but I've got an apparent brain cramp. I anm populating a form with existing information. The information could include single or...
George L Smyth
GLSmyth
Offline Send Email
Aug 2, 2006
2:57 pm
11720
Hi George, ... <input name='Event' type='text' size="50" maxlength="100" value="<%=Server.HTMLEncode(aryCalendar(1, i))%>" /> Regards, Shawn K. Hall ...
Shawn K. Hall
shawn_ra
Online Now Send Email
Aug 2, 2006
3:47 pm
11721
... Shawn - I knew I'd be blushing, thanks for the answer. Cheers - george...
George L Smyth
GLSmyth
Offline Send Email
Aug 2, 2006
4:48 pm
11722
I run the script to import textfile but it wont print any thing Dim fso, fil, ts, sContents Set fso = Server.CreateObject("Scripting.FileSystemObject") Set fil...
Ehtisham
thereadg
Offline Send Email
Aug 3, 2006
12:17 am
11723
Hi all, lets say i have a product table . and i would like to track the quantity in and quantity out and also the balance ata the end of the month. what is the...
ali adon
aliadon@...
Send Email
Aug 3, 2006
3:44 am
11724
The way to lay out the table is to draw it on paper (or perhaps look at what you're already doing on paper). I would think that this would give you the layout...
David Smart
smartware_co...
Offline Send Email
Aug 3, 2006
3:55 am
11725
Does it give you an error of any kind? What's the structure of the text file? Dan ... From: active-server-pages@yahoogroups.com ...
Dan Powderhill
danaspelite
Offline Send Email
Aug 3, 2006
7:50 am
11726
When i run that program it not print any thing nor any error. I have a text file contains email information which i save from micorosft inbox by selecting...
Ehtisham
thereadg
Offline Send Email
Aug 3, 2006
9:37 pm
11727
Ok you have a typing error in your code... sFrom = Split(aBuild(1), vbCrLf, 2)(0) response.write(sForm) In the first line you populate a variable called...
Dan Powderhill
danaspelite
Offline Send Email
Aug 4, 2006
9:15 am
11728
Is it possible to put it into a loop so that it will give me all values from each email one by one. I mean (From, To, Sent, Cc, Subject, Body). I have googled ...
Ehtisham
thereadg
Offline Send Email
Aug 4, 2006
8:28 pm
11729
http://support.microsoft.com/kb/q300982/ Regards, Dave S ... From: "Ehtisham" <thereadg@...> To: <active-server-pages@yahoogroups.com> Sent: Saturday,...
David Smart
smartware_co...
Offline Send Email
Aug 4, 2006
11:24 pm
11730
I try to put into a loop but it still dont print any thing. Dim fso, fil, ts, sContents Set fso = Server.CreateObject("Scripting.FileSystemObject") Set fil =...
Ehtisham
thereadg
Offline Send Email
Aug 5, 2006
12:12 am
11731
Hi Ehtisham, ... The following code works fine to read the From header: '// ======================================================== <% Function Test1() Dim...
Shawn K. Hall
shawn_ra
Online Now Send Email
Aug 5, 2006
12:45 am
11732
Thanks for the code. When i run the code it only read the first From of the text file but there are more than one email in that file. Am i missing some thing? ...
Ehtisham
thereadg
Offline Send Email
Aug 5, 2006
1:40 am
11733
Thanks I put it into loop. Only one problem is left how to print the body of an email.I put the word body in sPattern but it dont work. Dim fso, fil, ts,...
Ehtisham
thereadg
Offline Send Email
Aug 5, 2006
1:40 am
11734
Hi: Can any one please help me how to i get data from the body of an email. The script fetch all of the data (From, to, cc, subject) but when i try to get data...
Ehtisham
thereadg
Offline Send Email
Aug 6, 2006
11:55 pm
11735
I need to find a new hosting company for one of my clients that hasnt been happy with the costomer service at hostcentic (which is what we used till now...) I...
Adina
elladir
Offline Send Email
Aug 7, 2006
3:01 am
11736
I use STP Webhosting and have not had a problem with them in two years. Their customer service has always been really good for me. I had problems with M6 when...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Aug 7, 2006
11:21 am
11737
We use Titan Internet for our co-lo stuff. They're pretty good all in all, very few network problems and generally good support. Dan ... From:...
Dan Powderhill
danaspelite
Offline Send Email
Aug 7, 2006
12:45 pm
11738
Bluedomino has online chat for customer service and i havne't heard of any issues with them. Also, we use 1and1. Lots of bells and whistles. Service is average...
acschnabel
Offline Send Email
Aug 7, 2006
1:17 pm
11739
Can any one please help me what changes i made in the expression so that it search pattern in square bracket and fetch data from next line. I try to play by...
Ehtisham
thereadg
Offline Send Email
Aug 9, 2006
1:24 am
11740
When i search some thing in yahoo and then click on print preview it shows all the pages which are in search result. But when i run my script and check the...
Salena lux
salena.rose@...
Send Email
Aug 9, 2006
1:25 am
11741
What browser are you using that does that? I've tried to recreate it in FireFox (v1.5.0.6) and can't. The browser can only show for print preview the HTML that...
Dan Powderhill
danaspelite
Offline Send Email
Aug 9, 2006
8:25 am
11742
When data is more than one line it skip the second line in my program. Case Summary where it get data only from first line. I need help what changes i will do...
Ehtisham
thereadg
Offline Send Email
Aug 9, 2006
11:42 am
11743
Can you try this? Dim fs, a, retstring Set fs = CreateObject("Scripting.FileSystemObject") Set a = fs.OpenTextFile("c:\testfile.txt", ForReading, False) Do...
Ramalakshmi Ramadas
ramalakshmi_...
Offline Send Email
Aug 9, 2006
5:59 pm
11744
Is it possible after i run my process i delete text files from server. I run a process to read from text files after that i want to delete these text files so ...
Ehtisham
thereadg
Offline Send Email
Aug 10, 2006
4:13 am
Messages 11715 - 11744 of 12403   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help