Search the web
Sign In
New User? Sign Up
BKWeb_UltraDev · A support group for Macromedia UltraDev users.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 4751 - 4780 of 5492   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4751
Does anyone have any resources for generating charts in UltraDev? Thanks in advance! Michelle...
m_tarby
Offline Send Email
Nov 1, 2002
7:06 pm
4752
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@...
Send Email
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@...
Send Email
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...
Phil Osborne
paos007
Offline Send Email
Nov 4, 2002
9:07 am
4755
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...
Stefanie Guim Marcé
steffi971
Offline Send Email
Nov 4, 2002
5:32 pm
4756
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@...
Send Email
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 - ...
Anna Crooks
anna_crooks
Offline Send Email
Nov 5, 2002
12:43 pm
4758
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...
bobby regan
bregan507@...
Send Email
Nov 5, 2002
4:19 pm
4759
Or this............. <% ' FileName="Connection_ado_conn_string.htm" ' Type="ADO" ' HTTP="false" ' Catalog="" ' Schema="" MM_WRU_Supporters_Club_STRING =...
Spencer Boydell-Butt
sboydell-butt@...
Send Email
Nov 5, 2002
4:35 pm
4760
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Phil Osborne
paos007
Offline Send Email
Nov 6, 2002
7:28 pm
4768
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 =...
Mark Bieganek
mbieg69
Offline Send Email
Nov 6, 2002
9:13 pm
4769
Hi, Try WebAssist WACharts. Extention is pretty expensive ($99,99) but it works and they can be created dynamicly and easily! ...
Juha M
juha_mm
Offline Send Email
Nov 7, 2002
2:56 pm
4770
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 ...
DAI
dais_woodshed
Offline Send Email
Nov 7, 2002
10:48 pm
4771
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@...
Send Email
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@...
Send Email
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...
DAI
dais_woodshed
Offline Send Email
Nov 8, 2002
2:31 pm
4774
Following SQL has been used to grab data from two table ,similar approach for any number of table SELECT A.*,B.MTG_DT FROM HRP.TBL_CLUSTER_MAIN A,...
Prakash Lal
sbicpcl@...
Send Email
Nov 8, 2002
3:56 pm
4775
cheers it's well apreciated ... approach for any number of table ... the ... got ... three. ... http://docs.yahoo.com/info/terms/...
DAI
dais_woodshed
Offline Send Email
Nov 8, 2002
8:15 pm
4776
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@...
Send Email
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...
M Tapnack
tapnack
Offline Send Email
Nov 9, 2002
5:24 pm
4778
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?...
Eric Kaiser
sunjournal2002
Offline Send Email
Nov 11, 2002
1:46 pm
4779
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>...
M Tapnack
tapnack
Offline Send Email
Nov 11, 2002
2:13 pm
4780
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:...
M Tapnack
tapnack
Offline Send Email
Nov 11, 2002
2:16 pm
Messages 4751 - 4780 of 5492   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