Hi, in a DB that registers a try version of DBPix ( the code
strClassName = String$(MAXLEN, 0): lngClassLen = MAXLEN
gives the error
"Compilation error: the project or the library can't be found."
with String$ highlighted.
It seems like a library must be included. Which would be the code to be added?
Thanks.
strClassName = String$(MAXLEN, 0): lngClassLen = MAXLEN
gives the error
"Compilation error: the project or the library can't be found."
with String$ highlighted.
It seems like a library must be included. Which would be the code to be added?
Thanks.