庶務エンジニアのメモ: JasperReportsで四則演算2010年3月26日金曜日 JasperReportsで四則演算 ACCESSのレポートで列AとBを足したい場合は非連結のテキストボックスを設けて Private Sub 詳細_Format(Cancel As Integer, FormatCount As Integer) テキストボックス = A + B End Sub とすればA+Bの計算結果をテキストボックスに表示する事が出来まし...
庶務エンジニアのメモ: JasperReportsで四則演算2010年3月26日金曜日 JasperReportsで四則演算 ACCESSのレポートで列AとBを足したい場合は非連結のテキストボックスを設けて Private Sub 詳細_Format(Cancel As Integer, FormatCount As Integer) テキストボックス = A + B End Sub とすればA+Bの計算結果をテキストボックスに表示する事が出来まし...