w =Web1.Width*100/Val(qr.Web1.Document.FileSize)
h=Web1.Height*100/Val(qr.Web1.Document.FileSize)
if w>h
i=h
else
i=w
endif
Web1.Document.body.Style.Zoom =i
這段代碼放在哪里?
請問還有好辦法嗎?謝謝
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/112350.html
標籤:VFP
上一篇:sequelize呼叫update和save方法報錯TypeError: val.replace is not a function
