I have used following tricks to generate bar charts and Graph by using SQL statements to display on mywebpage I am attaching the bare minimum of the SQL...
Prakash Lal
sbicpcl@...
Nov 1, 2002 8:11 pm
4753
Hi, I'm trying to properly format text taken from a memo field using Access/ASP. In php the command would be nl2br() to ensure that any line breaks are...
Tim Thorburn
webmaster@...
Nov 4, 2002 5:20 am
4754
Tim Try something like this Replace((rs1.Fields.Item("Description").Value), Chr(13), "<br>") ... From: Tim Thorburn [mailto:webmaster@...] Sent: 04...
Hello, I am setting up an application for which it is necessary to send a message to a mobile phone, if possible an SMS and in an ASP application. The system...
Hello. I am new to the list, subscribed today and started asking already. I am sure the subject I'm going to ask you about has been discussed many,many times....
Ilias Birdas
birdas@...
Nov 5, 2002 12:14 pm
4757
Just quickly as I don't have access to any of my resources at present - you should try using a connection string (OLE DB connection) instead of a DNS - ...
Use a connection string instead of a DSN to solve your problem. Go to the connections folder and edit the page that is in there. The page in the connections...
Whaou! It actually worked, at least seems like it wants to work.. BUT... After my login (succesful, so the database connection works) I have a page that...
Ilias Birdas
birdas@...
Nov 5, 2002 11:32 pm
4761
What is the error message you get..? I can't read the lanuage your sites in...? Spn ... From: Ilias Birdas [mailto:birdas@...] Sent: 05 November 2002...
Spencer Boydell-Butt
sboydell-butt@...
Nov 6, 2002 9:26 am
4762
Well, my present situation is much much better than yesterday, when I was really desperate. I am now facing UD things with much more hope thanks to you. The...
Ilias Birdas
birdas@...
Nov 6, 2002 2:34 pm
4763
Ilias - can you send me a link to the online page were this code is so I can C it not working....? Spn ... From: Ilias Birdas [mailto:birdas@...] Sent:...
Spencer Boydell-Butt
sboydell-butt@...
Nov 6, 2002 2:49 pm
4764
Looking at what you said about the error message "Page cannot be displayed" - this would be because it cannot find the page it gets directed to after doing the...
Spencer Boydell-Butt
sboydell-butt@...
Nov 6, 2002 3:02 pm
4765
Thanks for everything, I found the problem. (actually, I composed again the same page from the beginning, using the same technic, only this time it works for...
Ilias Birdas
birdas@...
Nov 6, 2002 4:39 pm
4766
Hi, How can I assign a value to a variable to replace the MonthNumber For instance I need to send a URL value Called ItemNumber with a number value that will...
Oded Battat
oded@...
Nov 6, 2002 5:37 pm
4767
Hi Would that be simply?.. whatever.asp?ItemNumber=<%=rsMonth.Fields.Item("MonthNumber")%> PO ... From: Oded Battat [mailto:oded@...] Sent: 06...
Pass a variable in your URL string that is defined in your SQL. 1. Open your recordset. 2. Enter the following into your SQL window: WHERE MonthNumber =...
Is it posible to create a record set or pull info from info three database tables? I'm trying to do a searh for holiday resort reviews, but this entails ...
Page A has a form with 3 text boxes and a submit button Page B recieves data from Page and displays search results in a table. Page B results table has a "Show...
Ilias Birdas
birdas@...
Nov 7, 2002 11:36 pm
4772
If You know SQL jointtable Syntax( You can refer to any SQL book) then Go to Data Binding panel and by clicking Advance Recordset ,Change the SQL...
Prakash Lal
sbicpcl@...
Nov 8, 2002 2:23 pm
4773
Thanks for the advice. would it be possible for you send me a few screengrabs of the process thanks in advance Dai ... book) then ... Recordset ,Change the...
Hi there, I try to use a nested repeated region to read related content from two table such as product groups and sub-groups. Is there any extention or...
Hameed Azimi
hameed_azimi@...
Nov 9, 2002 9:21 am
4777
hey folks this one (below) is an old one i'm still having trouble with.... i am doing an include for an .asp page. when running it on the www - it shows up...
I would need to see line 18 to really know what's going on. But let me ask you this, is Active Perl running on the host computer and not on your local machine?...
Hi Eric thanks for the reply nope - no Perl running here. Line 18 reads: <!--#include virtual="../ads/include/ador2.asp" --> and it is just about the <html>...
sorry - that was meant to read "just ABOVE the <html> tag ..." m ... From: M Tapnack [mailto:tapnack@...] Sent: Monday, November 11, 2002 4:13 PM To:...