FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour missing vcalenda.ch
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
missing vcalenda.ch
Posted: Mon Mar 26, 2018 04:29 PM

Could someone provide vcalenda.ch ?

many thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: missing vcalenda.ch
Posted: Tue Mar 27, 2018 11:26 AM
Code (fw): Select all Collapse
#xcommand @ <nTop>, <nLeft> VCALENDAR [ <oCalen> ] ;
               [ SIZE <nWidth>, <nHeigth> ] ;
               [ SINGLESIZE <nWCalen>[, <nHCalen> ]] ;
               [ <dlg:OF,DIALOG> <oDlg> ] ;
               [ DATE <dDate> ] ;
               [ ACTION <uAction,...> ] ;
               [ <lBtnClose: BTNCLOSE> ] ;
               [ <lBtnYear: BTNSYEAR> ] ;
               [ COLORHDR <nClrTHdr> [,<nClrPHdr> [,<nClrPHdr2> ]]] ;
               [ COLORARROW <nClrArrow> ] ;
               [ FONT <oFont> ] ;
               [ <color: COLOR, COLORS> <nClrText> [,<nClrPane> ] ] ;
               [ <lActClick: CLICK > ];
               [ <lMirrowHdr: MIRROWHDR> ] ;
               [ <lBorder: NOBORDER> ] ;
               [ COLORBORDER <nClrBorder> ] ;
      => ;
  [ <oCalen> := ] TCalendar():New( <nTop>, <nLeft>, <nWidth>, <nHeigth>, <oDlg> ,;
                         <dDate>                                                 ,;
                         [{|this|<uAction>} ]                                    ,;
                         <.lBtnClose.>                                           ,;
                          <nClrPHdr>                                             ,;
                          <nClrTHdr>                                             ,;
                          <oFont>                                                ,;
                          <nClrText>                                             ,;
                          <nClrPane>                                             ,;
                          <nClrArrow>                                            ,;
                          <.lActClick.>                                          ,;
                          <nWCalen>                                              ,;
                          <nHCalen>                                              ,;
                          <.lBtnYear.>                                           ,;
                          <nClrPHdr2>                                            ,;
                          <.lMirrowHdr.>                                         ,;
                          !<.lBorder.>                                           ,;
                          <nClrBorder>  )


#xcommand REDEFINE VCALENDAR [ <oCalen> ] ;
               ID <nId> ;
               [ SINGLESIZE <nWCalen>[, <nHCalen> ]] ;
               [ <dlg:OF,DIALOG> <oDlg> ] ;
               [ DATE <dDate> ] ;
               [ ACTION <uAction,...> ] ;
               [ <lBtnClose: BTNCLOSE> ] ;
               [ <lBtnYear: BTNSYEAR> ] ;
               [ COLORHDR <nClrTHdr> [,<nClrPHdr> [,<nClrPHdr2>]]] ;
               [ COLORARROW <nClrArrow> ] ;
               [ FONT <oFont> ] ;
               [ <color: COLOR, COLORS> <nClrText> [,<nClrPane> ] ] ;
               [ <lActClick: CLICK > ];
               [ <lMirrowHdr: MIRROWHDR> ] ;
               [ <lBorder: NOBORDER> ] ;
               [ COLORBORDER <nClrBorder> ] ;
       => ;
  [ <oCalen> := ] TCalendar():Redefine( <oDlg>, <nId>, ;
                         <dDate>                                                 ,;
                         [{|this|<uAction>} ]                                    ,;
                         <.lBtnClose.>                                           ,;
                          <nClrPHdr>                                             ,;
                          <nClrTHdr>                                             ,;
                          <oFont>                                                ,;
                          <nClrText>                                             ,;
                          <nClrPane>                                             ,;
                          <nClrArrow>                                            ,;
                          <.lActClick.>                                          ,;
                          <nWCalen>                                              ,;
                          <nHCalen>                                              ,;
                          <.lBtnYear.>                                           ,;
                          <nClrPHdr2>                                            ,;
                          <.lMirrowHdr.>                                         ,;
                          !<.lBorder.>                                         ,;
                          <nClrBorder>  )
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: missing vcalenda.ch
Posted: Tue Mar 27, 2018 02:51 PM

Who is the author of this Class ?

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 2064
Joined: Fri Jan 06, 2006 09:28 PM
Re: missing vcalenda.ch
Posted: Tue Mar 27, 2018 04:20 PM

Saludos AL, alguna imagen haber como pinta esa clase..? gracias... :shock:

Dios no está muerto...



Gracias a mi Dios ante todo!
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: missing vcalenda.ch
Posted: Tue Mar 27, 2018 04:43 PM

Un usuario me envío el fichero de cabecera pero no tenemos el PRG de momento :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 2064
Joined: Fri Jan 06, 2006 09:28 PM
Re: missing vcalenda.ch
Posted: Tue Mar 27, 2018 09:16 PM
Antonio Linares wrote:Un usuario me envío el fichero de cabecera pero no tenemos el PRG de momento :-)

Ah ok, ni modo, quedara esperar...saludos...gracias... :-)
Dios no está muerto...



Gracias a mi Dios ante todo!
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: missing vcalenda.ch
Posted: Fri Mar 30, 2018 04:08 PM

Vcalendar is made byVagner many years ago...as vBar, vGet and others

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com

Continue the discussion