Database function

EXPORTDATA Function (Database) Exports data from the Microsoft Dynamics NAV database to a file. The data is not deleted from the database. Syntax [Ok:=] EXPORTDATA(ShowDialog, FileName[, IncludeApplicationData][, IncludeGlobalData][, CompanyRecord]) Parameters ShowDialog Type: Boolean Specifies if you want to display a dialog box where the user can…

Function Return Value Types

Programmers skilled in other languages may have some difficulty understanding why C/SIDE doesn’t allow all of its data types to be used as function return value types. I guess it is a limitation that you and I have learnt to work around, or even use to…