Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
No Public Explanation
対処法
Two possible work arounds:1. Use word spacing. This works pretty well, but the user doesn’t have complete control over the exact number of spaces. Works well if the label fields have only one word.2. Use text formatting tags to make "place holder" characters the same color as the background. For example:[L_T_ADD] & "<CLR red='255' green='255' blue='255'>" & "............." & "</CLR>" & [Name] & "<CLR red='255' green='255' blue='255'>" & ".............." & "</CLR>" & [R_T_ADD]This works well if the spaces don’t cross over other features.