Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 27
Search took 0.05 seconds.
Search: Posts Made By: redmeat
Forum: ASP 11-20-2002, 02:26 AM
Replies: 16
Views: 1,757
Posted By redmeat
Yes and just as Bruce Lee also said "don't look...

Yes and just as Bruce Lee also said "don't look at the finger, look at the............" ah hang on, that doesn't work.

hmmmm,
Forum: ASP 11-20-2002, 02:21 AM
Replies: 16
Views: 1,757
Posted By redmeat
LOL, yeah I know it's a little odd - being so...

LOL, yeah I know it's a little odd - being so picky and then using Access, but truth is I have yet to learn others. Hmmmm, well, thanks for the help and fun along the way.
Forum: ASP 11-20-2002, 02:08 AM
Replies: 16
Views: 1,757
Posted By redmeat
I just wanted to do away with daft formatting...

I just wanted to do away with daft formatting functions, and let the DB do all the work. More consistent, less bug prone (or maybe that's just my code LOL).
Forum: ASP 11-19-2002, 11:34 PM
Replies: 16
Views: 1,757
Posted By redmeat
Yeah, well I had tried that - but if I allow...

Yeah, well I had tried that - but if I allow nulls, then it does exactly what it says on the tin: i.e. nothing. LOL. So it just allows a blank / empty field.

This is starting to replace sleep....
Forum: ASP 11-19-2002, 07:02 PM
Replies: 16
Views: 1,757
Posted By redmeat
Yeah, exactly, this idea caused me great...

Yeah, exactly, this idea caused me great excitement when I thought of it, but unfortuantly, Access doesn't allow me insert a null value either by the jeyword null or by an empty string or value.
Forum: ASP 11-19-2002, 01:43 PM
Replies: 16
Views: 1,757
Posted By redmeat
Thank you, that seems useful enough, but this is...

Thank you, that seems useful enough, but this is daft, surely there must be away to update the default date value in a database; especially since I have specified a default value and mask in the...
Forum: ASP 11-19-2002, 08:35 AM
Replies: 16
Views: 1,757
Posted By redmeat
Thanks, but I don't want to insert the date...

Thanks, but I don't want to insert the date value, because calling the date value in JScript excludes 0's if they're not required.

For example, I need 01/05/2002 but JScript would give me...
Forum: ASP 11-18-2002, 05:09 PM
Replies: 16
Views: 1,757
Posted By redmeat
how to update ms access default dates for a given record.

I'm using ASP and JScript.

How do I update a date value in a MS Access databse where I want the database to generate the value (date).

The database has the default value setup correctly...
Forum: ASP 11-17-2002, 02:56 PM
Replies: 8
Views: 1,183
Posted By redmeat
I'm a dingbat (edited by whammy), because I...

I'm a dingbat (edited by whammy), because I didn't mention I write ASP using JScript, although I think I'll be changing after this. Here's the solution I found in the end:
...
Forum: ASP 11-17-2002, 02:10 PM
Replies: 8
Views: 1,183
Posted By redmeat
Oh , yeah I've done that, it's got strict masks...

Oh , yeah I've done that, it's got strict masks and formatting, but when I pull using ASP the date it gives me loads of stuff.
Forum: ASP 11-17-2002, 01:19 PM
Replies: 8
Views: 1,183
Posted By redmeat
dates in MS Access not behaving.

I'm using MS Access databse to store dates and times, I have fields:

dates: ##/##/####
times: ##:##:##

When viewed in the database, the dates and times are nice and clean, and keep to their...
Forum: JavaScript programming 10-24-2002, 03:59 PM
Replies: 1
Views: 697
Posted By redmeat
file extension stopping javaScript from working.

document.body.scrollTop doesn't work if the file extension is .asp, it just reads 0. I used the same document with .html and it was fine (it tells me how much the document has been scrolled by).
...
Forum: Computer/PC discussions 10-14-2002, 07:47 PM
Replies: 4
Views: 1,770
Posted By redmeat
I non graphic smilie :] for your advice. I found...

I non graphic smilie :] for your advice. I found it and all is well. Both my computer and me are very greatful.
Forum: Computer/PC discussions 10-14-2002, 04:52 PM
Replies: 4
Views: 1,770
Posted By redmeat
Nope don't have it, I have admin tools in control...

Nope don't have it, I have admin tools in control pannel, but like I said IIS isn't there anymore.

Thank you.
Forum: JavaScript programming 10-14-2002, 10:21 AM
Replies: 2
Views: 916
Posted By redmeat
Not entirely sure what you mea (morning head,...

Not entirely sure what you mea (morning head, sorry), and hallmark.com is offline for maintenance.
Forum: JavaScript programming 10-14-2002, 10:16 AM
Replies: 8
Views: 1,116
Posted By redmeat
Sorry glenngv - was typing as you posted.

Sorry glenngv - was typing as you posted.
Forum: JavaScript programming 10-14-2002, 10:16 AM
Replies: 8
Views: 1,116
Posted By redmeat
It would be helpful to post the js file that...

It would be helpful to post the js file that actually has the code in it.

domlib.js
textbutton.js

Just being able to see the function being called provides little information about what is...
Forum: JavaScript programming 10-14-2002, 10:07 AM
Replies: 1
Views: 725
Posted By redmeat
I don't think anyone's just going to write the...

I don't think anyone's just going to write the code, for a start cross dom menus like that have a load of code (well actually NN4's dom causes that) - but have a few links which have what you need in...
Forum: General web building 10-13-2002, 09:17 PM
Replies: 18
Views: 1,821
Posted By redmeat
Dual Processor and 60G, and Notepad runs fine! ...

Dual Processor and 60G, and Notepad runs fine!

Dreamweaver ..... why?
Forum: Computer/PC discussions 10-13-2002, 05:22 PM
Replies: 4
Views: 1,770
Posted By redmeat
IIS Win2K - gone!

This is so lame I'm also embarrassed to post it. But I've been looking into the IIS settings on Win2k because I write ASP scripts and I created what I'm fairly sure was a short cut to IIS on my...
Forum: DOM and JSON scripting 10-13-2002, 05:12 PM
Replies: 2
Views: 1,707
Posted By redmeat
Hmm, well, thanks for the checking on other...

Hmm, well, thanks for the checking on other release. I guess it's a good thing (for me, in that I can sit back and not lose sleep over it).

Thanks.

// edited because if typo
Forum: DOM and JSON scripting 10-13-2002, 11:52 AM
Replies: 2
Views: 1,707
Posted By redmeat
Layer visibility issue in Mozilla

Layers that follow the cursor when over a link e.g.

http://www.linkdup.com

http://www.spaceshanty.com (don't go to it if your going to have a pop about me using my homepage as an example)
...
Forum: HTML & CSS 10-13-2002, 01:24 AM
Replies: 2
Views: 1,061
Posted By redmeat
\dirName/ will take you to the root dir and then...

\dirName/ will take you to the root dir and then into dirName , another example.

\include/javascript/

would take you to the root and then into the include dir, and then into the JavaScript dir.
Forum: HTML & CSS 10-13-2002, 01:18 AM
Replies: 5
Views: 1,124
Posted By redmeat
This sounds a little convoluted - but if you...

This sounds a little convoluted - but if you don't want to use percentages then I would find out the availHeight values for the window and set the div's height to that value.

IE =...
Forum: HTML & CSS 10-13-2002, 01:05 AM
Replies: 2
Views: 1,274
Posted By redmeat
formName.testAreaName.value='''; put that in...

formName.testAreaName.value=''';

put that in the function that deals with the submitted data. Or when the page is loaded again after the form has been submitted. Ot just shove it in an a href...
Showing results 1 to 25 of 27

 
Forum Jump

All times are GMT +1. The time now is 12:33 AM.