Hi,
I'm having a problem with an application which preloads data into some of its comboboxes.
Basically once it hits 32,768 records it crashes out as the NewIndex property used with the ItemData property, goes from a value of 37,767 to -32768, is there any way of resetting its value back to zero or forcing it be a long integer as opposed to an integer?
Any help would be appreciated
Thanks
I'm having a problem with an application which preloads data into some of its comboboxes.
Basically once it hits 32,768 records it crashes out as the NewIndex property used with the ItemData property, goes from a value of 37,767 to -32768, is there any way of resetting its value back to zero or forcing it be a long integer as opposed to an integer?
Any help would be appreciated
Thanks