Variables | |
$bfpPage = new BmfoPage | |
$strQuery | |
$result = dbx_query($rdbms, $strQuery) |
|
BMFO -- Bulk Meter Flow and Operations meter_location_report.php - report about all meter locations Copyright (C) 2006 DC Water and Environment This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
|
|
|
Initial value: 'select FacilityID, AdministrativeArea.Description, OperationalArea.Description' . ' from Meter left outer join AdministrativeArea on' . ' Meter.AdministrativeArea = AdministrativeArea.CodedValue' . ' left outer join OperationalArea on ' . ' Meter.OperationalArea = OperationalArea.CodedValue'
|