[FX.php List] problem: FMP appended in "search" mode after fx search

Softime90 Snc info at softime90.com
Fri Oct 8 02:12:56 MDT 2004


Hi to all.
I am just starting to use FX, and have a problem after a FX search.
Everything is done well,(I get the correct data)  but at the end of a 
search, my fmpro file (version 6.04)
remains appended in search mode.
Can somebody point me where the mistake is ?
thanks in advance
Andrea


	$query1=new FX($ip_server_filemaker);
	$query1->SetDBData($filemaker_db,$filemaker_layout_lista,$select_rows);
	$query1->SetDBPassword($filemaker_pwd);


	// search on codProv

	$query1->AddDBParam('codProv','RA','eq');


	$query1->AddSortParam('field1');
	$query1->AddSortParam('field2','descend');
	$query1->FMSkipRecords($select_offset);
	$ReturnedData=$query1->FMFind();

$ReturnedData has the correct data

fmpro is still in "search" mode (not in "use" mode)


-- 
_______________________________________________
Softime 90 S.n.c
Via Buon Pastore 5
40141 Bologna (BO), Italy
tel:   ++ 39.051.471057
fax:  ++ 39.051.4839735
E-mail info at softime90.com


More information about the FX.php_List mailing list