Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Access 97
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00124978
Message ID:
00126800
Vues:
17
Have you looked up Calling Procedures in a Subform or Subreport - the syntax is roughly the same.

Also, modules in Access 95++ are class modules, so you can add custom (public) methods, etc. See Custom Methods and Properties in the help file.

In a form, declare a subroutine...

public sub test
msgBox("Wibble wibble...")
end sub

In your code (assuming your form is called TEST):-

Forms![TEST].test


(Apologies to all for answering an Access 97 Question in a VFP forum).
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform