Thread: Post error
View Single Post
  #2 (permalink)  
Old 28th May 2009, 11:21
Charbouni Charbouni is offline
D4PHP Newbie
 
Join Date: Apr 2009
Posts: 7
Charbouni is on a distinguished road
Default

I m using the mssql driver for MYSQL but the comands don t work correctly:

function BTN_ULTClick($sender, $params)
{
$this->Query1->Last();
}

function BTN_PROXClick($sender, $params)
{
$this->Query1->Next();
}

function BTN_ANTClick($sender, $params)
{
$this->Query1->Prior();
}

function BTN_PRIMClick($sender, $params)
{
$this->Query1->First();
}

and the First(), Last() and Post() events return me the following error:


Application raised an exception class EPropertyNotFound with message 'Trying to access non-existant property Table->id_moeda in dbtables.inc.php, line 660.'
Callstack #0 File: C:\Delphi4PHP\ExemploSQLSERVER\sqlserver_ex.php Line: 89
|_Callstack #1 File: C:\Arquivos de programas\CodeGear\Delphi for PHP\1.0\vcl\classes.inc.php Line: 1839
|_Callstack #2 File: C:\Arquivos de programas\CodeGear\Delphi for PHP\1.0\vcl\classes.inc.php Line: 1911
|_Callstack #3 File: C:\Arquivos de programas\CodeGear\Delphi for PHP\1.0\vcl\classes.inc.php Line: 1471
|_Callstack #4 File: C:\Arquivos de programas\CodeGear\Delphi for PHP\1.0\vcl\stdctrls.inc.php Line: 1099
|_Callstack #5 File: C:\Arquivos de programas\CodeGear\Delphi for PHP\1.0\vcl\classes.inc.php Line: 1548
|_Callstack #6 File: C:\Arquivos de programas\CodeGear\Delphi for PHP\1.0\vcl\dbtables.inc.php Line: 660
Reply With Quote
Sponsored Links