DataSource is a text function that returns the application name, database, or alias table name of a grid. Use DataSource in a text box, text cell, or a row or column heading.
<<DataSource("GridName.Axis[ID]”,InfoType)>>
Insert data source information in your report:
<<DataSource("Grid1”, App)>>
Show the database name of the data source associated with the heading where the function was entered:
<<DataSource(cur, DB)>>
DataSource supports the current keyword. See Using the Current/Cur Keyword in a Text Function. |