當(dāng)前位置:工程項(xiàng)目OA系統(tǒng) > 學(xué)校OA管理系統(tǒng) > 相關(guān)系統(tǒng) > 培訓(xùn)管理系統(tǒng)
開發(fā)篇-讓點(diǎn)名表自動(dòng)顯示上課日期
申請(qǐng)免費(fèi)試用、咨詢電話:400-8352-114
泛普默認(rèn)的點(diǎn)名表并沒有提供自動(dòng)顯示上課日期功能,因?yàn)榭紤]到很多學(xué)校上課日期后期變化大等因素。
但是確實(shí)有些學(xué)校規(guī)律性很強(qiáng),有這個(gè)需求。
所以今天我就帶大家,如何在泛普培訓(xùn)學(xué)校管理軟件平臺(tái)上去實(shí)現(xiàn)自動(dòng)顯示上課日期。
第一步:編輯點(diǎn)名表數(shù)據(jù)源:
代碼如下:
ACCESS數(shù)據(jù)庫語法:
table:LessonDegree
cmd: Select LessonDegree.StartDate from LessonDegree where LessonDegree.StartDate > now() and ClassID = @ClassID
GO
SQL數(shù)據(jù)庫語法:
table:LessonDegree
cmd: Select LessonDegree.StartDate from LessonDegree where LessonDegree.StartDate > getdate() and ClassID = @ClassID
GO
第二步編輯報(bào)表,將原來備注以上的重復(fù)出現(xiàn)的TD代碼替換成如下代碼:
代碼如下:
<td width="0.6cm" style="font-size:5;"><xsl:value-of select="String:FormatDate('{0:M-d}',ds/LessonDegree[1]/StartDate)" /></td>
<td width="0.6cm" style="font-size:5;"><xsl:value-of select="String:FormatDate('{0:M-d}',ds/LessonDegree[2]/StartDate)" /></td>
<td width="0.6cm" style="font-size:5;"><xsl:value-of select="String:FormatDate('{0:M-d}',ds/LessonDegree[3]/StartDate)" /></td>
<td width="0.6cm" style="font-size:5;"><xsl:value-of select="String:FormatDate('{0:M-d}',ds/LessonDegree[4]/StartDate)" /></td>
<td width="0.6cm" style="font-size:5;"><xsl:value-of select="String:FormatDate('{0:M-d}',ds/LessonDegree[5]/StartDate)" /></td>
<td width="0.6cm" style="font-size:5;"><xsl:value-of select="String:FormatDate('{0:M-d}',ds/LessonDegree[6]/StartDate)" /></td>
<td width="0.6cm" style="font-size:5;"><xsl:value-of select="String:FormatDate('{0:M-d}',ds/LessonDegree[7]/StartDate)" /></td>
<td width="0.6cm" style="font-size:5;"><xsl:value-of select="String:FormatDate('{0:M-d}',ds/LessonDegree[8]/StartDate)" /></td>
<td width="0.6cm" style="font-size:5;"><xsl:value-of select="String:FormatDate('{0:M-d}',ds/LessonDegree[9]/StartDate)" /></td>
<td width="0.6cm" style="font-size:5;"><xsl:value-of select="String:FormatDate('{0:M-d}',ds/LessonDegree[10]/StartDate)" /></td>
<td width="0.6cm" style="font-size:5;"><xsl:value-of select="String:FormatDate('{0:M-d}',ds/LessonDegree[11]/StartDate)" /></td>
<td width="0.6cm" style="font-size:5;"><xsl:value-of select="String:FormatDate('{0:M-d}',ds/LessonDegree[12]/StartDate)" /></td>
<td width="0.6cm" style="font-size:5;"><xsl:value-of select="String:FormatDate('{0:M-d}',ds/LessonDegree[13]/StartDate)" /></td>
<td width="0.6cm" style="font-size:5;"><xsl:value-of select="String:FormatDate('{0:M-d}',ds/LessonDegree[14]/StartDate)" /></td>
<td width="0.6cm" style="font-size:5;"><xsl:value-of select="String:FormatDate('{0:M-d}',ds/LessonDegree[15]/StartDate)" /></td>
<td width="0.6cm" style="font-size:5;"><xsl:value-of select="String:FormatDate('{0:M-d}',ds/LessonDegree[16]/StartDate)" /></td>
<td width="0.6cm" style="font-size:5;"><xsl:value-of select="String:FormatDate('{0:M-d}',ds/LessonDegree[17]/StartDate)" /></td>
<td width="0.6cm" style="font-size:5;"><xsl:value-of select="String:FormatDate('{0:M-d}',ds/LessonDegree[18]/StartDate)" /></td>
<td width="0.6cm" style="font-size:5;"><xsl:value-of select="String:FormatDate('{0:M-d}',ds/LessonDegree[19]/StartDate)" /></td>
<td width="0.6cm" style="font-size:5;"><xsl:value-of select="String:FormatDate('{0:M-d}',ds/LessonDegree[20]/StartDate)" /></td>
<td width="0.6cm" style="font-size:5;"><xsl:value-of select="String:FormatDate('{0:M-d}',ds/LessonDegree[21]/StartDate)" /></td>
<td width="0.6cm" style="font-size:5;"><xsl:value-of select="String:FormatDate('{0:M-d}',ds/LessonDegree[22]/StartDate)" /></td>
<td width="0.6cm" style="font-size:5;"><xsl:value-of select="String:FormatDate('{0:M-d}',ds/LessonDegree[23]/StartDate)" /></td>
<td width="0.6cm" style="font-size:5;"><xsl:value-of select="String:FormatDate('{0:M-d}',ds/LessonDegree[24]/StartDate)" /></td>
最終效果:
- 1企業(yè)如何避免員工“翅膀硬了就飛”
- 2名企企業(yè)培訓(xùn)工作經(jīng)驗(yàn)
- 3企業(yè)管理人員培訓(xùn)模式分析
- 4培訓(xùn)管理系統(tǒng)的問題?
- 5培訓(xùn)管理中的幾大誤區(qū)
- 6中小企業(yè)如何做好培訓(xùn)工作
- 7業(yè)務(wù)員必須知道的管理知識(shí):制定合理學(xué)習(xí)制度
- 8培訓(xùn)管理軟件2015年春節(jié)假期安排
- 9有沒有破解版的培訓(xùn)學(xué)校管理軟件下載?
- 10企業(yè)培訓(xùn)要如何合理“砍課”
- 11拓展訓(xùn)練心得感觸
- 12經(jīng)營(yíng)人心更重要
- 13公司內(nèi)部培訓(xùn)怎樣做才有價(jià)值
- 14培訓(xùn)的未來:在云端學(xué)習(xí)
- 15常見的企業(yè)培訓(xùn)形式
- 16黃鶴樓酒:如何實(shí)現(xiàn)價(jià)格提升100倍
- 17培訓(xùn)管理系統(tǒng)4.0.6版本說明
- 18如何選購培訓(xùn)學(xué)校管理軟件?
- 19培訓(xùn)管理軟件09年國(guó)慶中秋優(yōu)惠開始了!
- 20企業(yè)新員工培訓(xùn)的主要措施
- 21中國(guó)培訓(xùn)網(wǎng)•網(wǎng)絡(luò)商學(xué)院套餐方案——致力打造中國(guó)網(wǎng)絡(luò)培訓(xùn)第一平臺(tái)
- 22培訓(xùn)潛在的作用
- 23淺析企業(yè)人才梯隊(duì)搭建對(duì)企業(yè)持續(xù)發(fā)展的重要性
- 24培訓(xùn)管理系統(tǒng)V5.0升級(jí)說明!
- 25開發(fā)篇-怎樣查詢年、月收入?
- 26培訓(xùn)管理軟件五一假期安排通知
- 272.0890課程表、拍照等更新解讀!
- 28學(xué)習(xí)職場(chǎng)中12種動(dòng)物精神
- 29“中國(guó)式培訓(xùn)”的相關(guān)爭(zhēng)議
- 302010年端午節(jié)放假通知
成都公司:成都市成華區(qū)建設(shè)南路160號(hào)1層9號(hào)
重慶公司:重慶市江北區(qū)紅旗河溝華創(chuàng)商務(wù)大廈18樓