Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't modify report
#10
not much we can do without knowing what the query is.


I suppose it is this line:  https://github.com/tsolucio/corebos/blob/master/include/database/PearDatabase.php#L588

if so you can try dumping $result

PHP Code:
public function getRowCount(&$result) {
  if (isset(
$result) && !empty($result)) {
    
var_dump($result);
    
$rows $result->RecordCount();
  } else {
    
$rows 0;
  }
  return 
$rows;

Joe
TSolucio
Reply


Messages In This Thread
Can't modify report - addady2 - 08-10-2022, 12:54 PM
RE: Can't modify report - joebordes - 08-10-2022, 08:00 PM
RE: Can't modify report - addady2 - 08-21-2022, 11:23 AM
RE: Can't modify report - joebordes - 08-21-2022, 07:42 PM
RE: Can't modify report - addady2 - 08-24-2022, 12:14 PM
RE: Can't modify report - joebordes - 08-24-2022, 12:47 PM
RE: Can't modify report - addady2 - 08-24-2022, 01:21 PM
RE: Can't modify report - joebordes - 08-24-2022, 01:43 PM
RE: Can't modify report - addady2 - 08-25-2022, 12:30 PM
RE: Can't modify report - joebordes - 08-25-2022, 04:10 PM
RE: Can't modify report - addady2 - 08-26-2022, 08:16 AM
RE: Can't modify report - joebordes - 08-26-2022, 08:27 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)