Re: [RT] Woody and round trip of parameters.

2003-07-30 Thread Antonio Gallardo
es. :) Antonio Gallardo. > > A very interesting discussion. > > --Michael > > > > > "Antonio Gallardo" <[EMAIL PROTECTED]> > 07/30/03 02:02 AM > Please respond to > [EMAIL PROTECTED] > > > To > <[EMAIL PROTECTED]> > cc > >

Re: [RT] Woody and round trip of parameters.

2003-07-30 Thread Antonio Gallardo
Marc Portier dijo: > > > Antonio Gallardo wrote: >> Marc Portier dijo: >> >>>I can't see a need for a field that should be 'calculated >>>automatically' AND be editable at the same time. >>>(I tried though) >> >> It sometimes happens, for example here in my country, in a restaurant >> invoice is a

Re: [RT] Woody and round trip of parameters.

2003-07-30 Thread mratliff
of the forms we process. A very interesting discussion. --Michael "Antonio Gallardo" <[EMAIL PROTECTED]> 07/30/03 02:02 AM Please respond to [EMAIL PROTECTED] To <[EMAIL PROTECTED]> cc Subject Re: [RT] Woody and round trip of parameters. Marc Porti

RE: [RT] Woody and round trip of parameters.

2003-07-30 Thread Hunsberger, Peter
Marc Portier <[EMAIL PROTECTED]> writes: > > Hunsberger, Peter wrote: > > Marc Portier <[EMAIL PROTECTED]> asks: > > > >>I can't see a need for a field that should be 'calculated > >>automatically' AND be editable at the same time. > >>(I tried though) > >> > >>>Thoughts ? > > > > We have a cou

Re: [RT] Woody and round trip of parameters.

2003-07-30 Thread Marc Portier
Hunsberger, Peter wrote: Marc Portier <[EMAIL PROTECTED]> asks: I can't see a need for a field that should be 'calculated automatically' AND be editable at the same time. (I tried though) Thoughts ? We have a couple of weak use cases for this: 1) Normally a medical protocol phase might ta

RE: [RT] Woody and round trip of parameters.

2003-07-30 Thread Hunsberger, Peter
Marc Portier <[EMAIL PROTECTED]> asks: > I can't see a need for a field that should be 'calculated > automatically' AND be editable at the same time. > (I tried though) > > > Thoughts ? > We have a couple of weak use cases for this: 1) Normally a medical protocol phase might take 14 days, ho

Re: [RT] Woody and round trip of parameters.

2003-07-30 Thread Marc Portier
Antonio Gallardo wrote: Marc Portier dijo: I can't see a need for a field that should be 'calculated automatically' AND be editable at the same time. (I tried though) It sometimes happens, for example here in my country, in a restaurant invoice is a non written rule to pay 10% of the subtotal to

Re: [RT] Woody and round trip of parameters.

2003-07-30 Thread Antonio Gallardo
Marc Portier dijo: > I can't see a need for a field that should be 'calculated > automatically' AND be editable at the same time. > (I tried though) It sometimes happens, for example here in my country, in a restaurant invoice is a non written rule to pay 10% of the subtotal to people that serviced

Re: [RT] Woody and round trip of parameters.

2003-07-30 Thread Marc Portier
Sylvain Wallez wrote: Antonio Gallardo wrote: Marc Portier dijo: some attempt/proposal: definition-model declares field: case A: nothing special -> defaults to read-write case B: as being read-only case C: specific as read-write binding declared on field case 1: nothing special -> defaults

Re: [RT] Woody and round trip of parameters.

2003-07-30 Thread Sylvain Wallez
Antonio Gallardo wrote: Marc Portier dijo: some attempt/proposal: definition-model declares field: case A: nothing special -> defaults to read-write case B: as being read-only case C: specific as read-write binding declared on field case 1: nothing special -> defaults to inherited from the fi

Re: [RT] Woody and round trip of parameters.

2003-07-30 Thread Marc Portier
Antonio Gallardo wrote: Marc Portier dijo: some attempt/proposal: definition-model declares field: case A: nothing special -> defaults to read-write case B: as being read-only case C: specific as read-write binding declared on field case 1: nothing special -> defaults to inherited from the fie

Re: [RT] Woody and round trip of parameters.

2003-07-29 Thread Antonio Gallardo
Marc Portier dijo: > some attempt/proposal: > definition-model declares field: > case A: nothing special -> defaults to read-write > case B: as being read-only > case C: specific as read-write > > binding declared on field > case 1: nothing special -> defaults to inherited from the field > defini

Re: [RT] Woody and round trip of parameters.

2003-07-29 Thread Antonio Gallardo
Sylvain Wallez dijo: > I guess Antonio is talking about computed fields. For example, the > "subtotal" above is the sum of all "amount" fields. Amounts are > read-only, and subtotal is a fake field that has no binding to the > application data model. Yep. This is the idea. Also note this type of f

Re: [RT] Woody and round trip of parameters.

2003-07-29 Thread Antonio Gallardo
Bruno Dumon dijo: > On Tue, 2003-07-29 at 15:07, Antonio Gallardo wrote: >> Hi: >> >> I had a concern about how to manage parameters that are flying between >> the server and the client. >> >> It will worth if we have an attribute in the form that define when we >> are waiting or not for a paramete

Re: [RT] Woody and round trip of parameters.

2003-07-29 Thread Marc Portier
Sylvain Wallez wrote: Bruno Dumon wrote: I guess Antonio is talking about computed fields. For example, the "subtotal" above is the sum of all "amount" fields. Amounts are read-only, and subtotal is a fake field that has no binding to the application data model. I'm wondering if "read-only

Re: [RT] Woody and round trip of parameters.

2003-07-29 Thread Sylvain Wallez
Bruno Dumon wrote: On Tue, 2003-07-29 at 15:07, Antonio Gallardo wrote: Hi: I had a concern about how to manage parameters that are flying between the server and the client. It will worth if we have an attribute in the form that define when we are waiting or not for a parameter back from the u

Re: [RT] Woody and round trip of parameters.

2003-07-29 Thread Bruno Dumon
On Tue, 2003-07-29 at 15:07, Antonio Gallardo wrote: > Hi: > > I had a concern about how to manage parameters that are flying between the > server and the client. > > It will worth if we have an attribute in the form that define when we are > waiting or not for a parameter back from the user? do

[RT] Woody and round trip of parameters.

2003-07-29 Thread Antonio Gallardo
Hi: I had a concern about how to manage parameters that are flying between the server and the client. It will worth if we have an attribute in the form that define when we are waiting or not for a parameter back from the user? I know woody has some formulas, I was not full review woody. :) I wa