Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access 97
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00124978
Message ID:
00126800
Views:
18
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).
Previous
Reply
Map
View

Click here to load this message in the networking platform