----- Original Message -----
From: "Brad Davidson" <[EMAIL PROTECTED]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Tuesday, January 18, 2005 11:31 AM
Subject: [RBASE-L] - Re: RBase Form Based Calendar
> Mike,
>
> On Clicking day of month:
> -ERROR- (TEXT) is a reserved word or contains illegal characters. (3065)
That won't happen when it is called in code properly..
*(NOTE: )
I just looked at the contents of the Zip file and the following example Rbase
Code is missing. Just use this as your guide:
*( Display calendar with:
[Manditory] Caption = "Pick A Date"
[Manditory] vRetDate = "NameOfReturnVariable"
[Optional] 01/06/2002 = "TheSeedDateForInitialDisplay"
When Seed Date is ommitted, the Current Date is Defaulted
Note: 1. The return value is of type text, but you can edit the onExit EEP
of the form to change the return type as Date if you wish
2. Table Named "Dummy" is required with at least One Row of data.
)
EDIT USING rbcalendar CAPTION 'Pick A Date,vRetDate,01/06/2002'
SET VAR vmsg = ('You Picked' & .vretdate)
PAUSE 2 USING .vmsg
CLEAR VAR vmsg
RETURN
Sorry. I will email this to Razzak for inclusion in the Zip.
I should've included code in the onAfter Start to exit the form if the args
weren't passed as expected..
Read the notes in the OnBeforeStart EEP of the form.
The arguments of the form are passed as part of the Caption and if the
manditory variable name that is supposed to hold your return value is not
passed, you get the error.
>
> 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
> >
>