Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Computed columns in grid control
Message
From
27/08/2002 12:02:21
Irv Adams
MSC Managed Care, Inc.
Florida, United States
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00694006
Message ID:
00694068
Views:
19
Are you adding the calculated columns with Code or in Designer? Do you issue a Grid.Refresh() ? I have done a similar process with success using code-added columns in Grid's INIT()...

-Irv.

I am using a grid that has a column with computed values. This column is then compared to a second column (non-computed) via function defined on my form. A third column, where the comparison function is referenced in the controlsource prop, shows the result of the comparison (checkbox). I am using a command button to compute my values and to show the results of the comparison on the grid.
>
>The ControlSource property for each column in the grid is defined as follows:
>Col 1: ThisForm.Function1
>Col 2: view.Field2
>Col 3: ThisForm.CompareFunction1Field2
>
>The problem I am having is the column showing the results of the comparison is not refreshing correctly after the first time the cmd button is clicked. If the button is clicked a second time, the correct results show up. Any suggestions on how to correct this problem. Do I need to compute the values in my view instead of in the form?
>
>Thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform