dhana
Joined: 06 Feb 2008
Posts: 7
|
| Posted: Thu Mar 27, 2008 8:42 am Post subject: getting error as Invalid argument supplied for foreach() |
|
|
Hi all,
i am developing one module in the vtiger and for the list view screen , want to display all records from the DB.
The following part is not working .getting the error as "Invalid argument supplied for foreach() in include\utils\ListViewUtils.php on line 1160" .
not able to display all reords in the listview screen
$listview_entries=getListViewEntries($focus,"newmodule",$list_result,$navigation_array,"","","EditView","Delete",$oCustomView);
$smarty->assign("LISTENTITY", $listview_entries);
I have added the all colums in the program as well as DB...dont know wat is the exact mistake i have done..if anyone know, plz help me..
Thanks,
Dhana |
|