,

Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

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 procedures

Chuck


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

View this thread on the Works forum...