Siliconetics Developer Center 
(609) 7607027
admin@srcsb.com
Untitled Document
SearchSearch:
ClassMethodCreateNewFolder


DESCRIPTION:
Create a new record folder in FlitBase file.

ClassCLASS: CFlitBase

PROTOTYPE(S):
int CreateNewFolder(int FolderType, LPCSTR pCode, LPCSTR pLabel, bool Echo = true);


ARGUMENT(S):
int FolderTypeThe type to be sets to folder.
LPCSTR pCodeA pointer to folder code string.
LPCSTR pLabelA pointer to folder label.
bool EchoEcho flags which force the system to generate a log message when sets to true.


RETURN VALUE:
This function returns in id to the created folder or 0 if failed.

EXAMPLE:




COMMENT:
Use this function to create a new record folder in file. The record folder is a record create using CFolder structure. A unique id will be assigned to the folder automatically by the system.

SEE ALSO:
ClassCFolder
Untitled Document
SearchSearch: