Make Dataport to Import only

Hi…all I have problem about dataport. I want to make it for import only, so there aren’t options whether for import or export. Thanks Muryadi Lou Kasim

Hey open the dataport go to the first row which does not have an table link, klick on properties, there you find the Property “Import” set it to yes.

Or use: CurrDataport.Import := true; or Dataport = var of type dataport Dataport.Import := true;