** END HEADER -- do not remove this line // // Generated on 2025-04-06 // parameter bModal local f f = new sub_dele_testForm() if (bModal) f.mdi = false // ensure not MDI f.readModal() else f.open() endif class sub_dele_testForm of FORM with (this) height = 18.7727 left = 21.8571 top = 1.6818 width = 65.4286 text = "" endwith this.TEMPTRANSFERS1 = new QUERY(this) with (this.TEMPTRANSFERS1) left = 9.0 top = 1.0 width = 12.0 height = 1.0 sql = 'select * from "temptransfers.DBF"' active = true endwith this.GRID1 = new GRID(this) with (this.GRID1) dataLink = form.temptransfers1.rowset height = 12.1818 left = 8.2857 top = 5.3182 width = 43.7143 endwith this.rowset = this.temptransfers1.rowset endclass