Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Computed columns in grid control
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Computed columns in grid control
Miscellaneous
Thread ID:
00694006
Message ID:
00694006
Views:
53
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
Next
Reply
Map
View

Click here to load this message in the networking platform