raghuvirk20
16th November 2016, 12:13
Hi All,
when i am compiling the report , i am getting the below compilation Error.
1) Error: 'endselect' not expected
2) Error: '}' not expected
3) Fatal Error: FUNCTION within function 'exception.handle.paid.check' not expected.
please any one can advice me , how to resolved the above issue?
Regards,
Raghuvir
raghuvirk20
16th November 2016, 16:06
Hi All,
When we will got an error like corrupted data dictionary (error 512) ? What is the reason behind of it ?
Thanks,
Raghuvir
mark_h
16th November 2016, 18:08
I split these posts off - looks like a completely different topic.
For the first problem post the relevant code. It looks like you have something out of alignment with a select statement.
As for corrupt data dictionary error - where is it coming from? There could be several reasons for this. And is it a different spot or on the same report?
raghuvirk20
17th November 2016, 08:38
Hi All,
Any one is having an idea on copying an existing report from previous VRC to current VRC.
Scenario
-------------
Suppose i am working on a 1st customization report (check report). so we need to copy the existing report from Previous VRC to Current VRC. & i have done the customization work for the 1 report.
Now i have 3 different check report. when i start my work on customization report for another check report. so again we need to copy the existing report from Previous VRC to current VRC. but my question is wither it will effect the customization work on my 1st report or not ? Please advice me.
Regards,
Raghuvir
mark_h
17th November 2016, 14:57
If they are different report numbers then no it would not impact the work on a separate report. Maybe I do not understand the question.
Ajesh
18th November 2016, 08:27
Was your current VRC different in first case and then the second case?
If they are different VRC, then there would not be a problem but if they are same then Customization for first report will get over written.
raghuvirk20
18th November 2016, 08:47
Hi All,
Any one can advice me ,'How to make a line in BOLD format on Report?'
Thanks,
Raghuvir
bhushanchanda
18th November 2016, 11:15
1. Just open the field in the Report Designer by double clicking it.
2. Under Font tab, tick the check box - > Bold
In case if you want to add a text, you can add a new form field on the report layout with print expression of your text "This is my text", set the domain to any string domain like tcmcs.str100 and then set the font as Bold. That's it.