Thanks. This does work reasonably well for this circumstance. As I’m using field based listboxes, I used the following to make the spacer column:
LISTBOX INSERT COLUMN FORMULA(*;"CCTransactionsLB";3;"SpacerCol";" ";Is text;"";$HeaderVar) LISTBOX SET COLUMN WIDTH(*;"SpacerCol";10) OBJECT SET ENTERABLE(*;"SpacerCol";False) //make column unenterable Sannyasin Siddhanathaswami On Sep 23, 2017, 5:19 PM -1000, wrote: This may not work for your situation, but I have used a dummy column to provide visual spacing between columns. Not a great solution but it has worked well enough for me in the past. ********************************************************************** 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] **********************************************************************

