Re: fd:multivaluefield -> direct the content of the two fields!!!

2006-09-21 Thread jantje
OK, I can pass f.i. a String from a Java class to flowscript.. But I can not pass a String[] (thun an array).. My class is as follows: public class EmpActivities { public EmpActivities() { } public String[] activities() { String[] result = new String[2]; result[0]="C"; re

Re: fd:multivaluefield -> direct the content of the two fields!!!

2006-09-21 Thread jantje
Thanks!!! :-) Jason Johnston-3 wrote: > > jantje wrote: >> Query the database from my flowscript? I have an object oriented database >> (db4o.com).. is it also possible to query this database in flowscript? do >> you know where to find information about this.. and how can I f.i. do >> th

Re: fd:multivaluefield -> direct the content of the two fields!!!

2006-09-20 Thread Jason Johnston
jantje wrote: Query the database from my flowscript? I have an object oriented database (db4o.com).. is it also possible to query this database in flowscript? do you know where to find information about this.. and how can I f.i. do this in flowscript: "import com.db4o.*" Can someone tell me how

Re: fd:multivaluefield -> direct the content of the two fields!!!

2006-09-20 Thread jantje
Query the database from my flowscript? I have an object oriented database (db4o.com).. is it also possible to query this database in flowscript? do you know where to find information about this.. and how can I f.i. do this in flowscript: "import com.db4o.*" Can someone tell me how to do this in f

Re: fd:multivaluefield -> direct the content of the two fields!!!

2006-09-16 Thread Jason Johnston
jantje wrote: What do you mean by "generate"? I presume you mean get the array data from some external source? The answer to your question will depend on what that external source is. Yes, I want to get it (the content of the array) out of a database.. f.i. with XSP.. Is it possible to do

Re: fd:multivaluefield -> direct the content of the two fields!!!

2006-09-15 Thread jantje
>>>What do you mean by "generate"? I presume you mean get the array data from some external source? >>>The answer to your question will depend on what that external source is. Yes, I want to get it (the content of the array) out of a database.. f.i. with XSP.. Is it possible to do this? is i

Re: fd:multivaluefield -> direct the content of the two fields!!!

2006-09-15 Thread Jason Johnston
jantje wrote: Hi there, In my flowscript, i have: var listOfProjectsForm = new Form("listOfProjects"); var listOfProjectsModel = listOfProjectsForm.getModel(); listOfProjectsModel.projects = ["ProjA", "ProjB"]; listOfProjectsForm.showForm("listOfProjects"); In my form definition i have:

fd:multivaluefield -> direct the content of the two fields!!!

2006-09-15 Thread jantje
Hi there, In my flowscript, i have: var listOfProjectsForm = new Form("listOfProjects"); var listOfProjectsModel = listOfProjectsForm.getModel(); listOfProjectsModel.projects = ["ProjA", "ProjB"]; listOfProjectsForm.showForm("listOfProjects"); In my form definition i have: