|
|
 |
RE: FN-FORUM ulradev dynamic text ASP help - repost
date posted 21st June 2002 14:45
rscomp.Fields.Item("Description").Value
is the same as
rscomp("Description")
but when your passing to a function use the .value cos you
may find your passing the field object rather than the
value, cos asp isn't typed.
cheers, Ant.
-----Original Message-----
From: [EMAIL REMOVED]
[EMAIL REMOVED] Behalf Of
[EMAIL REMOVED]
Sent: 21 June 2002 13:41
To: [EMAIL REMOVED] [EMAIL REMOVED]
Subject: FN-FORUM ulradev dynamic text ASP help - repost
Posted yesterday but with no replies so I thought
I'd try again. Apologies if you've read this already.
_________________
I'm trying to get text files to load dynamically
from a path entered in the database. In a similar
fashion to the dynamic image path routine.
I have a server behaviour that reads a text file
but still requires a manual insertion of the path.
I'm not an ASPer but figure the Fields.Item in
the dynamic image I have set up should do it.
Free PHP Scripts for your web sites |
 |
|