Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
my document and system listsep is ',' (comma).
now i have requirement where my inputbox dropdown will contain customer names with ',' (lastname, firstname). selecting this name should select this customer.
currently i have a work around in my design to takeout ',' while displaying the inputbox dropdown and after selecting customer user will have to click on a button (placing the ',' back) will select the customer. which works but with expense of one additional button click, which we are trying to eliminate this with variable trigger in place.
now i am trying to change the listsep value in the system control panel from ',' to ';', recopy the application will only changing my 'sys' list sep but not the 'Doc' list sep. (brand new document will take the ';' as doc and sys listsep)
Question is, is there a way to change the Document List separator either in the script or one time macro command ?
I have found the solution of editing the ListSep of Existing Documents.
A rather unworthy one.
I hope that there is a more explicit one.