Hi Ilango,
I have solved the problem with combo. Thanks for your help. I can to solve me problem with data formatting using this code: (I am needed use date format for brasilian format). <xhtml:div id="xforms_cntrl_Data"> <xforms:output ref="instance('taskoutput')/fe:Data" xxforms:format="format-date(xs:date(.), '[D]/[M]/[Y]', 'en', (), ())"> <xforms:label>Date: </xforms:label> </xforms:output> </xhtml:div> Thanks, Djalma Saraiva [hidden email] Tel +55 51 2117 1872 | +55 11 3717 5271 www.projeler.com.br ----- Original Message ----- From: "ilango" <[hidden email]> To: "Djalma Saraiva - PROJELER" <[hidden email]> Sent: Tuesday, April 29, 2008 2:50 PM Subject: Re: Dynamic Combo > Hi Djalma > I am sorry about getting back to you so late. Did you manage to solve the > dynamic Combo problem? > > I have the dynamic code with me. > > And by the way, do you have the code for the Date Formatting. Can you send > it to me again, please > > thanks > ilango > > > > > --- On Thu, 1/17/08, Djalma Saraiva - PROJELER > <[hidden email]> wrote: > >> From: Djalma Saraiva - PROJELER <[hidden email]> >> Subject: Dynamic Combo >> To: [hidden email] >> Date: Thursday, January 17, 2008, 4:48 AM >> Hello XGuy , >> >> I am doing a project similar to one that you have worked. I >> have dynamic combos (you did 3). >> But what I want to show is that next to the combo, the item >> that was selected by the user. >> For example, if the first combo select the item HS, and >> then select Troller in the second combo , the word appears >> Troller next to your combo. In his example, it does not >> happen. Is it possible to do? >> >> Once the example is working, I will send email to the >> community, along with their contributions. >> >> My code is attached, perhaps you can help me .. >> >> I also would like send me your code (3 combo dynamic), for >> I am studying. >> >> Thank you for help. >> >> Djalma Saraiva >> [hidden email] >> Tel +55 51 2117 1872 | +55 11 3717 5271 >> >> www.projeler.com.br > > > > ____________________________________________________________________________________ > Be a better friend, newshound, and > know-it-all with Yahoo! Mobile. Try it now. > http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ > -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Hi Djalma
I have solved the problem of formatting the date on the input to some extent. It is the input format that I wished to change. But it still reads: yyyy-mm-dd. I want it to read mm-dd-yyyy. Do you have any clues regarding that? ilango
|
Hi Ilango,
It's possible that you can do this with this code. Please, test and reply me . In this example is shown: 05-06-2008. <xforms:output ref="instance('taskoutput')/fe:Data" xxforms:format="format-date(xs:date(.), '[M]-[D]-[Y]', 'en', (), ())"> <xforms:label>Data </xforms:label> </xforms:output> Thanks, Djalma Saraiva [hidden email] Tel +55 51 2117 1872 | +55 11 3717 5271 www.projeler.com.br ----- Original Message ----- From: "ilango_g" <[hidden email]> To: <[hidden email]> Sent: Tuesday, May 06, 2008 10:24 AM Subject: [ops-users] Re: Dynamic Combo / Date Formatting > > Hi Djalma > I have solved the problem of formatting the date on the input to some > extent. It is the input format that I wished to change. But it still > reads: > yyyy-mm-dd. > I want it to read mm-dd-yyyy. > Do you have any clues regarding that? > > ilango > > djalma.saraiva wrote: >> >> Hi Ilango, >> >> I have solved the problem with combo. Thanks for your help. >> >> I can to solve me problem with data formatting using this code: (I am >> needed >> use date format for brasilian format). >> >> <xhtml:div id="xforms_cntrl_Data"> >> >> <xforms:output ref="instance('taskoutput')/fe:Data" >> xxforms:format="format-date(xs:date(.), '[D]/[M]/[Y]', 'en', (), ())"> >> >> <xforms:label>Date: </xforms:label> >> >> </xforms:output> >> >> </xhtml:div> >> >> Thanks, >> >> Djalma Saraiva >> [hidden email] >> Tel +55 51 2117 1872 | +55 11 3717 5271 >> www.projeler.com.br >> >> ----- Original Message ----- >> From: "ilango" <[hidden email]> >> To: "Djalma Saraiva - PROJELER" <[hidden email]> >> Sent: Tuesday, April 29, 2008 2:50 PM >> Subject: Re: Dynamic Combo >> >> >>> Hi Djalma >>> I am sorry about getting back to you so late. Did you manage to solve >>> the >>> dynamic Combo problem? >>> >>> I have the dynamic code with me. >>> >>> And by the way, do you have the code for the Date Formatting. Can you >>> send >>> it to me again, please >>> >>> thanks >>> ilango >>> >>> >>> >>> >>> --- On Thu, 1/17/08, Djalma Saraiva - PROJELER >>> <[hidden email]> wrote: >>> >>>> From: Djalma Saraiva - PROJELER <[hidden email]> >>>> Subject: Dynamic Combo >>>> To: [hidden email] >>>> Date: Thursday, January 17, 2008, 4:48 AM >>>> Hello XGuy , >>>> >>>> I am doing a project similar to one that you have worked. I >>>> have dynamic combos (you did 3). >>>> But what I want to show is that next to the combo, the item >>>> that was selected by the user. >>>> For example, if the first combo select the item HS, and >>>> then select Troller in the second combo , the word appears >>>> Troller next to your combo. In his example, it does not >>>> happen. Is it possible to do? >>>> >>>> Once the example is working, I will send email to the >>>> community, along with their contributions. >>>> >>>> My code is attached, perhaps you can help me .. >>>> >>>> I also would like send me your code (3 combo dynamic), for >>>> I am studying. >>>> >>>> Thank you for help. >>>> >>>> Djalma Saraiva >>>> [hidden email] >>>> Tel +55 51 2117 1872 | +55 11 3717 5271 >>>> >>>> www.projeler.com.br >>> >>> >>> >>> ____________________________________________________________________________________ >>> Be a better friend, newshound, and >>> know-it-all with Yahoo! Mobile. Try it now. >>> http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ >>> >> >> >> >> -- >> You receive this message as a subscriber of the [hidden email] mailing >> list. >> To unsubscribe: mailto:[hidden email] >> For general help: mailto:[hidden email]?subject=help >> OW2 mailing lists service home page: http://www.ow2.org/wws >> >> > > -- > View this message in context: > http://www.nabble.com/Re%3A-Dynamic-Combo---Date-Formatting-tp17081640p17082495.html > Sent from the ObjectWeb OPS - Users mailing list archive at Nabble.com. > > -------------------------------------------------------------------------------- > > -- > You receive this message as a subscriber of the [hidden email] mailing > list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |