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?
0
Comments
/Claus Lundstrøm
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 :-)
VS:
Tools / Options / Text Editor / All Languages / General / Line numbers
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
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 :-)