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 5359 - 5388 of 5492   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5359
the main purpose of doing the course will be to serve my clients more effecetively as oppossed to a side line. Thanks for the opionions and advice. I am...
ultradanuk
Offline Send Email
Feb 2, 2004
11:13 am
5360
Can a Windows 2000 server accept JDBC connections to Access databases without any "non-factory" components or programs? If a server can take ODBC connections,...
Mark Bieganek
mbieg69
Offline Send Email
Feb 2, 2004
10:04 pm
5361
I have been able to pass a parameter from a search page to a result page if I manually input the information from the search page. I would like to use a...
jeffinazagain
Offline Send Email
Feb 3, 2004
5:35 pm
5362
Use GET in your form instead of POST ... From: jeffinazagain [mailto:jeff_grand@...] Sent: Tuesday, February 03, 2004 7:35 PM To:...
M Tapnack
tapnack
Offline Send Email
Feb 3, 2004
6:14 pm
5363
Yes I use get... the problem is if I use a manual input using a text field I can call the text field keyword as an example, then I can pass that parameter to...
Jeff Grand
jeffinazagain
Offline Send Email
Feb 3, 2004
6:58 pm
5364
Yes I use get, in just a text field I can name the text field whatever I want and pass that parameter to the results page. What I am having a problem with is...
jeffinazagain
Offline Send Email
Feb 3, 2004
7:01 pm
5365
Jeff, not sure what you mean, but I ofte do this: Have a drop-down with a GET form. Then on the result form, use request.querystring("wasFieldName") instead of...
M Tapnack
tapnack
Offline Send Email
Feb 3, 2004
7:08 pm
5366
Thanks for the help this is my query on the results page SELECT * FROM dbo.KRMCDepartments WHERE DDepartmentName = 'MMColParam' ORDER BY DDepartmentName ASC ...
jeffinazagain
Offline Send Email
Feb 3, 2004
7:30 pm
5367
This isnt related to the performance of the page, but if your WHERE parameter is DDepartmentName , then you don't need to ORDER by that parameter. Now... Is...
M Tapnack
tapnack
Offline Send Email
Feb 3, 2004
7:41 pm
5368
I believe an integer, I created a record set on my search page, that is where my list comes from, then I Pick DDepartment as the Values and Labels. ... get ......
jeffinazagain
Offline Send Email
Feb 3, 2004
7:53 pm
5369
Ok, then your SQL string shouldn't have ' before and after the MMColParam. It should be: MMColParam = request.querystring("DDepartmentName") strSQL = "SELECT...
M Tapnack
tapnack
Offline Send Email
Feb 3, 2004
8:07 pm
5370
I would like to know how to put mp3 or RA/RAM files in my html/PHP so that my vistors can listen to some music or automoaticly play music when they come to my...
Steve Payne
gocheaphsting
Offline Send Email
Feb 4, 2004
9:05 pm
5371
Dear Steve, With Dreamweaver you can just insert media object from the Insert option. Here is some code for embedding Java applet for streaming video. Just...
Paul Stanley
pjs_2000uk
Offline Send Email
Feb 5, 2004
9:25 am
5372
Hi, I am doing a site for an electrical retailer. I'm having a slight problem getting my head around having a two (or more) repeat regions on the page which...
itsdannyuk2003
Offline Send Email
Feb 5, 2004
2:31 pm
5373
Hia guys, I have a dynamic connection to a Mdb database, however i have just uploaded it onto the web and can seem to get it to work i get the following error:...
superkopite2002
Offline Send Email
Feb 5, 2004
6:01 pm
5374
Just a shot in the dark here, but whats the file called ? ... From: superkopite2002 [mailto:superkopite@...] Sent: Thursday, February 05, 2004 8:00 PM ...
M Tapnack
tapnack
Offline Send Email
Feb 5, 2004
8:07 pm
5375
Dan, If you are trying to use the same (identical) recordeset in two repeat regions, then you will need to reset the recordset cursor to the first record. ...
stevan2020
Offline Send Email
Feb 6, 2004
4:28 pm
5376
Hello, I was Oracle database and for testing purpose I changed to Access database. Is there anyway I can change the code connection statments rather than doing...
arunelias
Offline Send Email
Feb 8, 2004
6:00 am
5377
Hi All, I'm wondering if anyone has come accross this problem. I'm using Dreamweaver MX and the version of the Pure ASP Upload is 2.17. on my insert page I...
itsdannyuk2003
Offline Send Email
Feb 9, 2004
1:27 pm
5378
Does it run both actions in one go? or do you do the upload first, return to the form and do the insert..? Spn ... From: itsdannyuk2003...
Spencer Boydell-Butt
sboydell-butt@...
Send Email
Feb 9, 2004
1:31 pm
5379
Dan I don't think anyone will be able to help you if you don't post your code, at the very least. Also, it would be beneficial for yourself to implement some...
M Tapnack
tapnack
Offline Send Email
Feb 9, 2004
1:31 pm
5380
The code is (quite a bit as i'm not sure what you will need to look at) <% Dim rsbrands Dim rsbrands_numRows Set rsbrands =...
itsdannyuk2003
Offline Send Email
Feb 9, 2004
4:00 pm
5381
Not sure about Pure ASP Upload, but for PHP Upload you had to manually edit one of the insert lines so that the file name (or path/file name) would appear in...
Tim Thorburn
webmaster@...
Send Email
Feb 9, 2004
5:01 pm
5382
Hi, Sorry for the slightly off-topic posting, but I've just had a client ask me to create a manual for them for the site management program I've setup for ...
Tim Thorburn
webmaster@...
Send Email
Feb 10, 2004
2:29 am
5383
Hi Tim, Since nobody else has piped up yet today: I am a freelance site builder in business about 4 years now. Your question is a good one. I network with lots...
Fiona Dudley
gfxfd
Offline Send Email
Feb 10, 2004
9:28 pm
5384
Hi Fiona, Good ideas - I've been doing the freelance thing for about 8 years, but only in the last 4 have I really tried to make a go of it. Saying my area is...
Tim Thorburn
webmaster@...
Send Email
Feb 10, 2004
10:44 pm
5385
Hi Tim, I just had to reply because of the hundreds of emails I get a day, they don't make me laugh - but yours did (re the mail account stuff). I am in the...
Fiona Dudley
gfxfd
Offline Send Email
Feb 11, 2004
12:01 am
5386
Hi Fiona, Oh I've got more, but I'll save those for another day :P My area is essentially a vast wilderness with a few isolated towns - the one I'm based in...
Tim Thorburn
webmaster@...
Send Email
Feb 11, 2004
12:44 am
5387
Hi Tim, haven't really got the time to reply in full as I'd like (it sounds like you have an 'interesting' collection of clients, over the full range of ...
Anna Crooks
anna_crooks
Offline Send Email
Feb 11, 2004
2:22 am
5388
Hi Anna, Also good points - one day we'll all get in an MSN chat and I'll have you laughing until you hurt yourselves :P I do actually have different rates for...
Tim Thorburn
webmaster@...
Send Email
Feb 11, 2004
6:16 am
Messages 5359 - 5388 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