File: s_grid.srs
Size: 203
Date: Sun, 25 Sep 2011 18:02:10 +0200
global type s_grid from structure
   long     id
   string      last_name
   string      first_name
   string      title
   string      street
   string      city
   string      state
   string      zip
   string      phone
   string      fax
end type
  •