This topic is locked
[SOLVED]

 MSSQL tinyint is ends up as quoted value from call to make_db_value

2/29/2008 1:33:39 PM
PHPRunner General questions
S
spintz author

I haven't been able to figure out why, or if this is exactly it, but it seems with tinyint values for my database, the make_db_value calls, puts '' around them. I was doing Custom view as, and instead of getting 2 for the value, I was getting '2'. I wish I could provide more detailed information, but I haven't yet been able to decode the internal type system in the PHPRunner code.

J
Jane 3/3/2008

Hi,
all field values on the list page are converted to text string with formated tags if needed.

So if you need numeric value in your code on the "View as" settings dialog convert it using inval function.