|
Posted by nenegoro on 05/22/07 12:23
On 22 май, 14:29, Anibal Caixinha <anibalcaixi...@gmail.com> wrote:
> Hello,
> I'm trying to create a task manager , for accounting firm, they have a
> series of regular tasks they need to be able to control , research old
> records,etc... The problem is that all of these tasks have a common
> set of fields ,the problem is that some of them have some specific
> fiels (most of them just text fields). Has anyone developed a similar
> system and/or can give some hints on how I can alow the user to
> generate these fields on the fly ?
I suppose you should use JavaScript. If the problem is in DB I usually
use such structure table FILEDS(id, field_name, filed_value)
[Back to original message]
|