Error on Report Layout Creation not possible to edit in VS

sharad
Member Posts: 112
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. ](*,)
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
Navision Technical Consultant & .Net Developer
0
Answers
-
Not sure that it will work but you could try to use the ASCII code of Square Root:
Value Property of the fields where you want to put a check mark =Chr(Square Root Id)
~Rik~
It works as expected... More or Less...0 -
Obviously another idea could be to use an image, but it will make the report heavy if you should print check mark many times.~Rik~
It works as expected... More or Less...0 -
what is the DataSetFieldName for this field? Usually it is auto-generated and might be invalid if it contain only the character.-Mihail- [MCTS]0
-
mihail_kolev wrote:what is the DataSetFieldName for this field? Usually it is auto-generated and might be invalid if it contain only the character.
DataSetFieldName is not generated bcoz of this error.Sharad Gupta
Navision Technical Consultant & .Net Developer0 -
I didn't found any solution yet.
How to use image to apply check.? or any Other Solution?
Plz SuggestSharad Gupta
Navision Technical Consultant & .Net Developer0 -
sharad wrote:mihail_kolev wrote:what is the DataSetFieldName for this field? Usually it is auto-generated and might be invalid if it contain only the character.
DataSetFieldName is not generated bcoz of this error.
then type it manually-Mihail- [MCTS]0 -
mihail_kolev wrote:sharad wrote:mihail_kolev wrote:what is the DataSetFieldName for this field? Usually it is auto-generated and might be invalid if it contain only the character.
DataSetFieldName is not generated bcoz of this error.
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?
THANKSSharad Gupta
Navision Technical Consultant & .Net Developer0 -
I assume that the special character is inside a label. Try to temporary change the value of this label to something that will be valid for the visual studio (the letter "a" for ex.). Or try to use textbox with a variable for its source expression and inside your code evaluate this variable with this character you need.-Mihail- [MCTS]0
-
mihail_kolev wrote:I assume that the special character is inside a label. Try to temporary change the value of this label to something that will be valid for the visual studio (the letter "a" for ex.). Or try to use textbox with a variable for its source expression and inside your code evaluate this variable with this character you need.
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?Sharad Gupta
Navision Technical Consultant & .Net Developer0 -
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
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.com0 -
thegunzo wrote: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
try to change the SourceExpr property from xyz to FORMAT(xyz)
Thanks
It Works.Sharad Gupta
Navision Technical Consultant & .Net Developer0 -
Thanks
It Works.
edit your first post and choose [Solved] attribute-Mihail- [MCTS]0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions