AVEVA Community
AVEVA Community
  • Site
  • User
  • Site
  • Search
  • User
Modules
  • AVEVA World
  • PDMS/E3D Forum
  • Modules
  • Cancel
Modules
Draft Module Text problem
  • Forums
  • Resources
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Replies 22 replies
  • Subscribers 5 subscribers
  • Views 57 views
  • Users 0 members are here
Options
  • Share
  • More
  • Cancel
Related

Text problem

standy
standy over 10 years ago
 
  • Sign in to reply
  • Cancel
  • standy
    standy over 10 years ago
    Dear all,

    Do you know how to put a Enter or blank line (escape character to display a text in two lines or in three lines respectively) in for one long text?

    Many thanks!!
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Venkata Rao Peta
    Venkata Rao Peta over 10 years ago
    $ WILL BREAK THE LINES Check it.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Han_BFY
    Han_BFY over 10 years ago
    [QUOTE=standy_yjh;95831]Dear all,

    Do you know how to put a Enter or blank line (escape character to display a text in two lines or in three lines respectively) in for one long text?


    Place double -> #/#/ at last of first sentence.. then nest sentence will go to next line with empty line
    if only one -> #/ then..no empty line. only next close line.

    e.g.
    Btext 'BASE PLATE SEE DETAIL#/#/DWG No. DN02-XXX#/#/(TYP)'
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Venkata Rao Peta
    Venkata Rao Peta over 10 years ago
    [QUOTE=Han_BFY;95834]Place double -> #/#/ at last of first sentence.. then nest sentence will go to next line with empty line
    if only one -> #/ then..no empty line. only next close line.

    e.g.
    Btext 'BASE PLATE SEE DETAIL#/#/DWG No. DN02-XXX#/#/(TYP)'
    good one confusion between # and $
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Han_BFY
    Han_BFY over 10 years ago
    If you use this form -> show !!CDRQTEXT .... you can just hit the Return/Enter

    cheers!!
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • standy
    standy over 10 years ago
    [QUOTE=Han_BFY;95834]Place double -> #/#/ at last of first sentence.. then nest sentence will go to next line with empty line
    if only one -> #/ then..no empty line. only next close line.

    e.g.
    Btext 'BASE PLATE SEE DETAIL#/#/DWG No. DN02-XXX#/#/(TYP)'

    Dear Han Bfy,

    Thank you very much!
    What about in !!alert.message('
    #/#/')? this one isn't working.
    Thanks!
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Han_BFY
    Han_BFY over 10 years ago
    [QUOTE=standy_yjh;95839]
    What about in !!alert.message('
    #/#/')? this one isn't working.


    what you plan to do with that?? could you explain more??
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Han_BFY
    Han_BFY over 10 years ago
    If you do that... it suppose to show content of alert with message this -> '#/#/'
    but .. I am not clear on what you try to achieve.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • standy
    standy over 10 years ago
    [QUOTE=Han_BFY;95841]If you do that... it suppose to show content of alert with message this -> '#/#/'
    but .. I am not clear on what you try to achieve.

    To show a text in two lines with !!alert.Message() function.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Han_BFY
    Han_BFY over 10 years ago
    To show a text in two lines with !!alert.Message() function.


    I don't think default alert can do that..

    If you really need that... you may create your own form as and alert form with multi line..
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
>