Design a Form and Report
993754Feb 27 2013 — edited Feb 27 2013Hi All
I am new in Java, I want let the user design the data input form and save in external file like XML or TXT file or internal in database after that he can retrieve by name and enter data by using this form also I want let the user to design the report at the same manner.
Note : the program must create a table according to the form design by user to enter data in it
Actually, there is option in C# .NET to do that using :-
using System;
using System.ComponentModel;
using System.ComponentModel.Design;
using System.ComponentModel.Design.Serialization;
using System.Diagnostics;
using System.Collections;
using System.Windows.Forms;
using System.Reflection;
Thanks
finestraco