I have a function that looks like this:
OPTION ENCRYPTED_TOKENS
FUNCTION importXLSFile AS P (fileName AS C, batchNo as N)
debug(1)
I use interactive window to call the function
?importXLSFile("filename", 1)
The debug point is never hit, and the application runs as usual. How can i debug this function?
Any help is appreciated. Thanks.
Bookmarks