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 SkipVought 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: nicasa
  • Order by date
  1. nicasa

    ajax delays

    Hi, I have looked at client side sorting which offers many possibilities but our architecture uses ajax / php so there must be a backend component, Steven Matthews
  2. nicasa

    ajax delays

    Hi there, I am using ajax to call a backend php script that sorts 10,000 records which are then sent back to the web page to replace existing unsorted data. The problem that I have is that as soon is as the sorting starts (ie the php script is running) there is a significant delay and the...
  3. nicasa

    javascript tree menu

    Hi there, my javascript tree menu - works fine in firefox, but not in ie7. Without going into coding details, does anyone have any general suggestions ... Funny thing is that USED to work, so something has changed , regards, Steven M
  4. nicasa

    idle pages

    HI All, I need to create an automatic logout for partly completed form pages with retention of any entered data. What I have in mind is a javascript based (page reload) logout after say 10 mins of a page being left idle. Do you have any better ideas ? Also, after logging in again, how could...
  5. nicasa

    cross browser check box functionality

    THanks guys, my problem is now solved ! Steven M
  6. nicasa

    cross browser check box functionality

    HI Gurus, I have created a simple function that enables a text field if a check box is ticked. (and vice versa) Here is the code ... <input name = "vm_box" type = "checkbox" onClick="enableField('vm_pin', 'vm_box')" /> <input name = "vm_pin" type = "text" maxlength = "5" disabled /> function...
  7. nicasa

    Moving Values Between Select Boxes

    Hi Gurus, I am Moving Values Between Select Boxes using the following code snippet ... <TABLE BORDER=0> <TR> <TD> <SELECT NAME="list1" MULTIPLE SIZE=10 > <OPTION VALUE="G723">G.723.1</OPTION> <OPTION VALUE="gsm">GSM</OPTION> <OPTION...
  8. nicasa

    Checkbox help

    THanks guys, That is very helpful, regards, Steven M
  9. nicasa

    Checkbox help

    HI There, I have a simple checkbox called 'checkall' .... <input name = "checkall" type = "checkbox" onclick = "checkAll()" /> On clicking this checkbox I wish to set ALL of the following checkboxes as 'on' by invoking "checkAll()". <input name = "check[]" type = "checkbox" value =...
  10. nicasa

    Importing SQL DB

    HI There, I have a mySQL DB (5 tables) that I would like to import to another mySQL DB (sam version). Using either the manager window or the command line, how could I do this. I have tried but I get the error message that the tables cannot be found , regards, Steven Matthews
  11. nicasa

    SQL instal

    Hi All, I am new to the world of SQL and would like some help regarding the start at the DOS prompt. I have a very basic query ... I have done a basic install but when I type mysql at the DOS prompt I get a "You do not have permission error ..., cannot logon as local host" The SQL server is...
  12. nicasa

    Installing MySql 5.0

    Hi All, I am new to the world of SQL and would like some help regarding the start at the DOS prompt I have done a basic install but when I type mysql at the DOS prompt I get a "You do not have permission error ..., cannot logon as local host" The SQL server is on the same machine as the...
  13. nicasa

    resizing a jpeg

    Hi There, Is it at all possible to resize a jpeg file programmatically using a method from say TJpeg ? regards, steven Matthews
  14. nicasa

    Borland continues its support of C++

    HI all, Is there a simple function in BCB v5.0 that will tell me the size of a file. I do not want to resort to the Win 32 API. Basically I just want to check that a file has content - ie it is not a ZERO byte file ! hanks, Steven Matthews
  15. nicasa

    Arabic Unicode

    Hi All, I would like to localise some apps to use arabic aswell as western languages. Parsing western ASCII text is fairly easy but how would I deal with unicode arabic ? I have had some experience in parsing japanese pdf files by reading ASCII strings two chars at a time and writing them to...
  16. nicasa

    BCB and databases

    Hi all, I am new to database programming and am wondering thge best route to follow. Coming from a BCB compiler and C background the use of embedded SQL statements seems the most logical. In BCB there seem to be two main ways to go: BDE or ADO. Which would be the better and why ? Any advice...
  17. nicasa

    I WANT TO READ PIXELS IN A JPG IMAGE, HOW CAN I DO IT?

    Convert jpeg to bmp format using TJPEGImage object and then call methods from the TBitmap class, including read pixel(}, SteveM
  18. nicasa

    database programming

    Hi There, I am new to database programming in BCB and would like to know where to start. Should I use the BDE or the ADO components ? What is the best route to follow for creating simple client server database apps ? I have recently learnt SQL. Is it easy to embed SQL commands into C programs...
  19. nicasa

    Application icon

    Hi All, I wish to change my application icon. I can usually do this through Project -&gt; Options -&gt; application tab. Unfortunately this is sometimes greyed out and cannot be used. How can I make it functional ? Thanks, Steven Matthews
  20. nicasa

    populating database tables

    Hi all, I have downloaded and installed the latest version of mysql from www.mysql.com. I now wish to populate the tables that I have created by downloading &quot;tysql24_data.sql&quot; from www.samspublishing.com. The problem is that I cannot find such a file on this web site. Does anyone...

Part and Inventory Search

Back
Top