Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: davidku
  • Content: Threads
  • Order by date
  1. davidku

    DB Grid - input Text Box not capturing user input value

    Hi, I am facing a strange behavior which I am not able to find the solution. I have a Gridview to show data from my database and after click on Edit, I will allow certain fields to be modified. However, when I click Update, some of the fields not able to accept the new value and some field...
  2. davidku

    Object not found - how to change the URL ?

    I have the following code which got an error. It says object not found. My objective is to change the target URL when I click on the checkbox. Any idea whether I can access the <a href> object ? Thanks. ---------------------------------------------------------- <script language="JavaScript">...
  3. davidku

    Date Function in UNIX

    Hi Gurus, I am writing a script to automatically mget ( ftp ) files from a remote server to my local machine. xfile="datafile_`date +%y%m`*" in my FTP script, I'll just mget $xfile The problem I am facing is ... I need to retrieve data files for DAY - 1. I can get the DAY variable and then...
  4. davidku

    Comparing Content in 2 Files

    Hi Gurus, I have been trying to get the correct code but no avail. Hope somebody can shed some lights on me. My purpose is to list the files that exist in new.txt that are not in old.txt. new.txt and old.txt are directory listing in 2 servers. Thanks. Here are my code : awk '...
  5. davidku

    Mod Rewrite for PHP Filename

    Hello Gurus, I am trying to fiddle with .htaccess file but no luck getting it right. Here is what I try to do : Original link : http://www.domain.com/phpBB/viewforum.php?f=18 The converted URL will be : http://www.domain.com/phpBB/fsection18.html Topics Conversion ...
  6. davidku

    Hiding + Encrypting our Javascript Codings

    Hello guys, Is there any free resource that allow us to encrypt the Javascript coding so that a non-programmer can't copy or view it easily. I found a tool at : htp://www.htmlblock.co.uk/ and try the evaluation copy and it seems can do the job pretty well. I just wonder any other free tool...
  7. davidku

    Hiding / Showing Partial Content With a Click

    Hello Gurus, My understanding of Javascript still not good enough to modify this script. I would like to seek your help whether you have a better script to perform this function. Let's say, I have an article. I am breaking the article into 2 sections. By default, the first section will be...
  8. davidku

    Hiding / Showing Partial Content With a Click

    Hello Gurus, I would like to seek your help whether you have a better script to perform this function. Let's say, I have an article. I am breaking the article into 2 sections. By default, the first section will be shown and the second section will be hidden. When user click on the link...
  9. davidku

    Inter DB

    Hi All, I got more than 2 database in my server. All the users need to execute a store procedure in Database A and store procedure will then execute another SP in Database BBB. Problem here is, do I need to replicate all user account in Database BBB ? Server user 'whkwan' is not a valid user...
  10. davidku

    ADODB.Command Error

    Hi ... I am using the following scripts to execute a store procedure in SQL Server. There are more than 30 CreateParameter in this statement. I just show a few. SET Conn1 = Server.CreateObject(&quot;ADODB.Connection&quot;) Conn1.ConnectionTimeout = 60 Conn1.Open &quot;myODBC&quot...
  11. davidku

    Associated statement is not prepared ???

    Hi ... I got a job using Web Publishing to generate report based on the data returned from store procedure. Lately, I got some funny problem which never happen before. ************* Error Message ************* SQL Web Assistant: Could not execute the SQL statement. [SQLSTATE 42000] (Error...

Part and Inventory Search

Back
Top