changing the DBSrichViewEdit - pageProperty - orientation
Posted: Thu Feb 23, 2012 10:39 am
Hello Sergey,
When I chance this option in DBSrichViewEdit - PageProperty - Orientation from poPortrait to poLandScape, didn't it save the change in my doc (db) so that next time when I open the same doc the doc comes wth my change?
I added a checkbox in my form that only change this:
if ck_orientation.checked = true then
DBSRichViewEdit1.PageProperty.Orientation := poPortrait
else
DBSRichViewEdit1.PageProperty.Orientation := poLandScape
thanks
Alex
When I chance this option in DBSrichViewEdit - PageProperty - Orientation from poPortrait to poLandScape, didn't it save the change in my doc (db) so that next time when I open the same doc the doc comes wth my change?
I added a checkbox in my form that only change this:
if ck_orientation.checked = true then
DBSRichViewEdit1.PageProperty.Orientation := poPortrait
else
DBSRichViewEdit1.PageProperty.Orientation := poLandScape
thanks
Alex