HtmlDict Problem

dayv2005

Member
I don't really know where to post this at. But i been having a problem with it lately. I was looking for a visual on our DB's and someone recommended this app to me. Either here or PSDN i cant remember to be honest.

But anyways I'll tell you my problem and i was hoping someone could help me or at least point me in the right direction to get help for this.

I unzipped it into a propath dir and opened up the window. It opened perfect and then when i clicked to run it i get this error.

---------------------------
Error
---------------------------
** Unknown Field or Variable name - hStatTTCreate. (201)
---------------------------
OK
---------------------------


And it's referring to this part of code.

Code:
  CREATE ALIAS aAppDB FOR DATABASE VALUE(vDBNames:SCREEN-VALUE) NO-ERROR.
  RUN create-html.p (INPUT vOutputDir, 
                     INPUT hStatTTCreate,
                     INPUT hStatIndexCreate,
                     INPUT hStatXRefCreate,
                     INPUT hStatDictCreate).
  ASSIGN bGenHtml:LABEL = "Generate HTML".
END.


********Also im running v9.1dA
 
Back
Top