Brad,
In Mike's first release, he invited you to change the data type of the return
variable
from TEXT, which he assumes, to DATE. If you did that the first time around,
then
overwrote your old form with his new one, you might get that result.
The place where you can change the data type is in
Forms Designer
Layout
Custom Form Actions
Handleclick
Edit command
Here's what I changed mine to:
SET VAR vdtmp DATE = +
(RDATE(.vimonth,(INT(.%1)),.viyear))
SET VAR vcmd = +
('set var' & .vretvarname & ' DATE =')
SET VAR vcmd = +
(.vcmd & '''' + CTXT(.vdtmp) + '''')
&vcmd
CLOSEWINDOW
RETURN
Bill
On 18 Jan 2005 at 8:31, Brad Davidson wrote:
> Mike,
>
> On Clicking day of month:
> -ERROR- (TEXT) is a reserved word or contains illegal characters.
> (3065)
>
> Using Bld_79, Pre-Release.
>
> Otherwise, great addition!!
>
> Thanks,
> Brad Davidson
>
> -----Original Message-----
> From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of MikeB
> Sent: Tuesday, January 18, 2005 8:14 AM To: RBASE-L Mailing List
> Subject: [RBASE-L] - Re: RBase Form Based Calendar
>
>
> ----- Original Message -----
> From: "Dan Champion" <[EMAIL PROTECTED]>
> To: "RBASE-L Mailing List" <[email protected]>
> Sent: Tuesday, January 18, 2005 10:58 AM
> Subject: [RBASE-L] - Re: RBase Form Based Calendar
>
>
> > Doesnt seem to work for RB6.5++
>
> No. It is a 7.x Calendar. There is however a 6.x version on my
> website that has been in use for several years (5.0 is what it was
> created in with minor changes made in 6.x)
>
> I believe there is example code included.
>
> http://www.byerley.net/CalWin.ZIP
>
>
> >
> > At 09:30 AM 1/18/2005, you wrote:
> > > have updated the 100% RBase Form Based Calendar and is available
> > > at
> > >http://www.rbasecommunity.com .
> > >
> > >1. Current Day is highlighted
> > >2. It can accept Seed Date to display ANY beginning date.
> > >3. You Can pass the name of the variable to assign the Selected
> > >Date.
> > >
> > >--- RBASE-L
> > >================================================
> > >TO POST A MESSAGE TO ALL MEMBERS:
> > >Send a plain text email to [email protected]
> > >
> > >(Don't use any of these words as your Subject:
> > >INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
> > >REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
> > >================================================
> > >TO SEE MESSAGE POSTING GUIDELINES:
> > >Send a plain text email to [email protected]
> > >In the message SUBJECT, put just one word: INTRO
> > >================================================
> > >TO UNSUBSCRIBE:
> > >Send a plain text email to [email protected]
> > >In the message SUBJECT, put just one word: UNSUBSCRIBE
> > >================================================
> > >TO SEARCH ARCHIVES:
> > >Send a plain text email to [email protected]
> > >In the message SUBJECT, put just one word: SEARCH-n
> > >(where n is the number of days). In the message body,
> > >place any
> > >text to search for.
> > >================================================
> >
> >
> >
> > Dan Champion
> > www.championsolutions.net
> > 616-299-7420
> >
>