KB-26642: Retrieving a record according to a selected date.

Question:

How can I retrieve a record according to a selected date?

Solution:

To do so, you must use the Historic’s FindTime() function.

Example of script, executed at a button’s OnRelease event:

Hist1.Open()
Hist1.GoTo(Hist1.FindTime(Date))
MessageBox(Hist1.field)
Hist1.Close()
Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

,

Deixe seu Comentário

Seu endereço de e-mail não será publicado. Campos marcados com asterisco são obrigatórios *