-
This is the first time I’ve been able to use R8, and what I’m doing is checking out an R6 application under R8. I loaded it in the R8 Designer, did a “Rebuild all LotusScript” to be sure it was linked correctly, then loaded it in the R8 client.- When I double-click to open one of the document types (there are three in a heirarchy) I get a dialog that says “Type mismatch in method CoerStrToNum: STRING found, SHORT expected”. It does this every time I load that one Form; it never does it for any other Form (i’ve loaded so far).
-
I searched here for “CoerStrToNum” and found no hits. I searched the Technical Library from the link at the left and found no hits. I searched the web and found 8 whole hits, one of which is:
and this says it’s a coding error where a string value is attempting to be converted to a number.
- So the questions.
-
I may very well have such a bug, but why doesn’t R6 give a similar type mismatch? It appears to work perfectly in that environment as recently as yesterday evening.
-
My next question has to be, if it’s telling me detailed information like method names, why isn’t it also telling me detailed information like module and line number?
-
Looks like I’ll get to see what the debugger looks like right off the bat. (grin)
-
Thanks for your time…