Jan 22, 2007 #1 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
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
Jan 22, 2007 Thread starter #2 IvySkye Technical User Dec 28, 2006 10 US Never mind. I figured it out. Thanks. Upvote 0 Downvote
Mar 22, 2007 #3 acthsbc Programmer Mar 22, 2007 2 US 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 Upvote 0 Downvote
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
Mar 23, 2007 #4 ASG0856 Programmer Sep 15, 2006 337 GB acthbsc Create the variable as a parameter (P_Variable) in the tools/parameters menu and hide it. Upvote 0 Downvote