Nice -- good point Thanks
On Sun, 30 Apr 2017 15:44:23 +0200, Arnaud de Montard via 4D_Tech wrote: > >> Le 29 avr. 2017 à 01:48, Chip Scheide via 4D_Tech >> <[email protected]> a écrit : >> >> The component will be blind to the table(s) of the host. >> So, the solution that I think (i haven't coded this part yet) will work is: >> >> (Component Method) >> // Export_All >> //$1 - pointer - to a pointer array where each element >> // of the array points to a Host table to be exported >> //$2 - text - export format (tab, csv, xml, 4D record etc) >> >> //RETURNS - text - error message(s) if failure > > For my own I use methods of this kind: > exportSelection (tablePointer {;FieldsToExportArrayPointer) > with $2 empty or nil => export all fields > > Very often the target does not allow/need all fields to be exported. > > -- > Arnaud de Montard > > > > ********************************************************************** > 4D Internet Users Group (4D iNUG) > FAQ: http://lists.4d.com/faqnug.html > Archive: http://lists.4d.com/archives.html > Options: http://lists.4d.com/mailman/options/4d_tech > Unsub: mailto:[email protected] > ********************************************************************** --------------- Gas is for washing parts Alcohol is for drinkin' Nitromethane is for racing ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

