if CurRow.Isnull("雇佣日期") = False Then
rx = new prt.RenderText rx.Text = CurRow("雇佣日期") rx.x = 109 rx.y = 43 doc.body.Children.Add(rx)
End if