I want to set all the fields and labels on a VFP7 report to Float and Stretch with overflow. I tried Using the .frx file and doing the following REPLACE but it didn’t work.
Is there some other field I need to change too?
REPLACE float WITH .T. FOR objtype = 8
It turns out you have to set
topto.F.forfloatto take effect, this worked: