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.