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:
~Maria Prerevernivu 11.Nov.03 01:04 PM a Web browser Domino Designer6.0.1All Platforms
Hello all:
I have a field of type number it is now holding 32767
in a function I increment this field+1 each time this function is called
I declared my function as follws
Function Serial(db As NotesDatabase) As Integer
so each time I try to add +1 to that field type ,I get an overflow error
what do I do ,I tried declaring the function as double but I get a type mismatch error from the very beginning