Hi,
I want to know the suitable event for the foll. requirement.
whenever I will change the contents in the combo of column in grid, every time the event should occur.
I tried programmatic change and interactive change
Interactive change is occuring only once
When I am changing contents in the...
Hello mgagnon,
Thanks for your help.
and I am not getting confused anyway
I am trying for this since last three days
I tried with dynamiccurrentcrontol also.
but the problem is that where should I call the "dynamic" function and where should I create the objects of textred and...
Thanks again!
ThisForm.pageframe1.page3.Grid1.column14.DynamicBackColor=;
"IIF(UPPER(ALLTRIM(myCursor.color)) = ;
"RED",RGB(255,0,0),RGB(0,0,128))"
I already tried this code.Its not working.
The dynamicbackcolor property of column works if we are taking...
This is the code I am writing on button click
Top1 =0
select _temp
CREATE CURSOR mycursor (sensor N(5),COLOR C(10))
FOR m.item = 1 TO reccount() step 1
TOP1 =TOP1+1
select _temp
go TOP1
m_heater = FbestHeater()
select _temp
GO TOP1
sens =...
Thanks !
But I don't want the code on init event
.column2.DYNAMICCURRENTCONTROL = "dynamic()"
as I want to change the color of cell on the basis of its value and that value is getting calculated on the same button click.
I have written the ".column2.DYNAMICCURRENTCONTROL...
Thanks !
But I don't want the code on init event
.column2.DYNAMICCURRENTCONTROL = "dynamic()"
as I want to change the color of cell on the basis of its value and that value is getting calculated on the same button click.
I have written the ".column2.DYNAMICCURRENTCONTROL...
Hi,
The column's text box value in grid is getting calculated on button click event, and depending on that value, back color of text box in column should be differnet. When I tried with dynamicbackcolor property, its changing entire column color. Please tell me how I can chage back/fore color of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.