Aller au contenu principal

Recherche

Recherche

OnPostPrompt question

Commentaires

3 commentaires

  • 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

Vous devez vous connecter pour laisser un commentaire.