R_GET_REPOS_ENTITIES Var not Assigned Value (OpenInsight 32-Bit)
At 26 AUG 2003 11:17:28AM Chuck Eder wrote:
Function call to R_GET_REPOS_ENTITIES
I keep getting that pesky "Variable not assigned a value" in VC_Checkout calling program when I call the function R_GET_REPOS_ENTITIES? It works fine when I run it from the editor command line. Anyone experience this problem?
Code Snippet:
STProcs='
STProcs=R_GET_REPOS_ENTITIES 'ELECDEV', 'STPROC',
, '0', '0', '0') *STProcs=R_GET_REPOS_ENTITIES 'ELECDEV', 'STPROC',
, 0, 0, 0)*STProcs=R_GET_REPOS_ENTITIES (ReposClasses)
Returns list of stored proceduresChuck
At 26 AUG 2003 11:25AM Chuck Eder wrote:
You need to call GET_REPOS_ENTITIES not R_GET_REPOS_ENTITIES and it works fine. The actual calls used internally and noted in the OEngine log uses R_GET_REPOS_ENTITIES. Don't know why but problem solved.
Chuck