Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ABS grid question...
Message
From
24/09/2001 21:05:59
 
 
To
24/09/2001 19:41:45
N. Lea
Nic Cross Enterprises
Valencia, California, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00560305
Message ID:
00560330
Views:
15
I’m not sure I follow you, but in any case,
wouldn’t be easier to declare a property for your controlsource and then manipulate the values as you wish?
if you had:
column3.controlsource = ThisForm.myproperty

You can pass a parameter to that property and replace values as the user clicks on wherever checkbox.

Hope it helps

>>how about something like:
>>
>>IIF(ABS(report1.total)>10,report1.total,-1) && replace 10 and -1 w/wharever
>>
>>
>>>I currently have a grid and in one of the columns is the control source of ABS(report1.total). Now the file actually reflects a negative and since the grid is eyecandy, it does not change - as you know. Now. I have this other column with a checkbox. When the user clicks on the checkbox, I would like for the column showing the ABS to actually reflect the database value just for this line item. Is this possible?? So when clicked it would show a negative. If the database showed a postive, the column would go unchanged. Thanks in advance@@
>
>Unfortuanely that will not work. The problem being is that when the user enters the form, the grid must reflect the ABS(report1.total) in column3. Thus while the user is using the program, if they want to see the real value, they just click on the checkbox to see the real value of that particular line item. I attempted to change the ControlSouce Value which currently is: ControlSouce=ABS(report1.total).
>
>However, when I did that, the system elimated the numbers.
Previous
Reply
Map
View

Click here to load this message in the networking platform