I'm trying to do something to take a lookt at how to work with LiveCode. My intention, is to create a database, fill with some data, and show it in 2 grids. Then, when I select in 1st grid (customers), in second grid, only bills from this customers must be shown. In Bills Grid, if TotalBill column is between 0 and 300, column color must be red, 300 and 700 orange, >700 green. Easy, really? not for me

Problems/Doubts
I'm following SqliteSample from http://www.runrev.com/developers/lesson ... le-sqlite/
In this sample, is not used Datagrid, and my code fails :S
I can't find where can I change the color of a column in some row (color reference in Preamble)
I saw somewhere, something like a Database option in Inspector, and a SQL Builder, but I can't find it.
Working under Fedora 14 32bits.
Some help please?
Note: HipermegaNoob Stack Attached, if you see inside, please, don't be cruel with me
