Search found 20 matches: tdtpicke

Return to advanced search

Re: Set range of a date picker

hi,

as i can say FiveWin have Function in
c:\fwh\source\classes\tdtpicke.prg
Code: Select all  Expand view
METHOD SetRange( dFrom, dUpto ) CLASS TDatePick
by Jimmy
Tue Aug 02, 2022 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set range of a date picker
Replies: 1
Views: 213

To Nageswarao: datepick control problems also on change

... if one activates a function on change of the datepick control this is processed first of all, because this happens, Nages had changed the tdtpicke class but unfortunately I have not seen improvements, I still have the same error and I don't know how to fix
by Silvio.Falconi
Fri Jul 09, 2021 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswarao: datepick control problems also on change
Replies: 0
Views: 293

Re: New FTDN June 2020 (FWH 20.06)

... fila a xbrowse de una matriz vacía si los datos cDataType, nDataLen y nDataDec se especifican para las columnas de exploración. * Corrección: TDtPicke.prg: El mes se muestra como 00 cuando la cláusula de imagen se especifica como "D" o "E". Solucionado. viewtopic.php?f=3&p=233094#p233094 ...
by Antonio Linares
Sat Jul 11, 2020 5:26 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June 2020 (FWH 20.06)
Replies: 1
Views: 1344

New FTDN June 2020 (FWH 20.06)

... class: Now can append new row to xbrowse of empty array if the data cDataType, nDataLen and nDataDec are specified for the browse columns. * Fix: TDtPicke.prg: Month is shown as 00 when picture clause is specified as "D" or "E". Fixed. http://forums.fivetechsupport.com/viewtopic.php?f=3&p=233094#p233094 ...
by Antonio Linares
Thu Jul 09, 2020 9:37 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June 2020 (FWH 20.06)
Replies: 1
Views: 1344

Re: DatePicker shows incorrect date ( month ) FWH 2004

Rao

Made the changes you requested in tdtpicke.prg and added the file to my compile list and got all these errors .. see pic .. and as you can see my Include statement is set correctly in the environment

Rick Lipkin


Image
by Rick Lipkin
Wed Jun 10, 2020 2:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DatePicker shows incorrect date ( month ) FWH 2004
Replies: 9
Views: 1428

Re: DatePicker shows incorrect date ( month ) FWH 2004

Please apply the following fix in tdtpicke.prg. Locate the following lines in the METHOD formatdate()      if cFmt == '@d'         cFmt = Lower( Set( _SET_DATEFORMAT ) )  Please ...
by nageswaragunupudi
Wed Jun 10, 2020 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DatePicker shows incorrect date ( month ) FWH 2004
Replies: 9
Views: 1428

Re: Setfocus problem

... HB_FUN_XBRWSCROLLROW already defined in FiveCE.lib(XBROWSE.obj) I've also tried to use date picker and I'm getting this >>FiveCE.lib(TDTPICKE.obj) : error LNK2001: unresolved external symbol HB_FUN_INITCOMMON >>FiveCE.lib(TDTPICKE.obj) : error LNK2001: unresolved external symbol ...
by reds
Mon May 21, 2018 8:05 am
 
Forum: FiveWin for Pocket PC
Topic: Setfocus problem
Replies: 10
Views: 3454

Re: problem w with FWH 16.12 and xHB.com

... MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\tdosprn.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\tdtpicke.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\tenhmeta.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\texstruc.prg] ...
by kajot
Sun Dec 25, 2016 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem w with FWH 16.12 and xHB.com
Replies: 11
Views: 4982

Recompilar FiveHMX para xhb.com

... "Obj\tddemlcl.obj" "Obj\tddemlsv.obj" "Obj\tdict.obj" "Obj\tdosprn.obj" "Obj\tdtpicke.obj" "Obj\tenhmeta.obj" "Obj\texstruc.obj" "Obj\tfield.obj" "Obj\tfile.obj" "Obj\tfilegtf.obj" ...
by russimicro
Mon Dec 01, 2014 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recompilar FiveHMX para xhb.com
Replies: 2
Views: 829

tDatepick : error in 12.02

... has no exported method: EVAL Args: [ 1] = U [ 2] = O TDATEPICK Stack Calls =========== Called from: => EVAL( 0 ) Called from: .\source\classes\TDTPICKE.PRG => (b)TDATEPICK:NEW( 94 ) The offending line in tDtepick.prg : ::bValid = { || If( ::lClosed, Eval( bValid, Self ), .F. ) } In 8.10 ...
by Demont Brecht
Thu Mar 08, 2012 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tDatepick : error in 12.02
Replies: 3
Views: 579

Error en tdtpicker de fw1202

... No existe el m‚todo: EVAL Args: [ 1] = U [ 2] = O TDATEPICK Stack Calls =========== Called from: => (b)EVAL( 0 ) Called from: .\source\classes\TDTPICKE.PRG => (b)TDATEPICK_REDEFINE( 140 ) Called from: window.prg => (b)TWINDOW( 648 ) Called from: window.prg => TDATEPICK:LVALID( 0 ) ...
by mastintin
Thu Mar 01, 2012 5:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en tdtpicker de fw1202
Replies: 1
Views: 587

Re: fwh execute another function ?

... the method cText( uVal ) is being called on init. And in this method the method ::Change() is being called. You could try to comment this call in tdtpicke.prg. But I don't know if there are any side-effects.
by gkuhnert
Fri Aug 19, 2011 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh execute another function ?
Replies: 2
Views: 536

Re: Campo DATE vacio

Daniel y amigos del foro: Estoy utilizando el TDTpicke.Prg modificado y puesto aquí en el foro sin embargo el control me sigue mostrando la fecha de hoy, lo hice así: 1.- Estoy compilando el TDTPicke.Prg como un programa más de mi aplicación 2.- ...
by Armando
Wed Mar 31, 2010 3:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campo DATE vacio
Replies: 15
Views: 3512

DTPICKER STRANGE ERROR

... description: Error BASE/1112 Argument error: YEAR Args: [ 1] = U Stack Calls =========== Called from: => YEAR(0) Called from: .\source\classes\TDTPICKE.PRG => (b)TDATEPICK:TDATEPICK(0) Called from: => TDATEPICK:SETDATE(0) Called from: .\source\classes\TDTPICKE.PRG => TDATEPICK:_CTEXT(0) ...
by Silvio
Wed Jun 10, 2009 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPICKER STRANGE ERROR
Replies: 1
Views: 421

... 'tdosprn.prg'... Lines 462, Functions/Procedures 13 Generating C source output to 'tdosprn.c'... Done. C:\classes>c:\xharbour\bin\harbour tdtpicke.prg /n /ic:\fwh\include;c:\xharbour\include xHarbour Compiler build 1.1.0 (SimpLex) (Rev. 6195) Copyright 1999-2008, http://www.xharbour.org ...
by anserkk
Thu Oct 16, 2008 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create FiveH.Lib and FiveHx.Lib from C:\FWH\Source\Classes
Replies: 18
Views: 6691
Next

Return to advanced search