On 18.06.2004 09:42, Johnson wrote: > But the system say can't convert Null to object,why
That simply means that one of your variables is null and you try to call a method or property on it. It's just like a NullPointerException in Java. So have a look into the line and find out what's null. Joerg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
