why when I use WPTableDlg.Execute GlobalValueUnit change ?

    • Offizieller Beitrag

    In unit WPTblDlg there is this code:

    if RtfText.Header.UsedUnit = UnitCm then GlobalValueUnit := euCM
    else GlobalValueUnit := euInch;

    I don't know when it was inserted here, probably to make sure the display is consistent.

    So please modify RtfText.Header.UsedUnit as well.

    Julian