Administrator
|
Looks like extending a form which uses auto-fields-service does not work properly. Has someone some experience witht that?
Thanks Jacques |
Administrator
|
Sorry, it's not related to auto-fields-service. I was able to extend another form which uses auto-fields-service
I will dig in when I will get time... Forget it Jacques From: "Jacques Le Roux" <[hidden email]> > Looks like extending a form which uses auto-fields-service does not work properly. Has someone some experience witht that? > > Thanks > > Jacques > > |
Yes , when we use auto-fields-service in a form then, this does not allow us
to arrange the fields as we want , means position tag inside the field becomes useless . Ravi On Tue, Jun 22, 2010 at 9:58 PM, Jacques Le Roux < [hidden email]> wrote: > Sorry, it's not related to auto-fields-service. I was able to extend > another form which uses auto-fields-service > I will dig in when I will get time... > > Forget it > > Jacques > > From: "Jacques Le Roux" <[hidden email]> > > Looks like extending a form which uses auto-fields-service does not work >> properly. Has someone some experience witht that? >> >> Thanks >> >> Jacques >> >> >> > |
Administrator
|
Did you try also sort-order?
Jacques From: "Ravindra Mandre" <[hidden email]> > Yes , when we use auto-fields-service in a form then, this does not allow us > to arrange the fields as we want , means position tag inside the field > becomes useless . > > Ravi > > > On Tue, Jun 22, 2010 at 9:58 PM, Jacques Le Roux < > [hidden email]> wrote: > >> Sorry, it's not related to auto-fields-service. I was able to extend >> another form which uses auto-fields-service >> I will dig in when I will get time... >> >> Forget it >> >> Jacques >> >> From: "Jacques Le Roux" <[hidden email]> >> >> Looks like extending a form which uses auto-fields-service does not work >>> properly. Has someone some experience witht that? >>> >>> Thanks >>> >>> Jacques >>> >>> >>> >> > |
Yes , I also tried the sort-order but this does not fulfill the requirement
, as suppose I want to arrange two fields in a horizontal way , then this does not work . for example : A) firstName lastName but sort-order does like this B) firstName lastName , if there is any other way for doing case A please let me know . Ravi On Thu, Jun 24, 2010 at 5:47 PM, Jacques Le Roux < [hidden email]> wrote: > Did you try also sort-order? > > Jacques > > From: "Ravindra Mandre" <[hidden email]> > > Yes , when we use auto-fields-service in a form then, this does not allow >> us >> to arrange the fields as we want , means position tag inside the field >> becomes useless . >> >> Ravi >> >> >> On Tue, Jun 22, 2010 at 9:58 PM, Jacques Le Roux < >> [hidden email]> wrote: >> >> Sorry, it's not related to auto-fields-service. I was able to extend >>> another form which uses auto-fields-service >>> I will dig in when I will get time... >>> >>> Forget it >>> >>> Jacques >>> >>> From: "Jacques Le Roux" <[hidden email]> >>> >>> Looks like extending a form which uses auto-fields-service does not work >>> >>>> properly. Has someone some experience witht that? >>>> >>>> Thanks >>>> >>>> Jacques >>>> >>>> >>>> >>>> >>> >> > |
Administrator
|
Yes I understand, I was just asking in case mixing both would work...
That's another problem I did not cross yet, no ideas. I guess you will have to get into Java code... Jacques From: "Ravindra Mandre" <[hidden email]> > Yes , I also tried the sort-order but this does not fulfill the requirement > , as suppose I want to arrange two fields in a horizontal way , then this > does not work . for example : > A) > firstName lastName > > > > but sort-order does like this > B) > firstName > lastName > > , if there is any other way for doing case A please let me know . > > Ravi > > On Thu, Jun 24, 2010 at 5:47 PM, Jacques Le Roux < > [hidden email]> wrote: > >> Did you try also sort-order? >> >> Jacques >> >> From: "Ravindra Mandre" <[hidden email]> >> >> Yes , when we use auto-fields-service in a form then, this does not allow >>> us >>> to arrange the fields as we want , means position tag inside the field >>> becomes useless . >>> >>> Ravi >>> >>> >>> On Tue, Jun 22, 2010 at 9:58 PM, Jacques Le Roux < >>> [hidden email]> wrote: >>> >>> Sorry, it's not related to auto-fields-service. I was able to extend >>>> another form which uses auto-fields-service >>>> I will dig in when I will get time... >>>> >>>> Forget it >>>> >>>> Jacques >>>> >>>> From: "Jacques Le Roux" <[hidden email]> >>>> >>>> Looks like extending a form which uses auto-fields-service does not work >>>> >>>>> properly. Has someone some experience witht that? >>>>> >>>>> Thanks >>>>> >>>>> Jacques >>>>> >>>>> >>>>> >>>>> >>>> >>> >> > |
In reply to this post by Ravindra Mandre-2
To position some of the fields in a separate column you would need to
explicitly define those fields and with a position attribute on it. Regards Vikas On Jun 24, 2010, at 7:16 PM, Ravindra Mandre wrote: > Yes , I also tried the sort-order but this does not fulfill the > requirement > , as suppose I want to arrange two fields in a horizontal way , then > this > does not work . for example : > A) > firstName > lastName > > > > but sort-order does like this > B) > firstName > lastName > > , if there is any other way for doing case A please let me know . > > Ravi > > On Thu, Jun 24, 2010 at 5:47 PM, Jacques Le Roux < > [hidden email]> wrote: > >> Did you try also sort-order? >> >> Jacques >> >> From: "Ravindra Mandre" <[hidden email]> >> >> Yes , when we use auto-fields-service in a form then, this does not >> allow >>> us >>> to arrange the fields as we want , means position tag inside the >>> field >>> becomes useless . >>> >>> Ravi >>> >>> >>> On Tue, Jun 22, 2010 at 9:58 PM, Jacques Le Roux < >>> [hidden email]> wrote: >>> >>> Sorry, it's not related to auto-fields-service. I was able to extend >>>> another form which uses auto-fields-service >>>> I will dig in when I will get time... >>>> >>>> Forget it >>>> >>>> Jacques >>>> >>>> From: "Jacques Le Roux" <[hidden email]> >>>> >>>> Looks like extending a form which uses auto-fields-service does >>>> not work >>>> >>>>> properly. Has someone some experience witht that? >>>>> >>>>> Thanks >>>>> >>>>> Jacques >>>>> >>>>> >>>>> >>>>> >>>> >>> >> |
Yes , you are right but the problem is not of position, the problem is that
, when I use the <auto-field-service/> tag then fields are arranged in the way in which they are declared in entity , and if I want to give them position then fields are not arranged in the required position , (you can take the example of updatePerson service ). Regards Ravi On Sat, Jun 26, 2010 at 1:50 PM, Vikas Mayur <[hidden email]>wrote: > To position some of the fields in a separate column you would need to > explicitly define those fields and with a position attribute on it. > > Regards > Vikas > > > On Jun 24, 2010, at 7:16 PM, Ravindra Mandre wrote: > > Yes , I also tried the sort-order but this does not fulfill the >> requirement >> , as suppose I want to arrange two fields in a horizontal way , then this >> does not work . for example : >> A) >> firstName lastName >> >> >> >> but sort-order does like this >> B) >> firstName >> lastName >> >> , if there is any other way for doing case A please let me know . >> >> Ravi >> >> On Thu, Jun 24, 2010 at 5:47 PM, Jacques Le Roux < >> [hidden email]> wrote: >> >> Did you try also sort-order? >>> >>> Jacques >>> >>> From: "Ravindra Mandre" <[hidden email]> >>> >>> Yes , when we use auto-fields-service in a form then, this does not allow >>> >>>> us >>>> to arrange the fields as we want , means position tag inside the field >>>> becomes useless . >>>> >>>> Ravi >>>> >>>> >>>> On Tue, Jun 22, 2010 at 9:58 PM, Jacques Le Roux < >>>> [hidden email]> wrote: >>>> >>>> Sorry, it's not related to auto-fields-service. I was able to extend >>>> >>>>> another form which uses auto-fields-service >>>>> I will dig in when I will get time... >>>>> >>>>> Forget it >>>>> >>>>> Jacques >>>>> >>>>> From: "Jacques Le Roux" <[hidden email]> >>>>> >>>>> Looks like extending a form which uses auto-fields-service does not >>>>> work >>>>> >>>>> properly. Has someone some experience witht that? >>>>>> >>>>>> Thanks >>>>>> >>>>>> Jacques >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>> >>> > |
Administrator
|
Before I open a Jira for that, please raise a hand if you know this problem is somehow solved
Thanks Jacques Le 27/06/2010 à 11:00, Ravindra Mandre a écrit : > Yes , you are right but the problem is not of position, the problem is that > , when I use the <auto-field-service/> tag then fields are arranged in the > way in which they are declared in entity , and if I want to give them > position then fields are not arranged in the required position , (you can > take the example of updatePerson service ). > > > Regards > Ravi > > On Sat, Jun 26, 2010 at 1:50 PM, Vikas Mayur <[hidden email]>wrote: > >> To position some of the fields in a separate column you would need to >> explicitly define those fields and with a position attribute on it. >> >> Regards >> Vikas >> >> >> On Jun 24, 2010, at 7:16 PM, Ravindra Mandre wrote: >> >> Yes , I also tried the sort-order but this does not fulfill the >>> requirement >>> , as suppose I want to arrange two fields in a horizontal way , then this >>> does not work . for example : >>> A) >>> firstName lastName >>> >>> >>> >>> but sort-order does like this >>> B) >>> firstName >>> lastName >>> >>> , if there is any other way for doing case A please let me know . >>> >>> Ravi >>> >>> On Thu, Jun 24, 2010 at 5:47 PM, Jacques Le Roux < >>> [hidden email]> wrote: >>> >>> Did you try also sort-order? >>>> Jacques >>>> >>>> From: "Ravindra Mandre" <[hidden email]> >>>> >>>> Yes , when we use auto-fields-service in a form then, this does not allow >>>> >>>>> us >>>>> to arrange the fields as we want , means position tag inside the field >>>>> becomes useless . >>>>> >>>>> Ravi >>>>> >>>>> >>>>> On Tue, Jun 22, 2010 at 9:58 PM, Jacques Le Roux < >>>>> [hidden email]> wrote: >>>>> >>>>> Sorry, it's not related to auto-fields-service. I was able to extend >>>>> >>>>>> another form which uses auto-fields-service >>>>>> I will dig in when I will get time... >>>>>> >>>>>> Forget it >>>>>> >>>>>> Jacques >>>>>> >>>>>> From: "Jacques Le Roux" <[hidden email]> >>>>>> >>>>>> Looks like extending a form which uses auto-fields-service does not >>>>>> work >>>>>> >>>>>> properly. Has someone some experience witht that? >>>>>>> Thanks >>>>>>> >>>>>>> Jacques >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> |
As far as I remember this is not fixed till now.
Rishi Solanki Sr Manager, Enterprise Software Development HotWax Systems Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxsystems.com www.hotwax.co On Mon, Sep 4, 2017 at 4:34 PM, Jacques Le Roux < [hidden email]> wrote: > Before I open a Jira for that, please raise a hand if you know this > problem is somehow solved > > Thanks > > Jacques > > > Le 27/06/2010 à 11:00, Ravindra Mandre a écrit : > >> Yes , you are right but the problem is not of position, the problem is >> that >> , when I use the <auto-field-service/> tag then fields are arranged in the >> way in which they are declared in entity , and if I want to give them >> position then fields are not arranged in the required position , (you can >> take the example of updatePerson service ). >> >> >> Regards >> Ravi >> >> On Sat, Jun 26, 2010 at 1:50 PM, Vikas Mayur <[hidden email] >> >wrote: >> >> To position some of the fields in a separate column you would need to >>> explicitly define those fields and with a position attribute on it. >>> >>> Regards >>> Vikas >>> >>> >>> On Jun 24, 2010, at 7:16 PM, Ravindra Mandre wrote: >>> >>> Yes , I also tried the sort-order but this does not fulfill the >>> >>>> requirement >>>> , as suppose I want to arrange two fields in a horizontal way , then >>>> this >>>> does not work . for example : >>>> A) >>>> firstName lastName >>>> >>>> >>>> >>>> but sort-order does like this >>>> B) >>>> firstName >>>> lastName >>>> >>>> , if there is any other way for doing case A please let me know . >>>> >>>> Ravi >>>> >>>> On Thu, Jun 24, 2010 at 5:47 PM, Jacques Le Roux < >>>> [hidden email]> wrote: >>>> >>>> Did you try also sort-order? >>>> >>>>> Jacques >>>>> >>>>> From: "Ravindra Mandre" <[hidden email]> >>>>> >>>>> Yes , when we use auto-fields-service in a form then, this does not >>>>> allow >>>>> >>>>> us >>>>>> to arrange the fields as we want , means position tag inside the field >>>>>> becomes useless . >>>>>> >>>>>> Ravi >>>>>> >>>>>> >>>>>> On Tue, Jun 22, 2010 at 9:58 PM, Jacques Le Roux < >>>>>> [hidden email]> wrote: >>>>>> >>>>>> Sorry, it's not related to auto-fields-service. I was able to extend >>>>>> >>>>>> another form which uses auto-fields-service >>>>>>> I will dig in when I will get time... >>>>>>> >>>>>>> Forget it >>>>>>> >>>>>>> Jacques >>>>>>> >>>>>>> From: "Jacques Le Roux" <[hidden email]> >>>>>>> >>>>>>> Looks like extending a form which uses auto-fields-service does not >>>>>>> work >>>>>>> >>>>>>> properly. Has someone some experience witht that? >>>>>>> >>>>>>>> Thanks >>>>>>>> >>>>>>>> Jacques >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> > |
Administrator
|
Thanks Rishi,
I'll create a Jira soon... Jacques Le 05/09/2017 à 16:23, Rishi Solanki a écrit : > As far as I remember this is not fixed till now. > > Rishi Solanki > Sr Manager, Enterprise Software Development > HotWax Systems Pvt. Ltd. > Direct: +91-9893287847 > http://www.hotwaxsystems.com > www.hotwax.co > > On Mon, Sep 4, 2017 at 4:34 PM, Jacques Le Roux < > [hidden email]> wrote: > >> Before I open a Jira for that, please raise a hand if you know this >> problem is somehow solved >> >> Thanks >> >> Jacques >> >> >> Le 27/06/2010 à 11:00, Ravindra Mandre a écrit : >> >>> Yes , you are right but the problem is not of position, the problem is >>> that >>> , when I use the <auto-field-service/> tag then fields are arranged in the >>> way in which they are declared in entity , and if I want to give them >>> position then fields are not arranged in the required position , (you can >>> take the example of updatePerson service ). >>> >>> >>> Regards >>> Ravi >>> >>> On Sat, Jun 26, 2010 at 1:50 PM, Vikas Mayur <[hidden email] >>>> wrote: >>> To position some of the fields in a separate column you would need to >>>> explicitly define those fields and with a position attribute on it. >>>> >>>> Regards >>>> Vikas >>>> >>>> >>>> On Jun 24, 2010, at 7:16 PM, Ravindra Mandre wrote: >>>> >>>> Yes , I also tried the sort-order but this does not fulfill the >>>> >>>>> requirement >>>>> , as suppose I want to arrange two fields in a horizontal way , then >>>>> this >>>>> does not work . for example : >>>>> A) >>>>> firstName lastName >>>>> >>>>> >>>>> >>>>> but sort-order does like this >>>>> B) >>>>> firstName >>>>> lastName >>>>> >>>>> , if there is any other way for doing case A please let me know . >>>>> >>>>> Ravi >>>>> >>>>> On Thu, Jun 24, 2010 at 5:47 PM, Jacques Le Roux < >>>>> [hidden email]> wrote: >>>>> >>>>> Did you try also sort-order? >>>>> >>>>>> Jacques >>>>>> >>>>>> From: "Ravindra Mandre" <[hidden email]> >>>>>> >>>>>> Yes , when we use auto-fields-service in a form then, this does not >>>>>> allow >>>>>> >>>>>> us >>>>>>> to arrange the fields as we want , means position tag inside the field >>>>>>> becomes useless . >>>>>>> >>>>>>> Ravi >>>>>>> >>>>>>> >>>>>>> On Tue, Jun 22, 2010 at 9:58 PM, Jacques Le Roux < >>>>>>> [hidden email]> wrote: >>>>>>> >>>>>>> Sorry, it's not related to auto-fields-service. I was able to extend >>>>>>> >>>>>>> another form which uses auto-fields-service >>>>>>>> I will dig in when I will get time... >>>>>>>> >>>>>>>> Forget it >>>>>>>> >>>>>>>> Jacques >>>>>>>> >>>>>>>> From: "Jacques Le Roux" <[hidden email]> >>>>>>>> >>>>>>>> Looks like extending a form which uses auto-fields-service does not >>>>>>>> work >>>>>>>> >>>>>>>> properly. Has someone some experience witht that? >>>>>>>> >>>>>>>>> Thanks >>>>>>>>> >>>>>>>>> Jacques >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> |
Administrator
|
Hi Rishi, Ravindra,
I just checked and I don't see any issues here. Thanks Jacques Le 05/09/2017 à 17:18, Jacques Le Roux a écrit : > Thanks Rishi, > > I'll create a Jira soon... > > Jacques > > > Le 05/09/2017 à 16:23, Rishi Solanki a écrit : >> As far as I remember this is not fixed till now. >> >> Rishi Solanki >> Sr Manager, Enterprise Software Development >> HotWax Systems Pvt. Ltd. >> Direct: +91-9893287847 >> http://www.hotwaxsystems.com >> www.hotwax.co >> >> On Mon, Sep 4, 2017 at 4:34 PM, Jacques Le Roux < >> [hidden email]> wrote: >> >>> Before I open a Jira for that, please raise a hand if you know this >>> problem is somehow solved >>> >>> Thanks >>> >>> Jacques >>> >>> >>> Le 27/06/2010 à 11:00, Ravindra Mandre a écrit : >>> >>>> Yes , you are right but the problem is not of position, the problem is >>>> that >>>> , when I use the <auto-field-service/> tag then fields are arranged in the >>>> way in which they are declared in entity , and if I want to give them >>>> position then fields are not arranged in the required position , (you can >>>> take the example of updatePerson service ). >>>> >>>> >>>> Regards >>>> Ravi >>>> >>>> On Sat, Jun 26, 2010 at 1:50 PM, Vikas Mayur <[hidden email] >>>>> wrote: >>>> To position some of the fields in a separate column you would need to >>>>> explicitly define those fields and with a position attribute on it. >>>>> >>>>> Regards >>>>> Vikas >>>>> >>>>> >>>>> On Jun 24, 2010, at 7:16 PM, Ravindra Mandre wrote: >>>>> >>>>> Yes , I also tried the sort-order but this does not fulfill the >>>>> >>>>>> requirement >>>>>> , as suppose I want to arrange two fields in a horizontal way , then >>>>>> this >>>>>> does not work . for example : >>>>>> A) >>>>>> firstName lastName >>>>>> >>>>>> >>>>>> >>>>>> but sort-order does like this >>>>>> B) >>>>>> firstName >>>>>> lastName >>>>>> >>>>>> , if there is any other way for doing case A please let me know . >>>>>> >>>>>> Ravi >>>>>> >>>>>> On Thu, Jun 24, 2010 at 5:47 PM, Jacques Le Roux < >>>>>> [hidden email]> wrote: >>>>>> >>>>>> Did you try also sort-order? >>>>>> >>>>>>> Jacques >>>>>>> >>>>>>> From: "Ravindra Mandre" <[hidden email]> >>>>>>> >>>>>>> Yes , when we use auto-fields-service in a form then, this does not >>>>>>> allow >>>>>>> >>>>>>> us >>>>>>>> to arrange the fields as we want , means position tag inside the field >>>>>>>> becomes useless . >>>>>>>> >>>>>>>> Ravi >>>>>>>> >>>>>>>> >>>>>>>> On Tue, Jun 22, 2010 at 9:58 PM, Jacques Le Roux < >>>>>>>> [hidden email]> wrote: >>>>>>>> >>>>>>>> Sorry, it's not related to auto-fields-service. I was able to extend >>>>>>>> >>>>>>>> another form which uses auto-fields-service >>>>>>>>> I will dig in when I will get time... >>>>>>>>> >>>>>>>>> Forget it >>>>>>>>> >>>>>>>>> Jacques >>>>>>>>> >>>>>>>>> From: "Jacques Le Roux" <[hidden email]> >>>>>>>>> >>>>>>>>> Looks like extending a form which uses auto-fields-service does not >>>>>>>>> work >>>>>>>>> >>>>>>>>> properly. Has someone some experience witht that? >>>>>>>>> >>>>>>>>>> Thanks >>>>>>>>>> >>>>>>>>>> Jacques >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> > |
Jacques,
IMO, we can discard this thread for now. I'll check once I'll finish by in-progress work and get back on this if found anything. Thanks! -- Rishi Solanki Sr Manager, Enterprise Software Development HotWax Systems Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxsystems.com www.hotwax.co On Fri, Dec 8, 2017 at 10:01 AM, Jacques Le Roux < [hidden email]> wrote: > Hi Rishi, Ravindra, > > I just checked and I don't see any issues here. > > Thanks > > Jacques > > > > Le 05/09/2017 à 17:18, Jacques Le Roux a écrit : > >> Thanks Rishi, >> >> I'll create a Jira soon... >> >> Jacques >> >> >> Le 05/09/2017 à 16:23, Rishi Solanki a écrit : >> >>> As far as I remember this is not fixed till now. >>> >>> Rishi Solanki >>> Sr Manager, Enterprise Software Development >>> HotWax Systems Pvt. Ltd. >>> Direct: +91-9893287847 >>> http://www.hotwaxsystems.com >>> www.hotwax.co >>> >>> On Mon, Sep 4, 2017 at 4:34 PM, Jacques Le Roux < >>> [hidden email]> wrote: >>> >>> Before I open a Jira for that, please raise a hand if you know this >>>> problem is somehow solved >>>> >>>> Thanks >>>> >>>> Jacques >>>> >>>> >>>> Le 27/06/2010 à 11:00, Ravindra Mandre a écrit : >>>> >>>> Yes , you are right but the problem is not of position, the problem is >>>>> that >>>>> , when I use the <auto-field-service/> tag then fields are arranged in >>>>> the >>>>> way in which they are declared in entity , and if I want to give them >>>>> position then fields are not arranged in the required position , (you >>>>> can >>>>> take the example of updatePerson service ). >>>>> >>>>> >>>>> Regards >>>>> Ravi >>>>> >>>>> On Sat, Jun 26, 2010 at 1:50 PM, Vikas Mayur < >>>>> [hidden email] >>>>> >>>>>> wrote: >>>>>> >>>>> To position some of the fields in a separate column you would need to >>>>> >>>>>> explicitly define those fields and with a position attribute on it. >>>>>> >>>>>> Regards >>>>>> Vikas >>>>>> >>>>>> >>>>>> On Jun 24, 2010, at 7:16 PM, Ravindra Mandre wrote: >>>>>> >>>>>> Yes , I also tried the sort-order but this does not fulfill the >>>>>> >>>>>> requirement >>>>>>> , as suppose I want to arrange two fields in a horizontal way , then >>>>>>> this >>>>>>> does not work . for example : >>>>>>> A) >>>>>>> firstName >>>>>>> lastName >>>>>>> >>>>>>> >>>>>>> >>>>>>> but sort-order does like this >>>>>>> B) >>>>>>> firstName >>>>>>> lastName >>>>>>> >>>>>>> , if there is any other way for doing case A please let me know . >>>>>>> >>>>>>> Ravi >>>>>>> >>>>>>> On Thu, Jun 24, 2010 at 5:47 PM, Jacques Le Roux < >>>>>>> [hidden email]> wrote: >>>>>>> >>>>>>> Did you try also sort-order? >>>>>>> >>>>>>> Jacques >>>>>>>> >>>>>>>> From: "Ravindra Mandre" <[hidden email]> >>>>>>>> >>>>>>>> Yes , when we use auto-fields-service in a form then, this does not >>>>>>>> allow >>>>>>>> >>>>>>>> us >>>>>>>> >>>>>>>>> to arrange the fields as we want , means position tag inside the >>>>>>>>> field >>>>>>>>> becomes useless . >>>>>>>>> >>>>>>>>> Ravi >>>>>>>>> >>>>>>>>> >>>>>>>>> On Tue, Jun 22, 2010 at 9:58 PM, Jacques Le Roux < >>>>>>>>> [hidden email]> wrote: >>>>>>>>> >>>>>>>>> Sorry, it's not related to auto-fields-service. I was able to >>>>>>>>> extend >>>>>>>>> >>>>>>>>> another form which uses auto-fields-service >>>>>>>>> >>>>>>>>>> I will dig in when I will get time... >>>>>>>>>> >>>>>>>>>> Forget it >>>>>>>>>> >>>>>>>>>> Jacques >>>>>>>>>> >>>>>>>>>> From: "Jacques Le Roux" <[hidden email]> >>>>>>>>>> >>>>>>>>>> Looks like extending a form which uses auto-fields-service does >>>>>>>>>> not >>>>>>>>>> work >>>>>>>>>> >>>>>>>>>> properly. Has someone some experience witht that? >>>>>>>>>> >>>>>>>>>> Thanks >>>>>>>>>>> >>>>>>>>>>> Jacques >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >> > |
Free forum by Nabble | Edit this page |