Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Compare a data value to today

Status
Not open for further replies.

IvySkye

Technical User
Dec 28, 2006
10
US
How can I compare a datavalue to today? I'd like to change the font color but I seem to be missing something in my code in the method.

If DataValue < Current_Date Then
font.color = red
else
font.color = black
End If
 
Never mind. I figured it out. Thanks.
 

I am a recent actuate user. Can anyboddy help me?
I need to set a variable to use in different frames.
How do you set a global variable?

I defined as static at the root level it works only in one frame. When I try to use it in next frame the value I set in previous frame dissappears

When I set the variable as global it suddently disappears from the variable list
I do not want to declare in bas file
 
acthbsc
Create the variable as a parameter (P_Variable) in the tools/parameters menu and hide it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top