Quote Page ColumnsCustom quote pages read their column arrangement and column widths from an INI file that is named after the custom quote page. The path and filename for the page named Custom is C:\Ensign\Inifile\Custom.ini This is an ASCII text file that you can read and write. To have ESPL change the column arrangement, write a new ini file in the correct format, and then open the quote page. Here is an example of the format for my Custom quote page ini file:[Title] [Width] [Format] [Top] Please mimic this example in the creation of the file you write. Group labels are in square brackets, and field names are on the left of the equal sign. The column titles after the equal sign are the text you see on the quote page as the column title. Use the ESPL string list tools to read/write the ASCII file. |