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...
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@...
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...
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...
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....
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...
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...
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...
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...
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...
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@...
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...
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 ...
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@...
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...
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@...
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@...
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...
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...
<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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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...