Hi folks,
I'm developing an app and having a problem with the FTPDeleteFile call. I'm getting an "invalid handle" or "handle of the wrong type" error when calling FTPDeleteFile. I'm calling it on the line after I call the FTPGetfile which returns successful. The funny part is I'm passing the...
Hi Folks
I've install Crystal 8.5 on our Server and I'm using an asp page to show and print web reports from the browser.
That works great. I'm having problem releasing licenses. I am using the ONUNLOAD="CallDestroy()" which calls the cleanup.asp page and that is supposed to kill...
Off the top of my head I'd say loop through the string using the mid$ function and evaluate each character with the isnumeric function. If you find a character thats not numeric use the replace function.
strLen = 0
strLen = Len(string)
a=1
do until a > strLen
eachchar = Mid(string,a,1)
If not...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.