saveoneprocedure
DATABASE
,
PROCEDURE
,
DICTIONARY

The saveoneprocedure statement saves a specific procedure in the specified database into a dictionary.


Parameters

This statement has three parameters:

database – Name of the database, or “” for current database.

procedure – Name of the procedure, or “” for current procedure.

dictionary – Field or variable to store result in.


Description

This statement saves a specific procedure in the specified database into a dictionary.

SaveOneProcedure "",info("formname"),myProcedureDict

Later, you can load the dictionary back into a database with the LoadAllProcedures statement.


See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.