Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 99
Search took 0.57 seconds.
Search: Posts Made By: Abd
Forum: ASP 08-13-2004, 08:25 AM
Replies: 1
Views: 1,276
Posted By Abd
How to Connect Ingres Database

Hi All,

please does anyone knows how I can connect an ASP Application to an Ingres Database, ...... I will appreciate a sample Connection code.

Thanks
Forum: JavaScript programming 11-05-2003, 07:58 AM
Replies: 2
Views: 644
Posted By Abd
Validating Substring

Hi All,

I am trying to validate some part of a string value typed in a textbox, for e.g if I type "Test12354" in a texbox the validation should allow it (return true) as long as the string "Test"...
Forum: JavaScript programming 11-03-2003, 12:48 PM
Replies: 1
Views: 1,275
Posted By Abd
Question IsNaN Validation

Hi All,

I was going to validate a textfield for accepting NUMERIC and a particular string value NA, sometimes it work and sometimes it doesn't , bellow is my code;




var tele;

tele =...
Forum: JavaScript programming 10-31-2003, 12:20 PM
Replies: 6
Views: 4,571
Posted By Abd
Hi liorean, thanks alot, it work "just...

Hi liorean,


thanks alot, it work "just fine"


:thumbsup:

Abd
Forum: JavaScript programming 10-31-2003, 11:37 AM
Replies: 6
Views: 4,571
Posted By Abd
Hi liorean, Is sDate a variable? suposing...

Hi liorean,

Is sDate a variable?
suposing I have a variable dt which stores date in 08/08/2003 format how would I use the below

sDate=sDate.replace(/0(\d\/)/g,'$1');

to get date in the...
Forum: JavaScript programming 10-31-2003, 10:17 AM
Replies: 6
Views: 4,571
Posted By Abd
Question How Trim Leading Zero

Hi All,

how do I trim leading zero in a date e.g 08/08/2003 to become 8/8/2003.

thanks
Forum: JavaScript programming 10-30-2003, 10:39 AM
Replies: 2
Views: 769
Posted By Abd
Date Picker

Hi All,

Pls does any one have a Date Picker Script in dd/mm/yyyy format?

Thanks

Abd
Forum: JavaScript programming 10-30-2003, 10:38 AM
Replies: 5
Views: 1,024
Posted By Abd
Hi liorean, thanks alot, it work fine. ...

Hi liorean,

thanks alot, it work fine.

Abd
Forum: JavaScript programming 10-28-2003, 03:34 PM
Replies: 5
Views: 1,024
Posted By Abd
Thank guys, both Submit() and ValidateForm()...

Thank guys,

both Submit() and ValidateForm() are JavaScript that validate different textfields.

I just want to be able to run these two different JavaScript together, because I ran one other...
Forum: JavaScript programming 10-28-2003, 02:45 PM
Replies: 5
Views: 1,024
Posted By Abd
Question Running Multiple Functions

Hi All,

pls I need help on how to run multiple JavaScript, I tried my bellow code, it actually runs(validate) but as soon as I click the Okay button of the Dialog Box it submit the form.

So...
Forum: JavaScript programming 10-15-2003, 09:16 AM
Replies: 1
Views: 660
Posted By Abd
Question Date Validation

Hi All,

Pls how do I check that the value in a textbox is date datatype

Thanks
Forum: ASP 10-03-2003, 04:37 PM
Replies: 0
Views: 739
Posted By Abd
Export table data to excel

Hi,

Please I am trying to automate a dump from sql server to
an excel sheet. I know it's possible via the dts, but
since this is something I do 10 times a day, I was
wondering if it's...
Forum: ASP 09-18-2003, 08:49 AM
Replies: 4
Views: 931
Posted By Abd
<html> <head><title>Update</title> </head> ...

<html>
<head><title>Update</title>
</head>
<body>

<%
title = TRIM( Request.Form( "title" ) )
firstname = TRIM( Request.Form( "firstname" ) )
lastname = TRIM( Request.Form( "lastname" ) )...
Forum: ASP 09-17-2003, 05:17 PM
Replies: 4
Views: 931
Posted By Abd
Question Single Quote With Update Command

Hi All,

have used the Replace command with SQL Insert Command and it works fine, but is NOT working with Update Command, it gives an eror message MISSING COMMA. Below is my Update Comand; Help
...
Forum: ASP 09-01-2003, 04:00 PM
Replies: 1
Views: 674
Posted By Abd
Question Sending Mail

Hi All,

want some help with sending email using ASP, I actually got some script from the internet but really doesn't work or perhaps I did not do something correctly. Below is the code, and I...
Forum: ASP 08-08-2003, 08:58 AM
Replies: 11
Views: 1,388
Posted By Abd
I am working with ASP and NOT PHP, so please I...

I am working with ASP and NOT PHP, so please I want help in ASP
Forum: ASP 08-05-2003, 01:42 PM
Replies: 11
Views: 1,388
Posted By Abd
Question Removing leading Zero

Hi All,

pls how will I remove a leading ZERO from a textfield before inserting to Database.

Leading ZERO NOT leading space.

Thanks
Forum: ASP 06-12-2003, 10:45 AM
Replies: 9
Views: 905
Posted By Abd
raf, your last post is a little confusing to...

raf,

your last post is a little confusing to me, you have combine the code for populating the first and second Combo together, I didn't get that, can you pls use the code for generating both...
Forum: ASP 06-12-2003, 09:06 AM
Replies: 9
Views: 905
Posted By Abd
thanks raf, when I ran the code it seams...

thanks raf,

when I ran the code it seams this part of the code is not working because for Populating Nature of Services Sub Category the Combo Box was empty, so I comment this part of the code;
...
Forum: ASP 06-11-2003, 06:52 PM
Replies: 9
Views: 905
Posted By Abd
raf, first Combo => Nature of Service...

raf,


first Combo => Nature of Service Category

second Combo => Nature of Service Sub Category

Bellow is the code;
Forum: ASP 06-11-2003, 01:38 PM
Replies: 9
Views: 905
Posted By Abd
Hi the fisrt and second Combo Box items are...

Hi

the fisrt and second Combo Box items are both in the same table and ofcourse diffrent column, infact I am able to populate the Combo Boxes with data from the database successfully, and am...
Forum: ASP 06-11-2003, 10:17 AM
Replies: 9
Views: 905
Posted By Abd
Question Two Combo Boxes

Hi All,

I have gone through some thread in this forum but still I still need some help. I have got two Combo Boxes and what I want is when a user select an item in the first Combo Box, the second...
Forum: ASP 06-09-2003, 03:03 PM
Replies: 8
Views: 1,426
Posted By Abd
yeah raf, came out but in this form 9/6/2003...

yeah raf,

came out but in this form 9/6/2003 ,

what I want is 09/06/2003, I want (0) before day and month.

Abd
Forum: ASP 06-09-2003, 02:56 PM
Replies: 8
Views: 1,426
Posted By Abd
original value,.......... do you mean date1 ...

original value,.......... do you mean date1


I used

<%
date1 = date()

%>
Forum: ASP 06-09-2003, 02:00 PM
Replies: 8
Views: 1,426
Posted By Abd
Hi raf, the first option return Date in the...

Hi raf,

the first option return Date in the m/d/yyyy format while the second option that is;
dim date2, date1 date2=CDate(CInt(day(date1)) + "/" + CInt(month(date1)) + "/" + CInt(year(date1))) ...
Showing results 1 to 25 of 99

 
Forum Jump

All times are GMT +1. The time now is 08:26 AM.