<%@LANGUAGE="VBSCRIPT"%> <% Dim MembersRecords1 Dim MembersRecords1_numRows Set MembersRecords1 = Server.CreateObject("ADODB.Recordset") MembersRecords1.ActiveConnection = MM_connIVA_STRING MembersRecords1.Source = "SELECT * FROM members_list" MembersRecords1.CursorType = 0 MembersRecords1.CursorLocation = 2 MembersRecords1.LockType = 1 MembersRecords1.Open() MembersRecords1_numRows = 0 %> IVA Online
IVA Online
Activity Sectors Historic Objectives Meetings Members Area Members List Contact Us
.:Activities:.

 

Meetings

Next Council Meeting scheduled immediately prior to April Conference - Please inform the Secretary of any items you wish to be discussed

 

Conferences

Spring Conference - 19/20 April 2007 - Lisbon, Portugal

Autumn Conference - 25 September 2007- Brussels, Belgium

 

Ongoing Case Work

Communication with Hungary, Italy and Spain with regard to late claim repayments

Paper drafted "Combating Fraud in the EU" - for presentation to EU commission

Strategy for future activities of IVA

For further details on any of these topics you should initially contact the Secretary

 

 

 

.

Copyright ©2000 by ivaonline. All rights reserved
Search our website:
 


[ home ] [ activity sectors ] [ historic objective ] [ meetings ] [ members area ] [ members list ] [ contact details ]
web site hosted by Northern Monkey Creative Media
<% MembersRecords1.Close() Set MembersRecords1 = Nothing %>