Difference between revisions of "Pandora - Return a Record Set of Level 1 Skills"
From SmartWiki
(Created page with 'This function is used to return a recordset of skills associated with the Level 1 item. ''leveloneskills_find(flag,callbackfunc,objectid)'' {| border="1" !Parameter !Descriptio…') |
|||
Line 1: | Line 1: | ||
This function is used to return a recordset of skills associated with the Level 1 item. | This function is used to return a recordset of skills associated with the Level 1 item. | ||
− | + | leveloneskills_find(flag,callbackfunc,objectid) | |
{| border="1" | {| border="1" |
Revision as of 09:20, 6 August 2010
This function is used to return a recordset of skills associated with the Level 1 item.
leveloneskills_find(flag,callbackfunc,objectid)
Parameter | Description |
---|---|
Flag | True or false, send synchronously or asynchronously. |
Callbackfunc | Function to be used after the asynchronous function call. |
objectid | ID of the level 1 record set. |
Returns | ssRecordSet object |