Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Un clear behavior with grid
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00390753
Message ID:
00390771
Views:
9
>Hi All,
>
>The following is the code within the init method of the grid:
>

FWIW, take a look at the SetAll method.

>FOR m.lnJ=1 TO This.ColumnCount
> This.Columns[m.lnJ].DynamicBackColor="This.Condition()"
>ENDFOR
>DODEFAULT()

Is This.Condition a method of the column?

>
>
>The condition method changes the color of the row based on
>different conditions found within the Condition Method
>below:
>
>It is working fine at development time whenever I run the form
>by itself. But when I compile it as an app or an exe file,
>if I scroll to the right of the grid the colors are not
>changing properly. It seems the condition method is
>not called from the DynamicBackColor property.

What about when you run the program (not the form stand-alone) through the interpreter?

>
>
>Apprecaite any input.
>
>Thanks
>
>Doron
>
Jon
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform