Pages

Tuesday 7 January 2014

There was a probelm performing the info: Exception has been thrown by the target of an invocation.

If you see this error it is an indication that the table that the cutom form or link definition is over failed to open correctly. This usually only happen on view tables (tab file header pointed to another tab file)

Eg:

!table
!version 900
!charset WindowsLatin1

Definition Table
Open Table "D:\Projects\Projects_gbmweb\Santos Sharepoint Test 3\InterativeMaps\Wsv_mview_all.TAB" as Wsv_mview_all Hide

Create View WSV_FIELDS AS
SELECT
   FEATURE, GEOMETRY_CODE,
   obj
FROM
   Wsv_mview_all
WHERE
   FEATURE = 'WSV_FIELDS'



1 comment: