Page 1 of 1

CSV/Database capabilities

Posted: Tue Sep 29, 2015 6:41 am
by The_docman
Hi All

Does Flare have any capabilities that would allow relational database values to be entered via variables?
Could I populate multiple fields based on one field choice? (For instance, choose a person's name and have the email populate automatically?)

Thanks

Re: CSV/Database capabilities

Posted: Tue Sep 29, 2015 9:46 am
by RamonS
Not natively from within Flare, but there are plenty of client/server side scripting options. My suggestion is to look into adding PHP code, but .net works as well. It sounds like a simple task, but it is not that trivial.
As far as CSV is concerned, you could use JavaScript to process that file as needed.

Re: CSV/Database capabilities

Posted: Tue Sep 29, 2015 4:08 pm
by The_docman
thanks
I will check it out.