This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Sep 4, 2015, 7:14 PM
115 Posts

Type mismatch in method CoerStrToNum: STRING found, SHORT expected

  • Category: Application Development
  • Platform: Windows
  • Release: 9.0.1
  • Role: Developer
  • Tags:
  • Replies: 3

Hi,

Here is my code :

Dim session As New NotesSession
Dim db As NotesDatabase
Dim doc As NotesDocument
Dim Count as Integer
Set db = session.CurrentDatabase
Set doc = db.GetProfileDocument("Profile Doc 1")
Count = cint(doc.counter(0))
Messagebox Count

​I have this message "Type mismatch in method CoerStrToNum: STRING found, SHORT expected".

​I found other posts similar to mine but without clear solution.

​Can you help me please ?

Jean-Pierre

Sep 4, 2015, 8:00 PM
1 Posts
Check for empty values

Make sure that the counter field in the document has a value. CInt will display a type mismatch error if you try to convert an empty string.

Sep 5, 2015, 8:49 PM
115 Posts
Wrong code

Thanks for you answer.

This pointed out I was using wrong code :-).

Jean-Pierre

Sep 5, 2015, 8:49 PM
115 Posts
Wrong code

Thanks for you answer.

This pointed out I was using wrong code :-).

Jean-Pierre


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal