【问题标题】:microsoft navision 2009, break linemicrosoft navision 2009,断线
【发布时间】:2016-04-01 17:09:54
【问题描述】:

我要回线:

showmoreDetailsAddress :=LocLocationtClientMethod.City + ',' + ' ' + LocLocationtClientMethod."Post Code" + ',' + ' ' +
LocLocationtClientMethod.Address;

因为现在每个属性都在同一行。但是每个属性都必须在单独的行上,如下所示:

a
b
c

我试过这样:

showmoreDetailsAddress :=LocLocationtClientMethod.City + ',' + '\' + LocLocationtClientMethod."Post Code" + ',' + ' ' +
LocLocationtClientMethod.Address;

但结果仍然是:

AMSTERDAM,\1043AP, sdljkglsdjkfg

【问题讨论】:

    标签: navision


    【解决方案1】:

    这取决于您将在哪里使用结果。对于导航新行是\ 斜线。对于其他所有内容,新行是chr(13)+chr(10)

    对于表单字段Multiline property must also be set to Yes

    【讨论】:

    • @SavantTheIncredible 如果您想将多行输出到表单上的字段,您应该在问题中提及这一点。查看编辑。
    猜你喜欢
    • 2016-07-21
    • 1970-01-01
    • 2019-02-09
    • 2017-01-29
    • 1970-01-01
    • 1970-01-01
    • 2017-05-27
    • 2018-06-27
    • 1970-01-01
    相关资源
    最近更新 更多