Saltar al contenido principal

Búsqueda

Búsqueda

OnPostPrompt question

Comentarios

3 comentarios

  • Avatar
    Peter Thane

    OnPostPrompt means the VB routine will be processed after you click Print on the Data Entry Form

    OnNewRecord means whenever a new database record is selected then the VB routine will run. 

    0
  • Avatar
    Kardo Aia

    But why is the comment in OnPostPrompt if one part is for OnNewRecord ?

    I checked that OnNewRecord just has this: 'Called for each new record read from the current database selected.

    0
  • Avatar
    Peter Thane

    As you can define when the Data Entry input query is run

    0

Iniciar sesión para dejar un comentario.