Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
PUBLIC goForms
goForms = CREATEOBJECT("collection")
BROWSE NAME oBrowse nowait
goForms.add(oBrowse)
oBrowse.BackColor = RGB(255,0,0)
obrowse.ForeColor=rgb(129,129,0)
use some.dbf
Browse name oBrowse nowait
oBrowse.Top = 50
oBrowse.Left = 50
oBrowse.Column1.Backcolor = Rgb(200,200,255)
? oBrowse.Class && prints "Grid" on the screen
oBrowse.Column1.DynamicBackColor="icase(recno()=1,colro1,recno()=2,color2,....)"
oBrowse.Column1.DynamicBackColor="table.color1"
oBrowse.Column2.DynamicBackColor="table.color2"
oBrowse.Column3.DynamicBackColor="table.color3"
...
oBrwose.Column3.DynamicBackColor="IIF(amount<0,rgb(255,0,0),rgb(0,255,0))"
The user modifies a cell value, that's validated (literally by the textbix.valid method. I don't think you mean that.olivvv said:it would great to have a different colot when they validate a modification in a cell
grid.columnX.dynamicbackcolor = "IIF(GetFldState("field","alias")=1,RGB(255,255,255),RGB(...highlightcolor...))"
Chriss said:No text editor I know has this feature of highlighting text you change or add.
olivvv said:when they validate a modification in a cell of the browse