/ Forums / Advansys Formativ / Creating Solutions with Formativ / createfolder syntax / Reply To: createfolder syntax
November 21, 2006 at 3:19 pm
#7777
We will update the documentation to fix the spelling of the createfolder.
In the meantime, you can use ThrowToken to execute a given token. The return value from the token is given in the ResultValue parameter. Please see the “Formativ Language Guide” for more information about the method. Here is an example:
dim iSyntax dim iReturnValue iSyntax = "FolderCreate(""Test AccountNewFolder"";""Folder description"";0)" msgbox groupwise.throwtoken(iSyntax, iReturnValue)
See the TokenAPI (http://developer.novell.com/documentation/gwtoken/index.html?gwtokens/data/hj8ej8g5.html) for the parameters of the FolderCreate method.
Hope this helps.
Regards,
Advansys Support