Simplicty and flexibility!


Function::Action

DataImport
DataImport ("Import.dbi") .
retval := DataImport ("") .
DataImport("") .
DataImport(Concat(GetCurrent("AppPath","\imports\",myimpordef,".dbi"))


Runs an import (.DBI) or displays the import dialog if no DBI is specified.

DataImport is not related to the current document and a full specification need to be included. It is not limited by the current multiview. You can import anything into any table from anywhere in the application.

This is the direct opposite from DataExport() which use the current Multiview to limit and control the export. 

Parameters


Import Definition File: String

Returns/Result


Status: Integer

Examples


Reference

See Also


On the forum about DataImport

On the blog about DataImport


dg3_HelpView