Quote Page Columns

Custom 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]
Column1=Last
Column2=Net
Column3=High
Column4=Low
Column5=T-Time
Column6=T-Counter
Column7=Bid
Column8=Ask
Column9=Volume
Column10=% Off Open
Column11=Scale
Column12=
Column13=
Column14=
Column15=
Column16=
Column17=
Column18=
Column19=

[Width]
Column1=57
Column2=57
Column3=57
Column4=57
Column5=57
Column6=57
Column7=57
Column8=57
Column9=57
Column10=57
Column11=29
Column12=57
Column13=57
Column14=57
Column15=57
Column16=57
Column17=57
Column18=57
Column19=57

[Format]
Format=0

[Top]
RangeHigh=
RangeLow=
VolumeHigh=
VolumeLow=
Minutes=0
Settled=1
OTCBB=1
SMCAP=1

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.