Visual Studio Expression Comment lines

CenterDCenterD Member Posts: 37
edited 2013-08-12 in NAV Three Tier
How do you specify comments?

This:
=
Cstr(Fields!ShipToAddr1.Value) + Chr(177) + ' 1
Cstr(Fields!ShipToAddr2.Value) + Chr(177) + ' 2
Cstr(Fields!ShipToAddr3.Value) + Chr(177) + ' 3
Cstr(Fields!ShipToAddr4.Value) + Chr(177) + ' 4

Seems to be what Visual Studio accepts,
it colors it correct & you can "build solution",
but Navision won't accept it.

Anyone have any ideas?

Comments

  • clauslclausl Member Posts: 455
    Copy to Excel or add Line Numbers in Visual Studio, this will solve your problem.

    /Claus Lundstrøm
    Claus Lundstrøm | MVP | Senior Product Manager | Continia.com
    I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
    I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
  • CenterDCenterD Member Posts: 37
    Thank you.

    VS:
    Tools / Options / Text Editor / All Languages / General / Line numbers
  • clauslclausl Member Posts: 455
    Correct, but I prefer to use Excel because from time to time you get this message, eventhough what you have typed in the expression is valid:

    Visual Studio has encountered an exception. This may be caused by an extension.
    You can get more information by running the application together with the /log parameter on the command line, and then examining the file 'C:\Users\UserID\AppData\Roaming\Microsoft\VisualStudio\10.0\ActivityLog.xml'.


    This error became to much of a pain for me, so I removed the Line Numbers again, but if you can live with that Line Numbers are a great help.

    /Claus Lundstrøm
    Claus Lundstrøm | MVP | Senior Product Manager | Continia.com
    I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
    I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
Sign In or Register to comment.