Table based export type

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
itopal
User
Posts: 2

Table based export type

Post by itopal »

Is it possible to define table base export option. (SELECTED, PAGE, ALL). In project file there is such option for each table, i tried that but no success. I couldn't find what i am missing.

ExportType (v8.0+)

Export Type:
"SELECTED" = export selected records
"PAGE" = export current page
"ALL" = export all records


MichaelG
User
Posts: 1095

Post by MichaelG »

To use table specific settings, please uncheck Table-specific Options -> Use global settings, then specify the table specific settings.


itopal
User
Posts: 2

Post by itopal »

Thank you, you are lifesaver.


Post Reply