Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
IF This.Topmargin<>0
replace all Vpos with Vpos+This.TopMargin*3940 for objtype=8 && rep field
replace all Vpos with Vpos+This.TopMargin*3940 for objtype=6 && line
replace all Vpos with Vpos+This.TopMargin*3940 for objtype=5 && text
replace all Vpos with Vpos+This.TopMargin*3940 for objtype=9 and objcode=4 &&band-info
replace all height with height+This.TopMargin*3940 for objtype=9 and objcode=1 &&3950 = 1cm
replace all Vpos with 0 for objtype=9 and objcode=4 &&3950 = 1cm
ENDIF
IF This.Leftmargin<>0
replace all Hpos with Hpos+This.LeftMargin*3940 for objtype=8 && rep field
replace all Hpos with Hpos+This.LeftMargin*3940 for objtype=6 && line
replace all Hpos with Hpos+This.LeftMargin*3940 for objtype=5 && text
replace all Hpos with Hpos+This.LeftMargin*3940 for objtype=9 and objcode=4 &&band-info
ENDIF