Restore method
Reads the values from a recipe into the input fields. The name of the recipe is specified by the Value property.
If the recipe is not found, the method raises an error with Err.Number equal to gfxErrorRecipeRestore.
Syntax
Recipe
.Restore
where
Recipe
– is the name of a Recipe object or an expression that evaluates to a Recipe object.Remarks
- This method is similar to the RecipeRestore command. If you do not have security access to use the RecipeRestore command, the recipe restore does not occur and an error is raised with Err.Number equal to gfxErrorSecurityAccess.
- In a distributed application, the recipe name may be fully qualified. If it is not, the Current Area will be used to resolve the recipe name.
Provide Feedback