PC SOFT
DEPOT EN LIGNE
POUR WINDEVWEBDEV ET WINDEV MOBILE

WD Calculations on durations
Publié par Boller
dans la catégorie Outils
Nouveautés



Description
WD Calculations on durations

//START
ChronoStart(1)
GR_STOPWATCH_STOPPED..State = Grayed
GR_STOPWATCH_IN_PROGRESS..State = Active
TimerSys(bcStopwatch, 10)


//END
// Adds the turn into the table
AddTurn()
// Calculates the sum of times and the mean of turn
CalculateStopwatch()


//STOP
// Adds the turn into the table
AddTurn()
// Calculates the sum and the mean
CalculateStopwatch()
// Stops the stopwatch and restores the controls
ChronoEnd()
GR_STOPWATCH_IN_PROGRESS..State = Grayed
GR_STOPWATCH_STOPPED..State = Active


//CLEAR
TableDeleteAll(TABLE_Durations)


Illustrations, copies d'écran
none
none
Avis des utilisateurs
(Pour noter la ressource, cliquez sur Ecrire un avis)
Aucun avis ou commentaire ? Soyez le premier !