roiyjet Posted July 14, 2014 Share Posted July 14, 2014 hi I made two day and time component for graph one is start time and second is end time . I make button that should update the end time to be 1000 more then start time . the value of the component is update but the date and time component display is not . the code in the button is : V.dailyGraphEnd=V.dailyGraphStart+1000 page.Graph.UpdateEdits() is it possible to update the date and time display from Var ? (the var value is updating right ) Roy Link to comment Share on other sites More sharing options...
AzeoTech Posted July 28, 2014 Share Posted July 28, 2014 UpdateEdits() doesn't affect date / time components. Not sure why not. If you name the component you can programmatically change the contents: component.myDateTime.contents = v.dailyGraphEnd Link to comment Share on other sites More sharing options...
roiyjet Posted August 11, 2014 Author Share Posted August 11, 2014 OK thanks its work fine like that Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.