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 3389 - 3418 of 5492   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3389
I find Brinkster quite good and like you say the customer service is ok and you get a good response to your queries. I found when using Ultradev it is a bit...
Stephen Bowker
bowker@...
Send Email
Mar 1, 2002
8:30 am
3390
Brinkster Setup Information (Premium Account Only) Upload your database to the server in the database folder Set up your DSN Connection for the server as: - ...
Stephen Bowker
bowker@...
Send Email
Mar 1, 2002
8:45 am
3391
thanks, I'm gonna try it now. The main problem I face is that I've uploaded so much stuff to brinkster that I have no idea anymore which directories should be...
Neil Train, PPI
neilbelgium
Offline Send Email
Mar 1, 2002
8:57 am
3392
Just webroot and database but im not sure if you have to get them (Brinkster) to setup the database folder again if you delete it. See FAQs on Brinkster but...
Stephen Bowker
bowker@...
Send Email
Mar 1, 2002
9:40 am
3393
cheers. I think I may have found a connection script that works, but now my default.asp page won't load. I've contracted brinkster (who are probably still in...
Neil Train, PPI
neilbelgium
Offline Send Email
Mar 1, 2002
10:18 am
3394
Sorry about the delay getting back to you had to nip out. Try changing it from default.asp to index.asp might be something trivial with the server but try it...
Stephen Bowker
bowker@...
Send Email
Mar 1, 2002
11:43 am
3395
hi, my apologies too - I've been at it almost non-stop for a week and grabbed a few hours sleep! seemed to have a positive effect - through a little trial,...
Neil Train, PPI
neilbelgium
Offline Send Email
Mar 1, 2002
3:05 pm
3396
I'm somewhat of a newbie to the UltraDev experience for site building and management. My 3 frame homepage has a left frame with 20 nav buttons. My first plan...
Fred Peters
fredpeters@...
Send Email
Mar 1, 2002
7:23 pm
3397
I am attempting to do my first date filtering on a recordset. Example, in a 'simple' recordset, choosing a filter field that is a date, choosing ">" and ...
Johnmichael Monteith
dylstemp
Offline Send Email
Mar 2, 2002
1:02 am
3398
Don't use a simple recordset to create the date query. Click on "Advanced" and enter it with pound signs around the date variable. Like this: SELECT * FROM...
Linda Norton
lnorton@...
Send Email
Mar 2, 2002
3:11 am
3399
For each of those 20 nav buttons, click the button, then select Window - Server Behaviors - Go to Related Page. When you specify the Related page, also append...
Linda Norton
lnorton@...
Send Email
Mar 2, 2002
3:22 am
3400
I am having a problem with the add to cart behavior (powerclimb). I am directing the behavior back to the same page after adding to cart. I works fine except...
bradjerome
bradjerome@...
Send Email
Mar 2, 2002
5:51 am
3401
hello, i had some of these problems to i posted a solution http://groups.yahoo.com/group/BKWeb_UltraDev/message/3161 i don't know if your using UK dates or how...
camel_lights_uk
mlowne@...
Send Email
Mar 2, 2002
11:13 am
3402
Sherm, There is user intervention. They choose an item from a list/menu. Its just that requiring them to hit the submit button is an extra step. Will ... last...
wjl11
wjl11@...
Send Email
Mar 3, 2002
2:59 am
3403
Hi again, I guess what I need to know (in short) is: How can I set the number of rows (2nd dimension) of an Array from a rs.RecordCount command? Ie if a query...
Randal Adamson
ranz.geo
Offline Send Email
Mar 3, 2002
12:19 pm
3404
Dim the array first using empty parentheses, then Redim it using the recordset count. I would also suggest doing your math to subtract one using a separate...
Linda Norton
lnorton@...
Send Email
Mar 3, 2002
12:45 pm
3405
Hi i am trying to display a multiple recordset (Done) which will on display the query results (oracle 7) if the DB has less than 6 entries for a particular...
ultradanuk
Offline Send Email
Mar 4, 2002
2:34 pm
3406
hey there just re-installed DW (UD) after changing to WinXP. i used the import (and export) extension to save my site definitions. but now - none of the sites...
M Tapnack
tapnack@...
Send Email
Mar 5, 2002
3:18 pm
3407
I think you can use the standard UltraDev behaviors to define the recordset, etc., but then you're going to have to go in and tweak it. Just surround the area...
Linda Norton
lnorton@...
Send Email
Mar 5, 2002
6:56 pm
3408
Does anyone know how to sort the results vertically (by column) instead of by row using the Horizontal Looper behavior? Thanks so much! Danny...
Danny Griffin
danny@...
Send Email
Mar 5, 2002
9:08 pm
3409
Help! This is driving me crazy.... I've created an "Add new user" page for a site, with JSP & MySQL. The MySQL table contains the following columns: userid...
Sherm Stevens
sstevens69
Offline Send Email
Mar 5, 2002
9:54 pm
3410
I think you can use the standard UltraDev behaviors to define the recordset, etc., but then you're going to have to go in and tweak it. Just surround the area...
Linda Norton
lnorton@...
Send Email
Mar 5, 2002
10:28 pm
3411
I have an HP Brio Windows 98, 256k mem, 933mhz. I work with lots of graphics programs and multi-task all day. I also have WebTrends and LinkBot programs that I...
Dessureau@...
Dessureau@...
Send Email
Mar 5, 2002
10:39 pm
3412
I assume you have internet access still? Are you going through a proxy? Are you FTP'ing or are you on a LAN? There are a lot of other variables here. I'm not...
Eric Kaiser
sunjournal2002
Offline Send Email
Mar 6, 2002
12:06 am
3413
I am trying to make a page that has two columns of repeated data. I wasn't sure how to do that, so what I want to do is have a while statement around the 2...
phocuschad
phocuschad@...
Send Email
Mar 6, 2002
2:41 am
3414
Hi, I don't know about "Check New Username" behaviour you mentioned, but that code should run before the code to insert into the database. When I have a form...
Sharon Cowling
sharon.cowling@...
Send Email
Mar 6, 2002
3:52 am
3415
I am trying to make a page that has two columns of repeated data. I wasn't sure how to do that, so what I want to do is have a while statement around the 2...
phocuschad
phocuschad@...
Send Email
Mar 6, 2002
3:57 am
3416
I had a similar problem with Windows 98. At the time, I think I was doing a lot of Java programming for college, and I made the mistake of installing Netscape...
Neil Squires
greaterdesig...
Offline Send Email
Mar 6, 2002
4:13 am
3417
Yeah. Rather than changing the code, how about just writing the result (including the TR, TD, /TD, and /TR around it) to a variable as the first row is being...
Linda Norton
lnorton@...
Send Email
Mar 6, 2002
4:23 am
3418
I am using the standard log-in user behaviour which is working OK but my problem is this. I want the user to enter there username and password and when this is...
Scorpion Support
scorpionsupport@...
Send Email
Mar 6, 2002
9:06 am
Messages 3389 - 3418 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