HighDots Forums  

Re: Search function - upper and lower letters

Javascript JavaScript language (comp.lang.javascript)


Discuss Re: Search function - upper and lower letters in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Janwillem Borleffs
 
Posts: n/a

Default Re: Search function - upper and lower letters - 01-18-2008 , 05:32 AM






Omicron schreef:
Quote:
How can my search function be re-written so that it will find an
existing string regardless of whether the database entry was entered
with a capital letter or a lower case letter?

According to the msdn website, all you need to do is add the following:

TDC1.CaseSensitive = false;

http://msdn2.microsoft.com/en-us/lib...60(VS.85).aspx


JW


Reply With Quote
  #2  
Old   
Omicron
 
Posts: n/a

Default Re: Search function - upper and lower letters - 02-10-2008 , 03:05 PM






On Jan 18, 5:32 am, Janwillem Borleffs <j... (AT) jwscripts (DOT) com> wrote:
Quote:
Omicronschreef:

How can my search function be re-written so that it will find an
existing string regardless of whether the database entry was entered
with a capital letter or a lower case letter?

According to the msdn website, all you need to do is add the following:

TDC1.CaseSensitive = false;

http://msdn2.microsoft.com/en-us/lib...60(VS.85).aspx

JW
Thank you once again for the help on that question. Perhaps you assist
me once agin (if I may be so bold).
I'm trying to figure out how I could get the TOTAL NUMBER OF RECORDS
that are in Text file I create for the TDC to read? In other words,
I'd like to be able to denote, on the webpage that after the database
was displayed, that it contained 457 records (or whatever). As you
know, the text file used by the TDC is a CSV list. Each time I type a
new line of CSV data, I consider it a new record. Is there a way to
get a variable for the total number of records that I could bring to
the screen via HTML or ???
Thank you once again for your time and knowledge.
Oh, yes...I have been plowing through the Microsoft site at
http://msdn2.microsoft.com/en-us/library/
but haven't found what I think I'm looking for!


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.