Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4356

RE: Get Datagrid items with checkbox collumn selected.

$
0
0

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


Viewing all articles
Browse latest Browse all 4356

Trending Articles