i have a search page with a form for searching on criteria that can be either Company Reference, Company Name and now my company want me to add to this for...
Sure, it can pick up the contents of multiple text boxes. Just point to and name those additional variables when you're setting up the recordset. Then, in...
Linda Norton
lnorton@...
Nov 1, 2001 4:04 pm
2241
i tried this, but it only showed the first company, nothing to do with the value i entered the first text box is blank, i think this is my problem the default...
Hi, ... SQL Builder in UltraDev. If you use AND in your SQL statement then the search has to match both varibales. If you use OR in your SQL statement then the...
Spencer Boydell-Butt
sboydell-butt@...
Nov 1, 2001 4:39 pm
2243
... fields. ... PageURL, PageText FROM Search Is this a typo, or are you really trying to select a field (PageText) that isn't in your database? (You have a...
But don't sessions rely on a cookie being set? Since it's just one cookie, perhaps this doesn't cause problems with IE6. What are the new restrictions on...
Thank you!!!! It worked! Before installing Access, I had tried recreating the whole site and it still didn't work. After I installed Access, the original...
Hi Anna, Your error message indicates that it's not able to find the specified field in the referenced recordset. Since rsIdentity(0) corresponds to the first...
Linda Norton
lnorton@...
Nov 2, 2001 8:27 pm
2248
I have a javascript menu bar which I created in Fireworks, then imported onto my main page in Ultradev. I would like to place this menu bar on all my site's...
That is exactly what templates are for. Additionally, you could also bring your menu bar into all your pages via an include. Shawn www.sh2.com ... imported ......
me@...
Nov 2, 2001 9:54 pm
2250
What if I already have quite a few pages already designed, as far as the content goes? How can I apply a template to an already existing page? ... From:...
You need to open the existing document and select: Modify - Templates - Apply Template to Page Then specify the template to be used. ... From: Gary Browning...
Linda Norton
lnorton@...
Nov 2, 2001 10:36 pm
2252
Hi folks, I am trying to search in a database field for values in a drop down list. When a single item is selected it works fine. However, when I select...
Nope, here is no built-in UD function. But you can write an ASP script that uses the Split() function to separate the search entries, one from another. You...
Linda Norton
lnorton@...
Nov 3, 2001 3:26 am
2254
Good morning all, If anyone remembers the problems I was having on Friday trying to get the ID of a newly inserted record, here's my solution in case it can...
I always create the nav as a seperate file and use SSI example www.ramsac.com __________________________________________________ Do You Yahoo!? Everything...
Hi group, I have created a mailing list for my friends website using UD4 and asp, the email addresses are from an Access DB, it will create a new CDONTS mailer...
Hey, Just wanted to do a quick straw pole. I was wondering what a good base rate was for doing a site? Straight html? Database? Hourly? Project based? I am...
Brent Hardinge
Brenth@...
Nov 5, 2001 7:23 pm
2258
Take whatever you think, and triple it! ... From: Brent Hardinge [mailto:Brenth@...] Sent: Monday, November 05, 2001 2:23 PM To: BKWeb_UltraDev...
Dave Elliott
davee@...
Nov 5, 2001 7:31 pm
2259
Dave, Good answer! Barbara ... From: "Dave Elliott" <davee@...> To: <BKWeb_UltraDev@yahoogroups.com> Sent: Monday, November 05, 2001 2:32 PM Subject:...
Barbara Dessureau
dessureau@...
Nov 5, 2001 7:32 pm
2260
I'm also doing the same - Freelance website with DB Backend, bit of Flash for two clients and I don't know how much to charge? Any help anyone? Paul Stanley ...
I normally figure out how many days it will take to finish the gig, and tell them a figure based on that... but for flash work, I always charge for the hour...
Brad Parler
bradparler@...
Nov 6, 2001 4:58 am
2262
I had a work associate who owns a private computer rental company this site has an SQL backend and bit of creative use of CDONTS etc, Flash animations, not...
John Miles
JOHNM@...
Nov 6, 2001 5:18 am
2263
If you go to the IIS, you can allocate seperate memory allocation for your application to prevent it from timing out (it has to be in a folder rather than in ...
Thaks for the reply Graham, Unfortunatly I do not have access to the IIS, Delaying the emails sounds the best bet... How would I achive that? any help would be...
Hmmm, I would need to see your code.. However what you could do is after option explicit and you close your delimiters open a new set of delimiters and write...
... Gary, Yes and no, that is what the templates are used for. Actually you would want to use a Library item. That will do exactly what you want it to do. If...