Product Logo

CNS Barcode

Scan and Generate Barcodes

Functions

CNSBC_ConfigureProfile

NameCNSBC_ConfigureProfile
Description

This function will bring up a dialog allowing you to configure the settings for a profile. If you call this function without any parameters, you will be able to configure all the profiles currently defined as well as add and remove profiles. If you call this function with the name of an existing profile, you will be able to configure that profile by itself.

Return TypeText
FormatCNSBC_ConfigureProfile ( ProfileName )
Optional Parameters
ProfileName

The name of an existing profile to configure. Leave off this parameter to edit all profiles.

Examples
Example 1

This will bring up a dialog that allows you to edit, add, and/or remove profiles in the plug-in.

CNSBC_ConfigureProfile
Example 2

This allows you to edit the "MyProfile" profile by itself.

CNSBC_ConfigureProfile( "MyProfile" )