Time Integer Blank Title 140633

Thanks for the response, Brenda. 

I am trying to auto-add an hour to the Need By Time field.  I can add 3600 (for an integer hour) to the field but I had it triggering off the oprseq field change and it would potentially keep adding up on multiple changes.  Hence, my question for the current time function in integer format.

I will try the form load method instead and see if that works. That will just add it once and be done with it.

Thanks again,
Ross
E10.1

I am working in the Get Request screen and am wondering how to get the current time in an integer format?

The NeedByTime is stored this way and I would like to have something equivalent to DateTime.Now but return it in the integer style it is stored in.

Thanks,
Ross

Not sure this is what you are trying for, but I use this in a BAQ :

 

Ice.StringTime(RMAHead.ChangeTime,  'HH:MM:SS')

 

Brenda

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, February 29, 2016 11:53 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Time Integer

 

 

E10.1

 

I am working in the Get Request screen and am wondering how to get the current time in an integer format?

 

The NeedByTime is stored this way and I would like to have something equivalent to DateTime.Now but return it in the integer style it is stored in.

 

Thanks,

Ross