![]() |
|
|||||||
| Database Integration How to use MySql, PostgreSQL, MS SQL, Oracle, and most other databases with PHP. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi
I'm having a grid and a edit on my form. The grid shows the data The edit throws a error: 'Trying to access non-existant property IBTable->Achternaam in classes.inc.php Datasource/Datafield of the edit is filled! What i'm doing wrong? Eric |
| Sponsored Links |
|
|
|
||||
|
Quote:
![]() error line #1633. $value=$this->_datasource->Dataset->fieldget($fname); This line just returns the fields value that it will assign to the edit. |
|
|||
|
I have this problem often...
In IE7(IE8) got error and FF was ok... To solve this problem you must clear you cache from you browser , and it works without any changes in your source. It happends in my case if i often start project from IDE , WITH DEBUGER . Have noticed too that i never had this problem when i start it without debuger. Hope my experience will help you too |