Dear all I am trying to build a shopping cart and add a remove button for customer to remove the unwanted items from the selected item group. So far I have no...
Hi everyone I'm using MX's php/MySQL and cannot connect to my database. When I try, I get this error: HTTP Error Code 404: File Not Found Reasons: 1)There is...
I've been a user of UltraDev and since upgrading my PC, have moved to DreamweaverMX but I'm finding it very frustrating. I'm using WindowsXP Pro and IIS along...
just a shot here, but have you checked all the regular issues, like is the DB open in access or something...? although the usability seems better in MX, i'm...
There's no problem with DW per se, it's that your database is locked. however it tends to be DW that does it... I tend to find DW MX locks the database. And...
Cheers Moshe, actually, trust me to jump the gun! I've just 'rechecked' my ODBC settings and it seems I had the actual database connection going to the one on...
Has anyone noticed that Dreamweaver MX falls over a lot? i am running Win XP and everytime I go to rename or delete a file in the Files window, MX falls over,...
Hi, I'm using DreamWeaver MX under Win XP and I ever use the Files window but I don't have any problems with DMX... maybe is a problem with your DMX ...
Hi Anna, I've been using DMX with WinXP Pro since Studio MX came out (however long ago that was) - I've only had a few occasions where it crashed on it, ...
Tim Thorburn
webmaster@...
May 9, 2003 2:41 am
5065
It may be a shot in the dark, but have your turned Apache on while doing your testing? I've forgotten that a few times. Or on the hosting server, have you...
Tim Thorburn
webmaster@...
May 9, 2003 5:42 am
5066
Hey Anna and group! nothing like a go at DW to get this group up and kicking again..! I also have MX installed on XP pro, with the 6.1 updater. although it...
i've tried everything! had to reinstall mx the other day and now can't get the connection that i've been using forever to work. i've checked site definition -...
Hi, I need some help cracking the below code I want to add some If statement into this code that when I've click view shopping basket button before I have...
What error are you getting? ~dAgs ... __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com...
I'm afraid I don't understand what you're after very well. If you want to write the 'empty' message on the shopping cart page you'll need to put your If...
Thanks Gary, I'm not actually having problems with my databases locking up - I think it was someone else? I'll forward this to the group so hopefully whoever...
Hello! How can I present the sum of a specific numeric field in a recordset of 30 records? Ilias Greece -- http://www.freemail.gr - δωρεάν...
Ilias Birdas
birdas@...
May 12, 2003 7:55 am
5074
Dear Anna thanks for your reply to quastion,but I am still strugling over here in London to sort this problem out it is my school project and I have to hand it...
Cengiz Very nice page. A certain Mr Al Fyad may have an interest! How the heck do you spell his name anyway? If I have understood what you are trying to do.. ...
Erm..... SUM(ColumnName) perhaps? If you want to sum only some of the colum you have to add a where clause like: Select Sum(coloumnName) From Tablename Where...
Ive had a similaiar experience on XP Pro machine. Mike Moss Media Designer Phone: 242-356-8914 Pager: 242-383-3768 Fax: 242-356-8997 ... From: "Tim Thorburn"...
Mike Moss
mikem@...
May 13, 2003 11:19 am
5078
I have ordered a new computer with XP professional, will my Dreamweaver UD work on that computer? And Fireworks 4? And Flash? TIA Bill Robinson...
yes, no problem ... From: "Bill Robinson" <bilrob@...> To: <BKWeb_UltraDev@yahoogroups.com> Sent: Wednesday, May 14, 2003 4:43 AM Subject:...
Ilias Birdas
birdas@...
May 14, 2003 5:53 am
5080
Hi - been searching the web for help on a problem I'm having with Ultra Dev 4 and wondered if anyone could help ? I'm currently building a guest book, and need...
I had a similar problem using SQL Server database where as it would display all data contained within Text formatted fields within my database, but not from...
Spencer Boydell-Butt
sboydell-butt@...
May 15, 2003 12:25 pm
5082
Hi, i am using Asp and Access database to developed a search feature of my site now the problem is i want to Highlight Search Keyword on Result page. please...
Hey! I was thinking of the same question some time now. I did a search of my own on the net, but couldn't find anything similar, at least not for free (there...
Ilias Birdas
birdas@...
May 16, 2003 7:02 am
5084
what about doing this, *after* finding the record with the resired word: replace(strContent, "strSearchWord", < font bgcolor="#333">strSearchWord</font>") that...
i think you may have got the idea anyway, but allow to correct myself: replace(strContent, strSearchWord, "<span style=""color:#FF0000""><B>" & strSearchWord &...