RE: MI sub does not match declare

2000-03-09 Thread Martin Roundill
Hi Tim You need to change your sub statement to be exactly the same as the declare eg Declare Sub IsTableOpen(ByVal MyTable_str as string) Sub IsTableOpen(ByVal MyTable_str as string) end sub Nice and simple really. Your Sub

RE: MI sub does not match declare

2000-03-06 Thread Lindsay Giles
Tim - Make sure that your declare statement: Declare Sub IsTableOpen(ByVal MyTable_str as string) matches your definition statement: Sub IsTableOpen . . . End Sub Yours should read: Sub IsTableOpen(ByVal MyTable_str as string) Lindsay Giles Senior GIS Analyst AXYS