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 3969 - 3998 of 5492   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3969
I've created a recordset with the Server Behavior. When I try to use rs.RecordCount, but I get a -1. The search works but count is wrong. I know it works...
rtw1701
Offline Send Email
May 1, 2002
12:27 pm
3970
Your cursor type parameter is probably set incorrectly. The RecordCount property is only available to the adOpenStatic cursor type. Try tweaking that setting...
Linda Norton
lnorton@...
Send Email
May 1, 2002
1:43 pm
3971
That did the trick, thanks. ... RecordCount property is only available to the adOpenStatic cursor type. Try tweaking that setting and see if it changes the...
rtw1701
Offline Send Email
May 1, 2002
3:58 pm
3972
Test for eof and bof. Even if a recordset has one record they wont be equal. if rs.bof and rs.eof then NO_Match=True ... working ... to...
rtw1701
Offline Send Email
May 1, 2002
4:21 pm
3973
I've been giving it a try.... Its pretty sweet but still had the same trouble with templates that I had with UltraDev. I want to be able to do...
rtw1701
Offline Send Email
May 1, 2002
4:29 pm
3974
I have two tables on a page, both of which contain different record sets. When i run the page in the browser one table will be stuck to the side of the top...
ultradanuk
Offline Send Email
May 2, 2002
1:49 pm
3975
I installed the trial version and it blew up my PureASP Upload behavior. I uninstalled it, and still now dice. I'm hoping I don't have to reinstall my UD4....
Eric Kaiser
sunjournal2002
Offline Send Email
May 2, 2002
1:51 pm
3976
Try creating a 1 row X 2 col table and place 1 recordset in each cell. This should fix the side step problem you are having. Neil Squires ultradanuk...
Neil Squires
greaterdesig...
Offline Send Email
May 2, 2002
2:34 pm
3977
In the end i inserted two rows then manually 'Split' the cells where i needed them to be and they alligned up. Thanks though. Dan ... cell. This should fix...
ultradanuk
Offline Send Email
May 2, 2002
2:45 pm
3978
When I made my search page with list/menu dynamic from "category" recordset, all records accepted. instead of 5 category, they list all as much as the product...
hsudjaja
Offline Send Email
May 5, 2002
6:43 am
3979
Hello all, I've a list/menu form object and I'd like the user to be able to scroll down the list, click on an option and open to an html document. That part I...
fullcirclemedia
Offline Send Email
May 5, 2002
8:05 am
3980
Would like to discuss Search Engine Optimization strategies with this group. Has anyone come up with the best solution for an asp - based dynamic site that can...
koulias
Offline Send Email
May 6, 2002
12:35 am
3981
Here's what I do and it has worked very well for me. My target keywords come up #1 or #2 on google and yahoo for me. My site is about classic Mopar muscle...
Matthew Dehait
mtdehait@...
Send Email
May 6, 2002
1:49 am
3982
Matt, Brilliant work. I checked out the site, the text file and did a search on Google. It looks like a simple and elegant solution on the front end. On the...
koulias
Offline Send Email
May 6, 2002
6:09 am
3983
cool idea! how did you get your site to load so fast? my grphics would load half as fast! mosh ... From: Matthew Dehait To: BKWeb_UltraDev@yahoogroups.com ...
M Tapnack
tapnack
Offline Send Email
May 6, 2002
6:43 am
3984
All of the records that I have have a description or keywords field in them, so I just make that page with something like 6 recordsets and just dynamically...
Matthew Dehait
mtdehait@...
Send Email
May 6, 2002
12:05 pm
3985
One more question regarding search engine optimization: How do you insert the meta tag "keywords" in your dynamic pages trhoughout the site? With UD, I'm not...
koulias
Offline Send Email
May 6, 2002
6:04 pm
3986
I hope that I can explain this right???? Here Goes I have a database containing timber decking lengths eg 25mm x 125mm Redwood Treated Decking £1.45 metre So...
Stephen Bowker
bowker@...
Send Email
May 7, 2002
2:54 pm
3987
Please paste the string of code that generates that line. Or, if you're not sure exactly sure which one it is, paste the code in that general vicinity so we...
Linda Norton
lnorton@...
Send Email
May 7, 2002
3:10 pm
3988
Hello koulias, I've been following (or trying to follow) this thread because I'd like to know how to get around SE problems with dynamic pages too. I might...
Fiona Dudley
gfxfd
Offline Send Email
May 7, 2002
4:59 pm
3989
It would be helpful if you included the code that is generating the information. It sounds to me that you are looking for a simple "If" statement to check to...
Eric Kaiser
sunjournal2002
Offline Send Email
May 7, 2002
5:30 pm
3990
<br> does not work. It just shows up as "<br>" in the body of the email. This is what I have so far: <a...
Ms Julia Buntin
BUNTINJU@...
Send Email
May 7, 2002
9:49 pm
3991
... Please paste the string of code that generates that line. Or, if you're not sure exactly sure which one it is, paste the code in that general vicinity so...
Ms Julia Buntin
BUNTINJU@...
Send Email
May 7, 2002
9:54 pm
3992
Julia, You're better off starting a new topic than appending (I think) to the end (I think) of another person's topic. It gets too confusing trying to find...
Linda Norton
lnorton@...
Send Email
May 7, 2002
10:55 pm
3993
Whoops... Pasted the wrong lines. The CDONTS solution should read: Mailer.BodyFormat = 0 Mailer.MailFormat = 0 ... From: "Linda Norton"...
Linda Norton
lnorton@...
Send Email
May 7, 2002
10:57 pm
3994
What about jsp? I'm trying a javascript to mail a form. The form validation works just fine, but, the table never makes it in the email body. I'm inside a...
Ms Julia Buntin
BUNTINJU@...
Send Email
May 8, 2002
12:11 am
3995
Here's the javascript I was trying to use: http://javascript.internet.com/forms/mailing-list.html Here's the subject line: eNTRS Access?Form=Submit+Sub (The...
Ms Julia Buntin
BUNTINJU@...
Send Email
May 8, 2002
12:15 am
3996
Here is the general code <table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr bgcolor="#006600"> <td width="110" class="arbordeckover"><font ...
Stephen Bowker
bowker@...
Send Email
May 8, 2002
7:17 am
3997
Replace "mm x " with: <%If Trim(rsSpindlesNewels.Fields.Item("section1").Value) <> "" Then%> mm x <%End If%> Replace "mm" with: <%If...
Linda Norton
lnorton@...
Send Email
May 8, 2002
12:36 pm
3998
Does anybody know how i can keep the date format taken from Oracle, (DD-MMM-YY), to display on my update forms in the same format, instead of UD changing it...
ultradanuk
Offline Send Email
May 8, 2002
12:43 pm
Messages 3969 - 3998 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