Just make sure you have no object fields in that table, or 4D will give you a runtime error and fail.
-- Jeffrey Kain [email protected] > On Jan 22, 2018, at 1:30 PM, Keisuke Miyako via 4D_Tech > <[email protected]> wrote: > > Not so dissimilar from your idea but you could do > > Begin SQL > > SELECT * FROM [myTable] LIMIT 0 into LISTBOX :myListbox; > > End SQL ********************************************************************** 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] **********************************************************************

