Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » error to update from birt 2.0.1 to birt 2.1.1
error to update from birt 2.0.1 to birt 2.1.1 [message #247571] Thu, 12 July 2007 10:31
Eclipse UserFriend
Originally posted by: par_78.gmail.com

Hi
sorry for my poor english.
I've downloaded Eclipse 3.2 and BIRT 2.1 .

I have a rptdesign which run well in birt 2.0.1 butnot run from birt 2.1.1.
When I try to run this from birt 2.1.1 then i seeing this error

"an error has occurred.see error log for more details." though
ReportEngine_2007_07_12_15_10_22.log is empty.
can u tell me what is the problem ??
please reply me

this is my rptdesign.

////////////////////////////////////////////////////////////
<?xml version="1.0" encoding="UTF-8"?>
<!-- Written by Eclipse BIRT 2.0 -->
<report xmlns="http://www.eclipse.org/birt/2005/design" version="3" id="1">
<property name="createdBy">Eclipse BIRT Designer Version 2.0.1 Build
&lt;20060222-1204></property>
<property name="units">in</property>
<list-property name="configVars">
<structure>
<property name="name">session_id</property>
<property name="value">3</property>
</structure>
<structure>
<property name="name">examination_id</property>
<property name="value">15</property>
</structure>
<structure>
<property name="name">faculty</property>
<property name="value">1</property>
</structure>
<structure>
<property name="name">academic</property>
<property name="value">17</property>
</structure>
<structure>
<property name="name">course</property>
<property name="value">42</property>
</structure>
<structure>
<property name="name">user_id</property>
<property name="value">satyaki</property>
</structure>
</list-property>
<parameters>
<scalar-parameter name="session_id" id="88">
<property name="valueType">static</property>
<property name="dataType">string</property>
<property name="format">Unformatted</property>
<property name="controlType">text-box</property>
</scalar-parameter>
<scalar-parameter name="examination_id" id="89">
<property name="valueType">static</property>
<property name="dataType">string</property>
<property name="format">Unformatted</property>
<property name="controlType">text-box</property>
</scalar-parameter>
<scalar-parameter name="faculty" id="90">
<property name="valueType">static</property>
<property name="dataType">string</property>
<property name="format">Unformatted</property>
<property name="controlType">text-box</property>
</scalar-parameter>
<scalar-parameter name="academic" id="91">
<property name="valueType">static</property>
<property name="dataType">string</property>
<property name="format">Unformatted</property>
<property name="controlType">text-box</property>
</scalar-parameter>
<scalar-parameter name="course" id="92">
<property name="valueType">static</property>
<property name="dataType">string</property>
<property name="format">Unformatted</property>
<property name="controlType">text-box</property>
</scalar-parameter>
<scalar-parameter name="user_id" id="1311">
<property name="valueType">static</property>
<property name="dataType">string</property>
<property name="format">Unformatted</property>
<property name="controlType">text-box</property>
</scalar-parameter>
</parameters>
<data-sources>
<oda-data-source
extensionID="org.eclipse.birt.report.data.oda.jdbc" name="Data Source"
id="4">
<property
name="odaDriverClass">org.gjt.mm.mysql.Driver</property>
<property
name="odaURL">jdbc:mysql://localhost/jadu120707</property>
<property name="odaUser">root</property>
</oda-data-source>
</data-sources>
<data-sets>
<oda-data-set
extensionID="org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet "
name="main" id="5">
<property name="dataSource">Data Source</property>
<list-property name="parameters">
<structure>
<property name="name">curriculum_session</property>
<property name="position">1</property>
<expression name="defaultValue">'3'</expression>
<property name="isInput">true</property>
</structure>
<structure>
<property name="name">exam_type_id</property>
<property name="position">2</property>
<expression name="defaultValue">'15'</expression>
<property name="isInput">true</property>
</structure>
<structure>
<property name="name">faculty</property>
<property name="position">3</property>
<expression name="defaultValue">'1'</expression>
<property name="isInput">true</property>
</structure>
<structure>
<property name="name">academic</property>
<property name="position">4</property>
<expression name="defaultValue">'17'</expression>
<property name="isInput">true</property>
</structure>
<structure>
<property name="name">course</property>
<property name="position">5</property>
<expression name="defaultValue">'42'</expression>
<property name="isInput">true</property>
</structure>
</list-property>
<list-property name="resultSet">
<structure>
<property name="position">8</property>
<property name="name">name_8</property>
</structure>
</list-property>
<property name="queryText">select
distinct concat(.f.first_name,' ',.f.middle_name,' ',.f.last_name),
.a.examination_title,
.c.name,

.h.academic_unit_name,
.i.muster_roll_number,
.d.exam_roll_no,
.i.registration_no,


.k.name ,
.d.student_id






from examination_type a,
examination_instance b,
academic_session c,
examination_roll_no d,
student_personal_details e,
person_details f,
faculty_academicunit_composition g,
academic_unit h,
student_enrollment i,
course_structure j,
academic_session k


where .a.examination_type_id=.b.examination_type_id
and .c.academic_session_id=.b.curriculum_session
and .d.exam_instance_id=.b.examination_instance_id
and .e.student_id=.d.student_id
and .e.person_id=.f.person_id
and .g.faculty_id=.a.faculty_id
and .g.academic_unit_id=.h.academic_unit_id
and .i.student_id=.e.student_id
and .j.academic_unit_id=.g.academic_unit_id
and .i.academic_session_id=.k.academic_session_id
and .b.curriculum_session= ?
and .a.examination_type_id= ?
and .g.faculty_id= ?
and .h.academic_unit_id= ?
and .j.course_id= ?</property>
</oda-data-set>
<oda-data-set
extensionID="org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet "
name="subject" id="277">
<property name="dataSource">Data Source</property>
<list-property name="parameters">
<structure>
<property name="name">curriculum_session</property>
<property name="position">1</property>
<expression name="defaultValue">'3'</expression>
<property name="isInput">true</property>
</structure>
<structure>
<property name="name">exam_type</property>
<property name="position">2</property>
<expression name="defaultValue">'15'</expression>
<property name="isInput">true</property>
</structure>
<structure>
<property name="name">faculty</property>
<property name="position">3</property>
<expression name="defaultValue">'1'</expression>
<property name="isInput">true</property>
</structure>
<structure>
<property name="name">academic</property>
<property name="position">4</property>
<expression name="defaultValue">'17'</expression>
<property name="isInput">true</property>
</structure>
<structure>
<property name="name">course</property>
<property name="position">5</property>
<expression name="defaultValue">'42'</expression>
<property name="isInput">true</property>
</structure>
<structure>
<property name="name">student_id</property>
<property name="position">6</property>
<expression name="defaultValue">'275'</expression>
<property name="isInput">true</property>
</structure>
</list-property>
<list-property name="columnHints">
<structure>
<property name="columnName">subject_name</property>
<property name="displayName">Subject</property>
</structure>
<structure>
<property name="columnName">subject_code</property>
<property name="displayName">Code</property>
</structure>
<structure>
<property name="columnName">credit_hours</property>
<property name="displayName">Assigned
Credit(c)</property>
</structure>
<structure>
<property name="columnName">grade</property>
<property name="displayName">Grade</property>
</structure>
</list-property>
<property name="queryText">select distinct
subject.subject_name,

.subject.subject_code,
.subject_curriculum.credit_hours,
.subject_grade.grade,
.subject_grade.exam_roll_no,
.subject_grade.student_id



from examination_type,
examination_instance,
examination_instance_item,
academic_session,
examination_roll_no,
student_personal_details,
person_details,
faculty_academicunit_composition,
academic_unit,
student_enrollment,
course_structure,
course_offering,
subject_curriculum,
subject,
subject_grade


where
.examination_type.examination_type_id=.examination_instance. examination_type_id
and
.academic_session.academic_session_id=.examination_instance. curriculum_session
and
.examination_roll_no.exam_instance_id=.examination_instance. examination_instance_id
and .student_personal_details.student_id=.examination_roll_no.st udent_id
and .student_personal_details.person_id=.person_details.person_i d
and
.faculty_academicunit_composition.faculty_id=.examination_ty pe.faculty_id
and
.faculty_academicunit_composition.academic_unit_id=.academic _unit.academic_unit_id
and .student_enrollment.student_id=.student_personal_details.stu dent_id
and
.course_structure.academic_unit_id=.faculty_academicunit_com position.academic_unit_id
and
.course_offering.course_structure_item_id=.course_structure. course_structure_item_id
and
.subject_curriculum.subject_curriculum_id=.course_offering.s ubject_curriculum_id
and .subject.subject_id=.subject_curriculum.subject_id
and
.examination_instance_item.examination_instance_id=.examinat ion_instance.examination_instance_id
and
.examination_instance_item.course_offering_item_id=.course_o ffering.course_offering_item_id
and
.subject_grade.exam_instance_id=.examination_instance.examin ation_instance_id
and
.subject_grade.course_offering_item_id=.examination_instance _item.course_offering_item_id

and .examination_instance.curriculum_session= ?

and .examination_type.examination_type_id= ?
and .faculty_academicunit_composition.faculty_id= ?
and .academic_unit.academic_unit_id= ?
and .course_structure.course_id= ?
and .subject_grade.student_id= ?</property>
</oda-data-set>
<oda-data-set
extensionID="org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet "
name="user" id="759">
<property name="dataSource">Data Source</property>
<list-property name="parameters">
<structure>
<property name="name">user_id</property>
<property name="position">1</property>
<expression name="defaultValue">'satyaki'</expression>
<property name="isInput">true</property>
</structure>
</list-property>
<property name="queryText">select
concat(.person_details.first_name,' ',.person_details.middle_name,'
',.person_details.last_name),

DATE_FORMAT(SYSDATE(), '%D %M %Y'),
.portal_user_person_association.user_id
from person_details,
portal_user_person_association

where .person_details.person_id=.portal_user_person_association.pe rson_id
and .portal_user_person_association.user_id= ?</property>
</oda-data-set>
<oda-data-set
extensionID="org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet "
name="dateExam" id="760">
<property name="dataSource">Data Source</property>
<list-property name="parameters">
<structure>
<property name="name">session</property>
<property name="position">1</property>
<expression name="defaultValue">'14'</expression>
<property name="isInput">true</property>
</structure>
<structure>
<property name="name">examtype</property>
<property name="position">2</property>
<expression name="defaultValue">'1'</expression>
<property name="isInput">true</property>
</structure>
<structure>
<property name="name">faculty</property>
<property name="position">3</property>
<expression name="defaultValue">'1'</expression>
<property name="isInput">true</property>
</structure>
<structure>
<property name="name">academic''</property>
<property name="position">4</property>
<expression name="defaultValue">'17'</expression>
<property name="isInput">true</property>
</structure>
<structure>
<property name="name">course</property>
<property name="position">5</property>
<expression name="defaultValue">'42'</expression>
<property name="isInput">true</property>
</structure>
<structure>
<property name="name">student_id</property>
<property name="position">6</property>
<expression name="defaultValue">'275'</expression>
<property name="isInput">true</property>
</structure>
</list-property>
<property name="queryText">select distinct
examination_roll_no.exam_roll_no,
DATE_FORMAT(.examination_instance.start_date, '%D %M %Y'),
DATE_FORMAT(.examination_instance.end_date, '%D %M %Y')






from examination_instance,
examination_type,
faculty_academicunit_composition,
course_structure,
examination_roll_no


where
.examination_type.examination_type_id=.examination_instance. examination_type_id
and
.faculty_academicunit_composition.faculty_id=.examination_ty pe.faculty_id
and
.course_structure.academic_unit_id=.faculty_academicunit_com position.academic_unit_id
and
examination_roll_no.exam_instance_id=.examination_instance.e xamination_instance_id


and .examination_instance.curriculum_session= ?
and .examination_instance.examination_type_id= ?
and .examination_type.faculty_id= ?
and .faculty_academicunit_composition.academic_unit_id= ?
and .course_structure.course_id= ?
and .examination_roll_no.student_id= ?</property>
</oda-data-set>
<oda-data-set
extensionID="org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet "
name="SGPA" id="783">
<property name="dataSource">Data Source</property>
<list-property name="parameters">
<structure>
<property name="name">student_id</property>
<property name="position">1</property>
<expression name="defaultValue">'275'</expression>
<property name="isInput">true</property>
</structure>
</list-property>
<property name="queryText">select
semester_weightage_sgpa.SemWgtSGPA,
semester_weightage_sgpa.col1,
semester_weightage_sgpa.col2,.semester_weightage_sgpa.col3,. semester_weightage_sgpa.col4,.semester_weightage_sgpa.col5,. semester_weightage_sgpa.col6,.semester_weightage_sgpa.col7,. semester_weightage_sgpa.col8


from semester_weightage_sgpa


where .semester_weightage_sgpa.student_id= ?
</property>
</oda-data-set>
<oda-data-set
extensionID="org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet "
name="Data Set" id="1205">
<property name="dataSource">Data Source</property>
<list-property name="parameters">
<structure>
<property name="name">student_id</property>
<property name="position">1</property>
<expression name="defaultValue">'275'</expression>
<property name="isInput">true</property>
</structure>
<structure>
<property name="name">exam_type_id</property>
<property name="position">2</property>
<expression name="defaultValue">'15'</expression>
<property name="isInput">true</property>
</structure>
</list-property>
<property name="queryText">select

round(.tabulation_sheet.col53,2)

from tabulation_sheet,
tabulation_structure,
examination_instance,
examination_roll_no,
student_enrollment,
examination_type,
program_composition,
program_unit



where
tabulation_structure.tabulation_structure_id=.tabulation_she et.tabulation_structure_id
and
examination_instance.examination_type_id=.tabulation_structu re.exam_instance_id
and
examination_roll_no.exam_instance_id=.examination_instance.e xamination_instance_id
and .student_enrollment.registration_no=.tabulation_sheet.col3
and .examination_roll_no.student_id=.student_enrollment.student_ id
and
examination_type.examination_type_id=.examination_instance.e xamination_type_id
and
program_composition.program_composition_item_id=.examination _type.program_composition_item_id
and .program_unit.program_unit_id=.program_composition.program_u nit_id
and .examination_roll_no.student_id= ?
and .examination_instance.examination_type_id= ?
</property>
</oda-data-set>
<oda-data-set
extensionID="org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet "
name="%ofMarks" id="1294">
<property name="dataSource">Data Source</property>
<list-property name="parameters">
<structure>
<property name="name">academic_unit_id</property>
<property name="position">1</property>
<expression name="defaultValue">'17'</expression>
<property name="isInput">true</property>
</structure>
<structure>
<property name="name">course_id</property>
<property name="position">2</property>
<expression name="defaultValue">'42'</expression>
<property name="isInput">true</property>
</structure>
<structure>
<property name="name">student_id</property>
<property name="position">3</property>
<expression name="defaultValue">'275'</expression>
<property name="isInput">true</property>
</structure>
</list-property>
<property name="queryText">select

round(sum(.subject_grade.marks)*100/ sum(.subject_curriculum.full_marks))

from subject,
subject_curriculum,
course_offering,
course_structure,
program_composition,
examination_type,
examination_instance,
examination_roll_no,
examination_instance_item,
course_enrollment,
program_unit,

subject_grade



where .subject_curriculum.subject_id=.subject.subject_id
and
course_offering.subject_curriculum_id=.subject_curriculum.su bject_curriculum_id
and
course_offering.course_structure_item_id=.course_structure.c ourse_structure_item_id
and .program_composition.program_unit_id=.course_structure.progr am_unit_id
and
program_composition.program_composition_item_id=.examination _type.program_composition_item_id
and
examination_type.examination_type_id=.examination_instance.e xamination_type_id
and
examination_instance.examination_instance_id=.examination_ro ll_no.exam_instance_id
and
examination_instance_item.course_offering_item_id=.course_of fering.course_offering_item_id
and
course_enrollment.course_offering_item_id=.course_offering.c ourse_offering_item_id
and .program_unit.program_unit_id=.program_composition.program_u nit_id
and .course_enrollment.student_id=.examination_roll_no.student_i d
and .course_structure.academic_unit_id= ?
and .course_structure.course_id= ?
and .course_enrollment.student_id= ?
and
subject_grade.course_offering_item_id=.examination_instance_ item.course_offering_item_id
and
subject_grade.exam_instance_id=.examination_instance_item.ex amination_instance_id
and .subject_grade.student_id=.examination_roll_no.student_id
</property>
</oda-data-set>
</data-sets>
<page-setup>
<simple-master-page name="Simple MasterPage" id="2">
<property name="topMargin">0.25in</property>
<property name="leftMargin">0.25in</property>
<property name="bottomMargin">0.25in</property>
<property name="rightMargin">0.25in</property>
<page-footer>
<text id="3">
<property name="contentType">html</property>
</text>
</page-footer>
</simple-master-page>
</page-setup>
<body>
<table id="278">
<property name="fontSize">9pt</property>
<property name="marginTop">auto</property>
<property name="marginLeft">auto</property>
<property name="marginBottom">auto</property>
<property name="marginRight">auto</property>
<property name="verticalAlign">middle</property>
<property name="pageBreakAfter">always</property>
<property name="pageBreakBefore">avoid</property>
<property name="pageBreakInside">avoid</property>
<property name="canShrink">true</property>
<property name="height">10.468in</property>
<property name="width">7.958in</property>
<property name="dataSet">main</property>
<list-property name="paramBindings">
<structure>
<property
name="paramName">curriculum_session</property>
<expression
name="expression">params["session_id"]</expression>
</structure>
<structure>
<property name="paramName">exam_type_id</property>
<expression
name="expression">params["examination_id"]</expression>
</structure>
<structure>
<property name="paramName">faculty</property>
<expression
name="expression">params["faculty"]</expression>
</structure>
<structure>
<property name="paramName">academic</property>
<expression
name="expression">params["academic"]</expression>
</structure>
<structure>
<property name="paramName">course</property>
<expression
name="expression">params["course"]</expression>
</structure>
</list-property>
<column id="908">
<property name="width">0.208in</property>
</column>
<column id="347">
<property name="width">2.114in</property>
</column>
<column id="348">
<property name="width">1.427in</property>
</column>
<column id="966">
<property name="width">0.989in</property>
</column>
<column id="349">
<property name="width">1.583in</property>
</column>
<column id="350">
<property name="width">1.864in</property>
</column>
<column id="928">
<property name="width">0.208in</property>
</column>
<detail>
<row id="465">
<property name="height">1.406in</property>
<property name="textAlign">center</property>
<property name="verticalAlign">middle</property>
<cell id="890"/>
<cell id="466">
<property name="colSpan">5</property>
<property name="rowSpan">1</property>
<grid id="242">
<property name="textAlign">center</property>
<property
name="verticalAlign">middle</property>
<property name="height">1.531in</property>
<property name="width">6.927in</property>
<column id="244">
<property name="width">4.614in</property>
</column>
<row id="1271">
<property name="height">0.468in</property>
<cell id="1274">
<image id="248">
<property
name="imageName">Image.jpg</property>
</image>
</cell>
</row>
<row id="245">
<property name="height">0.468in</property>
<cell id="247">
<label id="261">
<property
name="fontSize">24pt</property>
<property
name="fontWeight">bold</property>
<property
name="textAlign">center</property>
<text-property
name="text">JADAVPUR UNIVERSITY</text-property>
</label>
</cell>
</row>
<row id="269">
<cell id="271">
<label id="262">
<property
name="fontSize">14pt</property>
<property
name="fontWeight">bold</property>
<property
name="textAlign">center</property>
<text-property
name="text">KOLKATA- 700032</text-property>
</label>
</cell>
</row>
<row id="266">
<property name="height">0.375in</property>
<cell id="268">
<label id="263">
<property
name="fontSize">16pt</property>
<property
name="fontWeight">bold</property>
<property
name="textAlign">center</property>
<text-property name="text">GRADE
CARD</text-property>
</label>
</cell>
</row>
<row id="947">
<property name="height">0.375in</property>
<cell id="950">
<property
name="paddingTop">8pt</property>
<label id="951">
<property
name="textAlign">right</property>
<text-property name="text">(4-Year
8-semester Degree Course)</text-property>
</label>
</cell>
</row>
</grid>
</cell>
<cell id="910"/>
</row>
<row id="374">
<property name="backgroundColor">#EEEEEE</property>
<property name="verticalAlign">middle</property>
<cell id="892">
<property name="borderLeftColor">#000000</property>
<property name="borderLeftStyle">solid</property>
<property name="borderLeftWidth">thin</property>
<property name="borderTopColor">#000000</property>
<property name="borderTopStyle">solid</property>
<property name="borderTopWidth">thin</property>
<property name="paddingTop">5pt</property>
<property name="paddingBottom">5pt</property>
</cell>
<cell id="375">
<property name="borderTopColor">#000000</property>
<property name="borderTopStyle">solid</property>
<property name="borderTopWidth">thin</property>
<property name="paddingTop">5pt</property>
<property name="paddingBottom">5pt</property>
<label id="283">
<text-property name="text">Result of
the</text-property>
</label>
</cell>
<cell id="376">
<property name="colSpan">3</property>
<property name="rowSpan">1</property>
<property name="fontWeight">bold</property>
<property name="borderTopColor">#000000</property>
<property name="borderTopStyle">solid</property>
<property name="borderTopWidth">thin</property>
<data id="310">
<expression
name="valueExpr">row["examination_title"]</expression>
</data>
</cell>
<cell id="378">
<property name="borderTopColor">#000000</property>
<property name="borderTopStyle">solid</property>
<property name="borderTopWidth">thin</property>
</cell>
<cell id="912">
<property
name="borderRightColor">#000000</property>
<property name="borderRightStyle">solid</property>
<property name="borderRightWidth">thin</property>
<property name="borderTopColor">#000000</property>
<property name="borderTopStyle">solid</property>
<property name="borderTopWidth">thin</property>
</cell>
</row>
<row id="388">
<property name="backgroundColor">#EEEEEE</property>
<property name="verticalAlign">middle</property>
<cell id="893">
<property name="borderLeftColor">#000000</property>
<property name="borderLeftStyle">solid</property>
<property name="borderLeftWidth">thin</property>
<property name="paddingTop">5pt</property>
<property name="paddingBottom">5pt</property>
</cell>
<cell id="389">
<property name="colSpan">1</property>
<property name="rowSpan">1</property>
<label id="285">
<text-property name="text">Final examination
for the session</text-property>
</label>
</cell>
<cell id="967">
<property name="colSpan">2</property>
<property name="rowSpan">1</property>
<property name="fontWeight">bold</property>
<data id="969">
<expression
name="valueExpr">row["name"]</expression>
</data>
</cell>
<cell id="391">
<label id="281">
<property name="fontFamily">Arial
Narrow</property>
<property name="textAlign">center</property>
<text-property name="text">for</text-property>
</label>
</cell>
<cell id="392">
<property name="fontWeight">bold</property>
<data id="968">
<expression
name="valueExpr">row["concat(.f.first_name,\' \',.f.middle_name,\'
\',.f.last_name)"]</expression>
</data>
</cell>
<cell id="913">
<property
name="borderRightColor">#000000</property>
<property name="borderRightStyle">solid</property>
<property name="borderRightWidth">thin</property>
</cell>
</row>
<row id="402">
<property name="backgroundColor">#EEEEEE</property>
<property name="verticalAlign">middle</property>
<cell id="895">
<property name="borderLeftColor">#000000</property>
<property name="borderLeftStyle">solid</property>
<property name="borderLeftWidth">thin</property>
<property name="paddingTop">5pt</property>
<property name="paddingBottom">5pt</property>
</cell>
<cell id="403">
<property name="paddingTop">5pt</property>
<property name="paddingBottom">5pt</property>
<label id="287">
<text-property name="text">studying in the
Department of</text-property>
</label>
</cell>
<cell id="404">
<property name="colSpan">2</property>
<property name="rowSpan">1</property>
<property name="fontWeight">bold</property>
<data id="314">
<expression
name="valueExpr">row["academic_unit_name"]</expression>
</data>
</cell>
<cell id="405"/>
<cell id="406"/>
<cell id="915">
<property
name="borderRightColor">#000000</property>
<property name="borderRightStyle">solid</property>
<property name="borderRightWidth">thin</property>
</cell>
</row>
<row id="430">
<property name="backgroundColor">#EEEEEE</property>
<property name="verticalAlign">middle</property>
<cell id="896">
<property name="borderLeftColor">#000000</property>
<property name="borderLeftStyle">solid</property>
<property name="borderLeftWidth">thin</property>
<property name="paddingTop">5pt</property>
<property name="paddingBottom">5pt</property>
</cell>
<cell id="431">
<property name="paddingTop">5pt</property>
<property name="paddingBottom">5pt</property>
<label id="289">
<text-property name="text">bearining Class
Roll No.</text-property>
</label>
</cell>
<cell id="432">
<property name="fontWeight">bold</property>
<data id="316">
<expression
name="valueExpr">row["muster_roll_number"]</expression>
</data>
</cell>
<cell id="957"/>
<cell id="433">
<label id="291">
<text-property name="text">and Examination
Roll No.</text-property>
</label>
</cell>
<cell id="434">
<property name="fontWeight">bold</property>
<data id="318">
<expression
name="valueExpr">row["exam_roll_no"]</expression>
</data>
</cell>
<cell id="916">
<property
name="borderRightColor">#000000</property>
<property name="borderRightStyle">solid</property>
<property name="borderRightWidth">thin</property>
</cell>
</row>
<row id="360">
<property name="backgroundColor">#EEEEEE</property>
<property name="verticalAlign">middle</property>
<cell id="897">
<property name="borderLeftColor">#000000</property>
<property name="borderLeftStyle">solid</property>
<property name="borderLeftWidth">thin</property>
<property name="paddingTop">5pt</property>
<property name="paddingBottom">5pt</property>
</cell>
<cell id="361">
<property name="paddingTop">5pt</property>
<property name="paddingBottom">5pt</property>
<label id="293">
<text-property name="text">Registration
No.</text-property>
</label>
</cell>
<cell id="362">
<property name="fontWeight">bold</property>
<data id="320">
<expression
name="valueExpr">row["registration_no"]</expression>
</data>
</cell>
<cell id="958"/>
<cell id="363">
<property name="textAlign">center</property>
<label id="295">
<text-property name="text">of</text-property>
</label>
</cell>
<cell id="364">
<property name="fontWeight">bold</property>
<data id="970">
<expression
name="valueExpr">row["name_8"]</expression>
</data>
</cell>
<cell id="917">
<property
name="borderRightColor">#000000</property>
<property name="borderRightStyle">solid</property>
<property name="borderRightWidth">thin</property>
</cell>
</row>
<row id="936">
<property name="height">0.25in</property>
<property name="backgroundColor">#EEEEEE</property>
<cell id="937">
<property
name="borderBottomColor">#000000</property>
<property name="borderBottomStyle">solid</property>
<property name="borderBottomWidth">thin</property>
<property name="borderLeftColor">#000000</property>
<property name="borderLeftStyle">solid</property>
<property name="borderLeftWidth">thin</property>
<property name="paddingTop">5pt</property>
<property name="paddingBottom">5pt</property>
</cell>
<cell id="938">
<property
name="borderBottomColor">#000000</property>
<property name="borderBottomStyle">solid</property>
<property name="borderBottomWidth">thin</property>
<property name="paddingTop">5pt</property>
<property name="paddingBottom">5pt</property>
</cell>
<cell id="939">
<property
name="borderBottomColor">#000000</property>
<property name="borderBottomStyle">solid</property>
<property name="borderBottomWidth">thin</property>
</cell>
<cell id="959">
<property
name="borderBottomColor">#000000</property>
<property name="borderBottomStyle">solid</property>
<property name="borderBottomWidth">thin</property>
</cell>
<cell id="940">
<property
name="borderBottomColor">#000000</property>
<property name="borderBottomStyle">solid</property>
<property name="borderBottomWidth">thin</property>
<property name="textAlign">center</property>
</cell>
<cell id="941">
<property
name="borderBottomColor">#000000</property>
<property name="borderBottomStyle">solid</property>
<property name="borderBottomWidth">thin</property>
</cell>
<cell id="942">
<property
name="borderBottomColor">#000000</property>
<property name="borderBottomStyle">solid</property>
<property name="borderBottomWidth">thin</property>
<property
name="borderRightColor">#000000</property>
<property name="borderRightStyle">solid</property>
<property name="borderRightWidth">thin</property>
</cell>
</row>
<row id="486">
<property name="verticalAlign">middle</property>
<cell id="899"/>
<cell id="487">
<property name="colSpan">5</property>
<property name="rowSpan">1</property>
<table id="761">
<property name="width">100%</property>
<property name="dataSet">dateExam</property>
<column id="780">
<property name="width">3.052in</property>
</column>
<column id="781">
<property name="width">1.666in</property>
</column>
<column id="782">
<property name="width">2.75in</property>
</column>
<detail>
<row id="769">
<property
name="verticalAlign">middle</property>
<cell id="770">
<property
name="paddingTop">5pt</property>
<property
name="paddingBottom">5pt</property>
<label id="758">
<text-property
name="text">Final Year Second Semester Examination held in</text-property>
</label>
</cell>
<cell id="772">
<property
nam
Previous Topic:LogLevel for viewer started with WebViewer.startup()
Next Topic:Report View throwing exception on Fedora
Goto Forum:
  


Current Time: Sun Jul 21 22:16:21 GMT 2024

Powered by FUDForum. Page generated in 0.03369 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top