Something like this:
perform varying row as type GridViewRow thru dgCategories::Rows
*> Get the Checkbox cell value
end-perform
This is documented in the language comparison chart here:
Look at example for Loops or how to iterate thru a collection
Something like this:
perform varying row as type GridViewRow thru dgCategories::Rows
*> Get the Checkbox cell value
end-perform
This is documented in the language comparison chart here:
Look at example for Loops or how to iterate thru a collection