To a lot of people this might be very basic ... but I was wondering if some one can guide me to a source which can walk me through that explains how to apply...
Here is a Great tutorial -> http://www.hiran.desilva.com/ultradev/ Go to this page and look at lesson 1. Lesson #1 - Login (Step 7) Explains how to do this ...
bobby regan
bregan507@...
Sep 2, 2002 6:54 am
4589
Hey everyone, I hope this is a easy one for you all, I have a client that wants a form to be sent holding credit card details (which needs to be sure). What's...
Can anyone recommend a good Macromedia Flash group to join? I have joined one expecting it to be as helpful as you guys and gals, but it doesn't seem to be...
I found http://www.flashkit.com Has some realy good tutorials and some helpful members, the boards are a bit varied but there are some realy great guys there. ...
Thanks Les, I already use Flashkit loads and your right they are pretty good, but can you get stuff from the boards direct to you Outlook Programme?, ideally...
Hello All, I was creating search option using Ultradev and it works fine except that when I leave it blank it gives me an error because it cannot find the...
Effective September 9, 2002, my new email address will be hwilliams@.... Please update your address books. Thanks, H...
hwilliams
hwilliams@...
Sep 4, 2002 3:51 pm
4595
I have a simple search on a site, i'd like to emphasize the matching words after searching How could i do it? TIA...
Clarus The Dog Cow
clarusthedogcow@...
Sep 5, 2002 7:28 am
4596
Here is a link to a great article that should lead you in the right direction: http://aspnet.4guysfromrolla.com/articles/072402-1.aspx Regards, Mark Bieganek ...
Heres a regular expression function that I use for this purpose: Function HighlightSearch(strSrch, strBody) Set objREhl = New RegExp 'find all matches ...
Hi, I have a very annoying problem with a small piece of code on my site. Basically, in the recordset editor window I have my sql which connects to my access...
ihitman, You can format the value of 'Limit' to 2 decimal places, without any additional SQL, by using the format pop-up in the data-bindings window. Open the...
Robert L. Wheeler
bobwheeler@...
Sep 6, 2002 6:34 pm
4600
Cheers and thanx for the quick response. The problem lay in the fact that I used this rsPlayers.Limit as a session variable. The following page checked the...
We have been converting our Access databases that we have been using to serve up web pages to a MS SQL Server database. All we did was import the Access...
You need to set your the "key field" in SQL to a data type Indent. Use design mode to the edit the tables in your SQL dB that used auto-numbering in Access to...
Hi all... This is possibly a stupid question, but since I'm a newbie I feel entitled to ask them! =) I am getting ready to design my first .asp site, and I've...
SQL will generate an auto incremented id. Just be sure you have that checked and you don't allow NULLS in the ID field. Go into design view of the SQL table by...
I have finally sorted myself out with a host that can support my MS Access DB which is cool, but how do I set up my database to connect using a DNS-less...
Carl Tom Muck has many examples at his site http://www.basic-ultradev.com/articles/ADOConnections/ I recommend the Microsoft.Jet.OLEDB.4.0 type PO ... From:...
I'm trying to set up my Win2000 Pro machine, and when I try to navigate to any of my ASP pages, it shows that the page cannot be displayed. Is there a setting...
Gary If it's the same as I had it's a password issue. The workaround though is IIS > Default web > Home Dir > App Protection > Low. I read somewhere there's...
Hi, Do anyone know how to pass Selected value as a parameter (like this: Citydetail.asp?City=<SeletedValue>) to detail page after onChange in Select. I Have...
Does anyone know how to get your website to email you, if your database is updated, I spoke to my host about it and they say it can be done with Jmail (which...
One problem though, I'm skint. Anyone know of a free solution to my problem? (SEE BELOW) Thanks, Carl. ... From: Carl Wicker [mailto:carl_wicker@...] ...
Hi, I'm rather new at using DMX's database features so this may seem like a fairly simple question. I've got a MySQL database setup for an Event Calendar -...
Tim Thorburn
webmaster@...
Sep 16, 2002 8:05 am
4615
sounds like there is a problem with the sql in your query. would you post the sql? Bobby. ... __________________________________________________ Do you...
bobby regan
bregan507@...
Sep 16, 2002 2:36 pm
4616
I am running into some issues with MS SQL Server connected to Dreamweaver where identifying fields from queries where multiple tables are accessed. I have to...