docs

Home All functions Legacy functions Categories
All functions Legacy functions About function names

vuLoadProfile

Purpose

Load the managed profile named default into active runtime memory.

This is the normal Basic-safe profile load function when you want to explicitly replace the current runtime settings with the saved default managed profile.

Export name

Clarion prototype

Prototype: vuLoadProfile(), LONG, PROC, PASCAL, RAW, NAME(‘vuLoadProfile’)

Parameters

Return value

Value Meaning
1 success
0 load failed

What it does

vuLoadProfile() performs an explicit managed-profile load of default.

After a successful load:

Example (Clarion)

Result                   LONG

Result = vuLoadProfile()

Notes

All functions Legacy functions About function names
Home All functions Legacy functions Categories