Display Partial Text Of A Record
On the webpage, I want to display like this:
I use Response.write objRS("FieldName") to display the value of a record .I guess a number of chars is allowed to display a part of record.
On the webpage, I want to display like this:
I use Response.write objRS("FieldName") to display the value of a record .I guess a number of chars is allowed to display a part of record.
I'm looking for images in my asp page.
I know the path and first and last part of the filename.
Example filename: A01-30420.jpg
I have the A01- and the .jpeg. The ##### portion could be anything, but always numeric (sofar).
The A01 is unique, i.e. there will only be one file of A01-#####.jpg
I'm using fileExists object to confirm a file exists when I have the full filename but havn't been able to figure out how to get the full filename when I only have a partial.
I could rename the files, i.e. drop the -##### but I'd have to do that everytime I get new ones so I'd like to work with the original filename if at all possible.
Getting data from an database and displaying it on a web page is some thing I have done for years. Now instead of getting data from a database, I want to get the text of a file and display that on the web page. The file choice is determined by a user click on a anchor link.
So far I have considered using fso to read a line at at time and doing Response.Write for each line read. Seems to me there should be a more elegant solution. Should I build an array of text line while reading and do only one response write? Or is there another solution that I have not discovered.
i have a news page which a user can update etc add new news articals etc etc.The page which is to display the news needs to start at the second artical, ie if a user has posted a news artical on the 20/11/2005 .
a other person comes along and posts one on the 22/11/2005 i need to ignore the 1st one and display the second (20/11/2005) do i create a query when doing my record set or is it a asp thing on the page.im using ASP VBScript and a access database. Im not 100% with asp im still learning so if u could expalin exactly how to do this .
.asp, vbscript, ms Access
I want to display a list of records on my page, like this:
California - Los Angeles - Sheraton
- Los Angeles - Meridian
- San Diego - Mercury
Colorado - Denver - ..................
ie. only display first instance of California..
Can this be done..
I need to limit how much of a record is printed to screen. I just want text up to the first full stop.
View Replies View RelatedI have the below code. I am trying to send information to a subroutine, I am getting an Object Required Error.
<input type="button" name="pSearch" value="Search"
onclick="DisplayRecords()">
Then in my ASP page I have this
Sub DisplayRecords()
dim conn
dim strsql
dim mycount
I want to display all records from the database based on keyword entered by user. As for example,
ContactName Title Phone
xxxxxxx xxxx xxxxx
xxxx xxxxx xxxx
xxxxx - xxxxxx
I want to add another column (to display no. of record), as for example,
No. ContactName Title Phone
1. xxxxxxx xxxx xxxxx
2. xxxx xxxxx xxxx
3. xxxxx - xxxxxx
Is it possible?
i am trying to figure out the best way to display records. I have a page which pulls multiple data from mulitple tables in multiple queries. In order to get the page layout to put the records in the right spot i would like to be able to display each record invidually.
Is there a way to echo a record to a spot instead of using a datagrid? I know in php i can specify the database recordset and then echo the value for that particular record. Does asp have the equivalent to this?
I've situation where I just want to displaying first five record in the database. I've search in this forum but could'nt find it.
View Replies View RelatedI am using a calendar, and I want the calendar to show a different color on the date if there is something with in that recordset. So if there is an event for that date display a color else do nothing. Im not sure how to do this?
View Replies View RelatedWhen a selection is made from a list (lstpos) - single selection allowed, (for example a user selecting engineer), it retrieves all the duties (it may b a duty i.e. 1 record OR many duties i.e. more than 1 record) an engineer performs (each one on a different line) from a table and automatically displays text boxes next to each duty so that the user can input "scores" for each duty (rate the engineer).
How to do this?
Next this data needs to be input in a table when the user clicks a button (ADD or OK) in the format :
user duty score
user1 duty1 score1
user1 duty2 score2
user1 duty3 score3
etc...
Anyone has an idea how to do this?
How would I get the max record + 1 to auto-populate in the GMVINC form field? I have a feeling that my query is not correct. Code:
View Replies View RelatedI have a quick question regarding a text field for inserting record, I have a page which inserts various fields including area code an phone number for a new record, however I am curious if there is a way that I can either make the area code appear with brackets around it in the text field which is sent so that the user does not have to type it in each time.
I was thinking I could concantenate the value i send in each time with brackets but am not sure what the syntax would b for this. or perhaps there is another way of doing this?
i'm trying to figure out why i can not update a record if in the text box there is a ' anywhere in the field..
View Replies View RelatedCan anyone tell me how to display just the first few words of the data. For example:
The full text:
Hello, how are you? What are you currently doing and hope you have a good day. Merry Christmas and A Happy New Year.
I just want to display:
Hello, how are you? What are you currently ...
I am not very familiar with the asp coding for displaying part of the message.
I need to write a code where if the user selects a radio button depending on that i need to display the text. can any one tell me how i can do this ?
View Replies View RelatedWhat im lookng to do, is display a message if the user searches for a product that doesnt exist in the database. So if they look for a particular book, and it returns nothing, they get a sorry we dont have it in stock message.
View Replies View RelatedI have a form that contains 5 text boxes and user enters values inside them and then press the submit button (checked.gif) and inserts them in the database. In my page there is also another button (fakos.gif) that when the user press it supposed to take the values from the text box that the user JUST entered the value and display it in another page (before submiting the elements).
View Replies View RelatedIm having this problem, I have a database and a text field on it. When I try to display the text into a web page it thosen't do the correct paragraph, etc..
Exemple:
Text on the database:
"This is a test.
please read.
Thank you very much"
What apper on the webpage is:
"This is a test. please read. Thank you very much"
Everything in one line insted of four.
My problem is that when I´m typing a text data in to the form and I press Enter to go
to a new line in PHPMyAdmin the field looks like this:
line1: text
line2: text2
etc.
But in ASP it looks like this:
line1: text1 text2
K i have a string which is
id1, id2, id3, id3, id3
ive split them and put them into an array and only want to show each item once Like:
id1
id2
id3
instead of showing:
id1
id2
id3
id3
I got a form (textarea); user can input details of the property. And I am saving it in database. I need to display it in the site. text should be formatted. For example
Thi is how user enter details in texarea Code:
I want to read an ASP file and display its source text.But I only get its HTML output. Later on,I will extract that source text to display certain thing.
Here is my code:
Const Filename = "/aspBoard.asp"
Dim FSO
set FSO = server.createObject("Scripting.FileSystemObject")
Dim Filepath
Filepath = server.MapPath(Filename)
Set TextStream = FSO.OpenTextFile(Filepath)
Dim content
content = TextStream.readall
Response.Write content
TextStream.Close
Set TextStream = nothing
when I´m typing a text data in to the form and I press Enter to go
to a new line and after when the data is submited in the DB I go to PHPMyAdmin and the field looks like this:
line1: text
line2: text2
etc.
But in ASP it looks like this:
line1: text1 text2
What the hell is this now
I have a search page, after search returns value I want to display fields in text box instead of table.
View Replies View Relatedhow I can control or limit the display of text so that info from the database is displayed in a more uniform manner. For instance a user requests a group of article titles and is given a list of article names to select from.
The list that displays looks a mess because some titles are very lengthy. Is there a way to control the number of characters that is displayed from a string and end it with "..." so the user understands there is more to the title?
I've seen this done but can not seem to find any info on HOW to go about it. I could place the full title in the mouse over but wish to clean up the initial display of the list.
I have a search page, after search returns value I want to display fields in text box instead of table.
View Replies View RelatedI am relatively new to ASP but am fairly familiar with PHP and ASP.NET and JavaScript.
My problem is this:
I have a drop down box which is populated from the database (Access), it sets the value to the ID of a hospital ward, and the text to the name of the ward.
I then use the ID to look up an email address for the manager of the ward from another table in the database. My un-optimised code is as follows: Code:
On my index page I have got an area for one product to be displayed randomly from the
database. I have got it workign, but there is one problem i cant get my head around, here is the code so far:
' Initialize ASP RND() function
Randomize()
intRandomNumber = Int (1000*Rnd)+1
strsql = "SELECT TOP 1 art_Artist, art_Title, Rnd(" & -1 * (intRandomNumber) & "*cat_ID)" &_
"FROM eventDisplay " &_
"ORDER BY 3"
The code above isnt working and its when i try and draw out more that one value, as in art_Artist and art_Title.
It works fine if all I want is art_Artist, but as i said when i try to draw out more than one value the randomize function doesnt work.
I am trying to display records ( text and images) from a database. I get the text displayed but the image is displayed as a large series of Asscii text.
Connect.open "DSN=Rentals"
'declare sql statement that will query the database
query = "Select * FROM RentalTable WHERE Location LIKE '%"
query = query & Replace(request("varLocation"), "'", "''") & "%'"
query = query & " AND PropertyType = '" & Replace(request("varPropertyType"), "'", "''")
query = query & "' ORDER BY DateAvailable"
RS.Open query, Connect
do until RS.EOF
%>
<table width="75%" border="1">
<tr>
<td><%=RS("Address")%></td>
<td><%=RS("Location")%></td>
<td <%
Response.ContentType = "image/gif"
Response.BinaryWrite(rs("Image1")) %>
</td>
</tr>
</table>........
I have a VBScript function:
<script language="VBScript" type="text/vbscript">
Function Main()
set wshshell = createobject("wscript.shell")
struser = wshShell.ExpandEnvironmentStrings("%USERNAME%")
strdomain = wshShell.ExpandEnvironmentStrings("%USERDOMAIN%")
msgbox struser & strdomain
End Function
</script>
That works great as a Active X script but I want this to display as a value in a text field and I can't find how o do that.
I'm using Access Database with ASP. There is one particular thing that I
have issue with.
My purpose is for user to update their own profile. Their existing profile
information will be display in Edit Form format. The problem is if the field
has space, the second word will not display, when I display in input text
format.
E.g if My first name "User_FirstName" in my table has entry, let say "David
Johnson" as FirstName, when I execute following code and do a input text, it
will display "David" only. Code: