FieldBoundsReturns the location in points of each field boundary and the field’s rotation in degrees.fileName - the name of an open database file (local or remote).layoutName - the name of a layout in the specified database file.Note Your layout begins where your margins end. Because field boundaries are measured from the left side and top of the layout, boundaries returned by FieldBounds never change unless you move or re-size a field.FieldBounds(“Customers”;“Layout #1”;“Field”) returns 36 48 295 65 0 in the example below. Notice that all parameters are enclosed in quotation marks.