ListView Click Error

ezfriend

Registered User.
Local time
Today, 06:15
Joined
Nov 24, 2006
Messages
242
I have an application that uses the ListView Control 6.0.

The click event check for the number of list items in the listview. If the item counts is greater then zero than it calls a sub routine to check for the ID in the database based on the item selected.

I keep getting the error below when click on the listview.

The expression Click you entered as the event property setting produced the following error: Object variable or With block variable not set

This only happen when the application is first loaded and if the click is the first click. After user click OK on the error message, the application continue to work fine.

Any idea what this is?
 
Problem solved.

Import into a different file and that seem to go away.
 

Users who are viewing this thread

Back
Top Bottom