did you anything to the SQL? ... From: Alain Brisard [mailto:brisard@...] Sent: Friday, 30 March 2001 7:30 AM To: BKWeb_UltraDev@yahoogroups.com ...
John Miles
JOHNM@...
Apr 2, 2001 12:59 am
695
Hello This is the first time I write to this list. I would appreciate very much your help. I have an access database and one "asp" page that shows data from...
Mess *
katakumba2000@...
Apr 2, 2001 9:56 am
696
Are you just hitting line break by the rerurn key? use <br> in your database text ... From: Mess * [mailto:katakumba2000@...] Sent: 02 April 2001 10:57...
Leighton Courtney-Jones
leighton@...
Apr 2, 2001 10:25 am
697
Hi, I am using Dreamweaver Ultra Dev 4 and have got a problem with the 'login user' behaviour. NORMALLY logging in a user works fine, however if a person is ...
mr_gobeldegook@...
Apr 2, 2001 2:01 pm
698
You have to add HTML code to the data in Access, for instance a <br> tag within the data. Hope this helps, Matt ... From: Mess * Sent: Mon 4/2/2001 3:56 AM To:...
Raible, Matt
mraible@...
Apr 2, 2001 2:40 pm
699
What you all could do with is a bit of Sune's magic http://www.spdesign.dk/extensions.asp works great! ... From: Raible, Matt [mailto:mraible@...] ...
Philip Osborne
paos@...
Apr 2, 2001 2:49 pm
700
just a thought, but have you tried inserting a log out behavior on page load? Thank You, Jon Peterson Cyberspace HQ ...
Cyberspace HQ (Jon)
jonp@...
Apr 2, 2001 4:07 pm
701
I am trying to update 1 table. I have generated the code using the server behaviors but whatever I do it fails with the error <<Microsoft OLE DB Provider for...
jenny@...
Apr 2, 2001 5:29 pm
702
What exactly do you want to do? update the database by clicking on the table headers? or by clicking on the respective fields tabs in the table? Sameer ...
Sameer Syed
ssameer@...
Apr 2, 2001 5:31 pm
703
I have 1 table, eg name and address, with one unique key. I have a master display page, which links to the update page, passing forward the key. The update...
jenny@...
Apr 2, 2001 5:50 pm
704
Hi Jenny Great URL you have! Last time I had this it was trying to update an autonumber or Random field in Access. Just an idea Philip www.web-build.net ... ...
Philip Osborne
paos@...
Apr 2, 2001 6:01 pm
705
Hi,I have tried to take the key out of the "insert Record update form" behaviour but it keeps saying choose a unique key from the selected recorder, or click...
jenny@...
Apr 2, 2001 6:19 pm
706
Hi Jenny, It needs the key field to build the sql "Where" clause. (for instance" Update..... Where sid = 1234"). Make sure the sid field is NOT in the "form...
mark_howard@...
Apr 2, 2001 6:48 pm
707
HI, Thanks to everybody who has helped me with this. Yes it works now, can you hear me screaming!! You have been more help to me than Macromedia support desk!...
jenny@...
Apr 2, 2001 7:39 pm
708
I am new to UltraDev, so this might be an easy question for some, but not me. I have followed the tutorial to create a search.asp page and a result.asp page....
ddarowz@...
Apr 3, 2001 3:52 pm
709
I put in this code when I want to show the line breaks. <td width="50%"><% Tekst = (rsActivity.Fields.Item("Act_prop_description").Value) ' checking variable...
pachira-alba
pachira-alba@...
Apr 3, 2001 3:53 pm
710
A few weeks ago a few people said that in order to have the date on a webpage update daily by it's self the page must be .asp and be supported by an .asp ...
gclemmer@...
Apr 3, 2001 10:21 pm
711
First of all - how can you tell it's updated daily through a database? Secondly, if you're just going off the *.htm extension, I know of companies that have...
Raible, Matt
mraible@...
Apr 3, 2001 10:29 pm
712
Gina, They are using client side JavaScript to do the date function. Here is a copy of the script. You can just paste it into your page where you want the date...
Jeff ezlease
jeffm@...
Apr 3, 2001 10:37 pm
713
That's very cool! Thank you. I'll try it. I'm so thankful for all the help the brainiacs in this group provide. Gina...
gclemmer@...
Apr 3, 2001 10:48 pm
714
Here's the javascript code from that site - they're just using the date function native to javascript, and writing a string to the page. It has absolutely...
Sherm Stevens
sstevens@...
Apr 3, 2001 11:12 pm
715
I feel like an idiot for asking this but i lost the case for my ultradev 4 program, and i was wondering if someone would give it to me...
deadsix@...
Apr 4, 2001 1:43 am
716
You really have a nerve, man!! Take a look at Macromedia's homesite and get in touch with them. If you registered the product, you won't have any problem....
Mario Guerra Soto
guerraso@...
Apr 4, 2001 6:17 am
717
I am putting together a website for a recruiting company who would like to update some information on the website on a daily basis. can anyone suggest a...
rsteward@...
Apr 4, 2001 7:51 am
718
Yes, try with Macromedia Generator. Up with Gunners this night!!!...
Mario Guerra Soto
guerraso@...
Apr 4, 2001 7:59 am
719
Hi all [Non-text portions of this message have been removed]...
Roy
rsteward@...
Apr 4, 2001 10:31 am
720
I have already posted and the group were very helpful. Jenny...
Jenny Hanson
jenny@...
Apr 4, 2001 10:42 am
721
I have inserted a record in to a table happily. How do I get hold of that key to use on the next page. What I really want to do is have an insert page that...
jenny@...
Apr 4, 2001 12:59 pm
722
I'd like to create an ASP application that Generates a quiz of 5 random questions from a bank of 20, and track that data where if they score a certain...
John Graham
johndgraham@...
Apr 4, 2001 2:41 pm
723
Jules has 'Move to a random record in the recordset' which should be just right! The more records you have the better. ...