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...
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
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...
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...
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...
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 =...
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
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...
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...
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...
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...
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...
Hi All,
I wish to change my application icon. I can usually do this through Project -> Options -> application tab. Unfortunately this is sometimes greyed out and cannot be used. How can I make it functional ?
Thanks,
Steven Matthews
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
"tysql24_data.sql" from www.samspublishing.com. The problem is that I cannot find such a file on this web site.
Does anyone...
Hi All
What is the correct way to call synchronise() in a thread ? I want to be able to call a function using a pointer to main form like this:
synchronise(pMyForm->MyFunction());
It does not work !! Does MyFunction() need to be a vcl function ??
HELP ....
SteveM
Hi there,
I am using the bcc32 compiler provided as a free download by borland. I would like to know how to use it to build and compile apps containing vcl components. I have tried to re-compile an old windows app built using the bcb builder IDE but cannot link together all the .obj files since...
HI there,
Essentially a C programmer, I would like to know when an object should be instsantiated on the stack and when on the free store.
eg for class fred, we can create objects as follows:
fred myobject;
// use myobject
// myobject.function();
OR
fred myobject = new fred();
// use...
Hi there,
I have recently downloaded and installed mySQL, shareware version. I am new to databases ...
Q. Do I need to be connected to the internet to access the mySql server ?
I have used the WinMySQLadmin1.4.exe to create a user name and password and the green light shows.
local host name...
Hi There,
I have recently downloaded the command line free tools kit which includes the bcc32 compiler. Can I use this compiler to compile source containg vcl.h objects since I no longer have the Borland IDE to use. Or am I confined soley to console application development (no guis) ??
Thanks...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.