Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling Stored Procedures or Programs
Message
From
10/08/1999 23:42:23
Peter Brama
West Pointe Enterprises
Detroit, Michigan, United States
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00252343
Message ID:
00252349
Views:
9
Jim,

By putting it in a program (similar to the MAIN app I suppose), how can that be accessible while I am designing the app? I do all my design work of course from the Project Manager. I only thought those were available when running the compiled app or exe.



>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.
Peter Brama
West Pointe Enterprises

VFP is getting easier but STILL alot to learn!!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform