Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling Stored Procedures or Programs
Message
 
À
10/08/1999 23:13:48
Peter Brama
West Pointe Enterprises
Detroit, Michigan, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00252343
Message ID:
00252345
Vues:
9
Pete,

The purpose of stroed procedures is a place to put code that relates to the data stored in the database. Your SetCaption function is probalby better set up as a prg by itself. As a prg it will be available to all programs and forms regardless of teh currently selected database.

Stored procs in a DBC are ONLY available when that DBC is the current database. The current database can be established using the SET DATABASE TO ... command. The stored procs in a DBC are also always visible to the tables that are in the dbc, as in calling a stored proc from the Valid property of a field in a table.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform