Submitted by KeithB on 2009/02/28 14:39
Please explain what this error in the status bar means. Everything seems to work okay in this iqbase otherwise.  Thanks.
 
2/28/2009 1:30:59 PM    91    3    exGrid_ButtonClick>cmdbar_Execute>OpenFile    2/28/2009 1:30:59 PM    91    Object variable or With block variable not set(l=0)    exGrid_ButtonClick    cmdbar_Execute    OpenFile

Comments

An attempt to use an uninitialized object (or class instance). This can occur when an unexpected error prevented normal code to execute.
 
Many apps simply ignore these. IQ (in beta) clearly displays these small issues (which are nearly always without consequence) and are eventually fixed