Hi Experts,
I have Created a Report in Classic in which i have used a char field to show check mark.It is running SuccessFully
in Classic. But When I try to make it for RTC using Create Layout Suggesion it shows error "It is not Possible to edit the Layout with Visual Studio.Detailed Description: Char". and doesn't create layout in Visual Studio.
Please Help to solve or give a way to show check mark in RDLC Report.
THANKS IN ADVANCE. ](*,)
Sharad Gupta
Navision Technical Consultant & .Net Developer
0
Answers
It works as expected... More or Less...
It works as expected... More or Less...
DataSetFieldName is not generated bcoz of this error.
Navision Technical Consultant & .Net Developer
How to use image to apply check.? or any Other Solution?
Plz Suggest
Navision Technical Consultant & .Net Developer
then type it manually
Hi
Same Problem after typing it manualy. After typing manualy when i apply Create Layout Suggestion the same error Shows.
But when we apply Create Layout Suggestion at that time Datasetfieldname generate for all the fields.
If i type it manualy the all other field's datasetfieldname property left blank. BTW what should i do to solve this?
THANKS
Navision Technical Consultant & .Net Developer
I am doing the same I define a variable xyz of char type and assign this to source Expression of a textbox with font "Wingdings"
and assign char value conditionaly like
IF "Posted Invoice Document Line".Boolean THEN
xyz := 129
ELSE
xyz := 0;
Now what can i do?
Navision Technical Consultant & .Net Developer
try to change the SourceExpr property from xyz to FORMAT(xyz)
Gunnar Gestsson
Microsoft Certified IT Professional
Dynamics NAV MVP
http://www.dynamics.is
http://Objects4NAV.com
Thanks
It Works.
Navision Technical Consultant & .Net Developer
edit your first post and choose [Solved] attribute