Re: CalendarWidget100

2009-09-15 Thread Charles Szasz
Hi Josep, You can download calendarWidget100 at the following link: http://www.altuit.com/webs/altuit2/RunRev/Downloads.htm It is listed as AltAnswerDate, which is a wrapper made by Chipp for CalendarWidget100. Josep wrote: > > Hi, > > Where I can find "calendarWidge

Re: CalendarWidget100

2009-09-15 Thread Josep
Hi, Where I can find "calendarWidget100"? Salut, Josep -- View this message in context: http://www.nabble.com/CalendarWidget100-tp25428570p25455099.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revoluti

CalendarWidget100

2009-09-13 Thread Charles Szasz
I have trying for the past few days to call CalendarWidget100 when an user enters a field (field "date") so the user can click on a date and insert it into the field. Presently I have a button with the following script to call CalendarWidget100: on mouseUp put "" into

Re: Changing date format in CalendarWidget100

2009-09-11 Thread BNig
, changing the clock, doing some > reports, then switching back. > Jim Ault > Las Vegas > -- View this message in context: http://www.nabble.com/Changing-date-format-in-CalendarWidget100-tp25385854p25406267.html Sent from the Revolution - User ma

Re: Changing date format in CalendarWidget100

2009-09-11 Thread Jim Ault
On Sep 10, 2009, at 6:43 PM, Sarah Reichelt wrote: On Fri, Sep 11, 2009 at 3:26 AM, Devin Asay wrote: On Sep 10, 2009, at 11:24 AM, Devin Asay wrote: put tDate & 0,0,0,0 into tDate -- Oops! This should be put tDate,0,0,0,0 into tDate While I like Devin's method, I have changed to using

Re: Changing date format in CalendarWidget100

2009-09-10 Thread Sarah Reichelt
On Fri, Sep 11, 2009 at 3:26 AM, Devin Asay wrote: > > On Sep 10, 2009, at 11:24 AM, Devin Asay wrote: > >>  put tDate & 0,0,0,0 into tDate -- > > Oops! This should be > >  put tDate,0,0,0,0 into tDate While I like Devin's method, I have changed to using: put tDate,12,0,0,0 into tDate By wor

Changing date format in CalendarWidget100

2009-09-10 Thread Charles Szasz
Mark, Your suggestion worked beautiful! And thanks Devin for your suggestion! -- View this message in context: http://www.nabble.com/Changing-date-format-in-CalendarWidget100-tp25393101p25393101.html Sent from the Revolution - User mailing list archive at Nabble.com

Re: Changing date format in CalendarWidget100

2009-09-10 Thread Devin Asay
On Sep 10, 2009, at 11:24 AM, Devin Asay wrote: put tDate & 0,0,0,0 into tDate -- Oops! This should be put tDate,0,0,0,0 into tDate Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-revolution maili

Re: Changing date format in CalendarWidget100

2009-09-10 Thread Devin Asay
Charles, On Sep 10, 2009, at 10:09 AM, Charles Szasz wrote: I thought this would be easy but it is not! I want to change the format of the date inserted in a field of an application by CalendarWidget100 to a different format. For example, change 2009,9,10 to Sept 10, 2009. I was able to

Re: Changing date format in CalendarWidget100

2009-09-10 Thread Mark Smith
nt to change the format of the date inserted in a field of an application by CalendarWidget100 to a different format. For example, change 2009,9,10 to Sept 10, 2009. I was able to change the sequence of the date format from 2009,9,10 to 9,10,2009 but changing the month from 9 to name of the m

Changing date format in CalendarWidget100

2009-09-10 Thread Charles Szasz
I thought this would be easy but it is not! I want to change the format of the date inserted in a field of an application by CalendarWidget100 to a different format. For example, change 2009,9,10 to Sept 10, 2009. I was able to change the sequence of the date format from 2009,9,10 to 9,10,2009