![]() |
|
|
|||||||
| Javascript and Ajax Questions and information about working with Ajax and Javascript in Delphi for PHP. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
hello all,
i have a problem, i got an error like this "...which layer....." I got this error when i: 1. i put a window component on form 2. i put a dbgrid (grdPureq) component on window 3. i add javascript OnRowChanged event, then add this code: ?> products_id=grdPureq.getTableModel().getValue(0, grdPureq.getFocusedRow()); params=products_id; <?php echo $this->grdPureq->ajaxCall("fromNav"); 4. I have had ajax enable true |
| Sponsored Links |
|
|
|
|||
|
Quote:
hello "405hp". I have tried that way, but the error still. I tried from the sample "Window". Let me show the code & error: error pic Last edited by fox; 31st December 2008 at 02:49. |
|
|||
|
Quote:
405hp, can you attach the full code of window sample which has fully run the callAjax to update Edit1? Please. |
|
|||
|
oke "405hp". It works
I do ->ajaxCall("eventName",array(),array("Edit1")); But, when i click the dbGrid once again the error appear: mysql_connect ..... can't connect to database. But in my application i use mssql connection. How to solve that problem? |
|
|||
|
oke "405hp". It works
I do ->ajaxCall("eventName",array(),array("Edit1")); But, when i click the dbGrid once again the error appear: mysql_connect ..... can't connect to database. But in my application i use mssql connection. How to solve that problem? |
|
||||
|
Looks like a bug... You are the second one to have it that I know of
MSSQL - MySQL confusion send an email to support@qadram.com and point them to this thread. |