all groups > inetserver asp general > august 2003 > threads for friday august 15
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Read tab delimited file into an array with ASP
Posted by Rob at 8/15/2003 8:39:34 PM
Hi,
Sorry if this has been asked before(I searched, but didn't see
anything).
I need to read a tab delimted file into an array with ASP. Should be
easy enough, I know it is in Perl and PHP. Can someone show me how
that's done or post a link to an example.
This is what I'm trying to do in p... more >>
Component will not create a new transaction
Posted by Alan at 8/15/2003 7:50:22 PM
Gidday people,
I had a bit of a problem this morning. I think I've got it sorted now, but I
wonder if anyone can shed some light.
I have a plain VBS WHS file that instantiates a component that controls an
interface file import process. This component, Controller, is part of
FinInterface.dll... more >>
CDONTS and Faxmaker
Posted by DCN at 8/15/2003 6:01:24 PM
I use CDONTS and SQL to send a periodic e-mail to a group
or clients through smtp on Win2K SBS. I have about half
my clientel who only have a fax machine and no e-mail.
Faxmaker is installed as a component to Exchange and any e-
mail that I generate from outlook with an address in
the "to... more >>
Handling Ref. Integ Error?
Posted by jason at 8/15/2003 2:25:57 PM
Is there an elegant way to check for the REFERENTIAL INTEGRITY VIOLATION in
Access via ASP. The reason I ask is that if the user attempts to refresh the
screen after implementing an INSERT he will be trying to insert an identical
record which thows up the following error (below). I could place O... more >>
Session.timeout
Posted by J. Muenchbourg at 8/15/2003 1:03:04 PM
I have a session object Session("login") whereas I need to extend the
time on this to 1 hour, instead of the default 20 minutes.
After initializing Session("login"), how would I change the timeout
value?
???
Muench
*** Sent via Developersdex http://www.developersdex.com ***
Don't jus... more >>
OPTION EXPLICIT
Posted by Sundar at 8/15/2003 12:47:28 PM
Have you encountered "OPTION EXPLICIT" not working in a
ASP program?
- Windows 2000 Server
- IIS 5.0
- Active Server Pages (VBScript)
We had a program that had "OPTION EXPLICIT" in the first
line. After a short processing, RESPONSE.REDIRECT
redirects the user to another server. The pro... more >>
newbie: How to get all the variables from a previous from into one variable
Posted by jim at 8/15/2003 10:28:00 AM
Hello, my form is a Survey form , it has different variables each
time someone accesses it. I need to know how to gather all the
variables into one and on the next from I will parse them out.
thanks
Jim... more >>
Send Documents to Printer
Posted by Paul at 8/15/2003 10:25:01 AM
I have a series of hyperlinks on my page which open up documents. Mainly
pdfs.
Can anyone tell me if it is possible to send these straight to the users
printer or is this just asking too much ?
Thanks in Advance
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Seperating data from single table field (string)
Posted by vool at 8/15/2003 9:55:53 AM
Hi All
Can anyone help with this please.
I need a way of putting say 10 to 20 bullet points in one table field in an
Access database
- say seperate them with a special character, then build a bulletted list on
my page.
If I can get the page to detect each special character, insert a new ... more >>
Many Links
Posted by Many Links at 8/15/2003 9:29:53 AM
Hey!
I am creating a spot where people can redownload items if
they have access. I have everything written but the part
where people actually get to the page due to a huge
issue. So far there are 96 uniquie combinations of the 8
items they can download.
Here is the flow of my system.
... more >>
Creating nodes with ASP
Posted by billzimmerman NO[at]SPAM gospellight.com at 8/15/2003 8:22:55 AM
I have a page that lists categories on the left, and I'd like to be
able to click on one, and have a node pop out, revealing subcategories
so users can navigate to them that way. How does one create a node
function in ASP pages?
Thanks,
Bill... more >>
Deleting info using Checkbox with ASP
Posted by Eddie Tan at 8/15/2003 7:53:09 AM
Hi everyone hope you guys can help me out on this. I'm working on an
upload page where it has the file name, file size, and type of the file
that is uploaded. I want to add a checkbox next to each of the uploaded
file where i can delete the uploaded file if it is checked. Does anyone
have an i... more >>
From w/ Mulpiple outputs
Posted by wg at 8/15/2003 3:14:12 AM
I am new to programming in ASP so please forgive me if this seems trivial. I
am editing a page someone else created. The page loads a list from a
database, based on the selections (by clicking on the an item in the list it
gets highlighted) the user has the option of pressing a button to reload t... more >>
|