Expand my Community achievements bar.

Can't display certain return values to datagrid

Avatar

Level 1
Hi All,



Please help, I'm using a remote object inside MXML file to
call a coldfusion cfc to return a query recordset and captured into
an array collection then display it on a mx:datagrid. I was able to
get certain columns to display, but not all.



-- SQL 2000 backend

e.x. I have a column called (DinnerAvailable) which returns
1's and 0's to indicate whether yes or no.

Also a column called CreditCards (return 1's and 0's) , which
indicates this facility accepts credit payment.

both columns in the table are of data type integer.



But DinnerAvailable shows up on grid, but creditcard is not
displaying.







0 Replies