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...
Show off your group to the world. Share a photo of your group with us.

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 498 - 528 of 5492   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
498
anybody got any idea how to do this? can do it for graphics easily enough but not text...!!??...
sometimesproblematic@...
Send Email
Mar 1, 2001
6:53 pm
499
I have a ColdFusion site that I have just started using UltraDev with and in my body tag I am escaping the "#" sign in the bgcolor, etc. as I am using...
sob@...
Send Email
Mar 1, 2001
8:32 pm
500
Thanks! ****************************** IvanHalen E-mail: ivanhalen@... / ivanhalen@... Home Page: http://www.ivanhalen.com ICQ: 18010589...
IvanHalen
ivanhalen@...
Send Email
Mar 1, 2001
8:37 pm
501
Hi all. Just got my SMTP server up and running along with IIS on my box. Question though. I want to use the CDOMail Extension from Macromedia's site. ...
davidbsparks@...
Send Email
Mar 1, 2001
8:55 pm
502
I have had the exact same problem with a form of 7 selectable variables. We have collectively tried every possible combination to no avail -- we get nothing...
akwm@...
Send Email
Mar 1, 2001
9:00 pm
503
I need to create an insert table that adds a record to multiple tables. does anyone know how to do that? I figured out how to do it with one table, but not...
Brent Hardinge
Brenth@...
Send Email
Mar 1, 2001
11:27 pm
504
Hi No you should setup the table with all tose fields and an ID field set at Auto number and Unique. and use that as your search critera because when you start...
reihana@...
Send Email
Mar 1, 2001
11:30 pm
505
I have a question to anyone. What and how do you connect to your database on you Host server using Ultradev because I was advised a DSNless connection is the...
reihana@...
Send Email
Mar 2, 2001
12:26 am
506
I'm using UD4 and an MS Access 2000 db. Can I create and use stored procedures on an access database? I have seen a lot of tutorials about using Stored...
Brent Hardinge
Brenth@...
Send Email
Mar 2, 2001
12:27 am
508
Try having a look at the Dreamweaver Tutorial. I think that what you wanna do is dead easy. Something called as Image map, or something like that. You have to...
Mario Guerra Soto
guerraso@...
Send Email
Mar 2, 2001
2:10 pm
509
Hi, I've been working with Ultradev 4 using ASP/JavaScript, an access db, and personal web server. I'm suggesting Ultradev for application development to a...
holly.hendricks@...
Send Email
Mar 2, 2001
3:31 pm
510
Holly: It's my feeling that you can not make everyone happy.. however, Designing with IE 4.0 and N.S. 4.0 will give you most of the cool functions that Utra...
James Woods
jdwoods@...
Send Email
Mar 2, 2001
7:36 pm
511
Well, first of all, many of the incompatibilities they have between them are explain on the Macromedia Dreamweaver manual, most of them dealing with layers,...
Mario Guerra Soto
guerraso@...
Send Email
Mar 2, 2001
9:25 pm
512
To whoever can answer my questions, I just started learning Ultradev and I had a question about databases. I get the impression that I need a program like...
Emery
aaron@...
Send Email
Mar 3, 2001
4:22 am
513
How about FREE? Try MySQL: http://www.mysql.com a steeper learning curve than Access, but well worth it. Sherm Stevens...
Sherm Stevens
sstevens@...
Send Email
Mar 3, 2001
5:50 am
514
Brent Stored Procedures are not available on Access, but queries are excellent for the relational aspects - saves hand coding the table joins Phil ...
Philip Osborne
paos@...
Send Email
Mar 3, 2001
1:27 pm
515
Reihana Try "Provider=Microsoft.Jet.OLEDB.4.0; Data source=D:/Websites/Blah/whatever.mdb;" You will need to edit the path of course. Works for me. If you can't...
Philip Osborne
paos@...
Send Email
Mar 3, 2001
1:36 pm
516
OK I downloaded MySQL. Does anyone know how to get it working? Thanks Aaron ... From: "Sherm Stevens" <sstevens@...> To:...
Emery
aaron@...
Send Email
Mar 3, 2001
4:46 pm
517
you should have a "traffic light" ... in bottom of your windows screen right click to run... its a dos based program. ... OK I downloaded MySQL. Does anyone...
James Woods
jdwoods@...
Send Email
Mar 3, 2001
6:00 pm
518
Does this help? http://www.analysisandsolutions.com/code/mybasic.htm ... From: Emery [mailto:aaron@...] Sent: 03 March 2001 16:50 To:...
Philip Osborne
paos@...
Send Email
Mar 3, 2001
6:36 pm
519
Hi Do I enclose it in quotes Thanks for that anyway. Regards Rei ... From: Philip Osborne [mailto:paos@...] Sent: Sunday, 4 March 2001 2:44 a.m. To:...
Reihana
reihana@...
Send Email
Mar 3, 2001
8:11 pm
520
Hi Aaron, Have you tried pure SQL? Basically, this what you need as a database. If you want a fuill problem, what about Oracle? I think there is also both a ...
Steffi
steffi@...
Send Email
Mar 4, 2001
4:51 am
521
Hi Holly, ... I think an ASP-application for all the browsers does its job. Since the qustion which to use - ASP or JSP - does depend on the server where you...
Steffi
steffi@...
Send Email
Mar 4, 2001
4:57 am
522
Yup. UD4 will usually do it for you ... From: Reihana [mailto:reihana@...] Sent: 27 February 2001 20:16 To: BKWeb_UltraDev@yahoogroups.com Subject: RE:...
Philip Osborne
paos@...
Send Email
Mar 4, 2001
7:12 am
523
I'm using generic UD code to insert a record into a database from a lengthy form. All of the fields on the form are not required. If EVERY field in the form is...
jeffm@...
Send Email
Mar 4, 2001
9:07 am
524
Try checking that the database will accept empty values. If that don't work post the error message http://www.web-build.net/ ... From: jeffm@......
Philip Osborne
paos@...
Send Email
Mar 4, 2001
12:39 pm
525
I have created an asp insert form and want to pass the value of one of the fields through the url. How can i do that? THanks...
Brent Hardinge
Brenth@...
Send Email
Mar 5, 2001
1:15 am
526
hi everyone . i'm developing my site on a mac with ultradev and have a few questions: the first is; how do i get my site to update every day ? all the basic...
xmlsgml@...
Send Email
Mar 5, 2001
8:01 am
527
_________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com...
Ferruh Mavituna
sdigraphix@...
Send Email
Mar 5, 2001
9:20 am
528
I have developed a form using CDONTS mail, and the Dreamweaver CDONTS Mail Extension. Everything seems to be working fine, except for the fact that my mail is ...
David Sparks
davidbsparks@...
Send Email
Mar 5, 2001
1:42 pm
Messages 498 - 528 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