Search found 33 matches: dateformat

Return to advanced search

Re: PICTURE for DATE() ?

... sets correct dateformt to Dates also as i say i use a Array which is from "Result-Set" (not ADO) of SQL Query i don´t "see" DATEFORMAT in CLASS TDataRow Note: Picture clauses for Dates in (x)Harbour PICTURE "@D" // Use dateformat set. (default American, i.e., 'mm/dd/yy' ...
by Jimmy
Tue Jul 18, 2023 9:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PICTURE for DATE() ?
Replies: 10
Views: 398

Re: PICTURE for DATE() ?

... ) TDataRow() automatically sets correct dateformt to Dates also Note: Picture clauses for Dates in (x)Harbour PICTURE "@D" // Use dateformat set. (default American, i.e., 'mm/dd/yy' ) PICTURE "@E" // Force European format ( i.e., 'dd/mm/yy' ) even if the format is set ...
by nageswaragunupudi
Mon Jul 17, 2023 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PICTURE for DATE() ?
Replies: 10
Views: 398

Re: PICTURE for DATE() ?

By default, TDataRow's edit method automatically uses DATEFORMAT set for the application. At the beginning of the application SET DATE GERMANSET CENTURY ON Then all your dates will appear as dd.mm.yyyy in the entire application. Setting picture everytime ...
by nageswaragunupudi
Mon Jul 17, 2023 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PICTURE for DATE() ?
Replies: 10
Views: 398

Re: convert from a txt text file to a dbf with errors - RESOLVED

hi Silvio, what DATE Format do you use :?: you got YYYY/MM/DD but there is no DATEFORMAT like that Syntax Date Format ANSI yy.mm.dd BRITISH dd/mm/yy FRENCH dd/mm/yy GERMAN dd.mm.yy ITALIAN dd-mm-yy JAPAN yy.mm.dd USA mm-dd-yy AMERICAN mm/dd/yy so "extract" ...
by Jimmy
Sat Sep 17, 2022 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert from a txt text file to a dbf with errors - RESOLVED
Replies: 10
Views: 602

Re: Ayuda DLL

Antonio buenas noches, ahora son estos: Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406) Copyright 1999-2009, http://www.xharbour.org http:...
by ricardog
Fri Sep 01, 2017 2:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6332

Re: Ayuda DLL

Antonio, aquí la segunda parte: Error: Unresolved external '_HB_FUN_DRAWTHEMED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_GETDLGBASEUNITS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CDLG2CHR' referenced from P...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6332

crash in export date TXBrwColumn to excel

... ) ) at begin of the METHOD ToExcel( oSheet, nRow, nCol ) CLASS TXBrwColumn It is because I have excel in Italian and the dateFormat is like dd/mm/yyyy. I put here the same fix I see in another place in the same file:      if lxlEnglish        if ValType( ::cEditPicture ...
by AntoninoP
Wed May 17, 2017 2:45 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: crash in export date TXBrwColumn to excel
Replies: 0
Views: 661

Re: browse with ado and field date

... assume that the data is stored in the database in character format ( DD/MM/YYYY ) ( note: this is a very rare practice) and also assuming that the dateformat set in your program is also DD/MM/YYYY, then oBrw:DataOp:bEditValue := { || CTOD( IfNil( oRs:Fields( "DATAOP" ...
by nageswaragunupudi
Fri Apr 07, 2017 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: browse with ado and field date
Replies: 6
Views: 1058

Re: posible bug

... DeveloperMode=1 MainAppTitle= DefaultPath=.\examples\ MruList=4 //RegistKey= Company= User= ShowTextBorder=1 CreateBackup=0 ShowExitButton=1 DateFormat=dd.mm.yyyy RegistKey= ShowPanel=1 [Languages] 1=English 2=German 3=Italian 4=Spanish 5=Portuguese 6=Portuguese Brazilian 7=French [ItemDialog] ...
by cnavarro
Wed Sep 10, 2014 5:25 pm
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: posible bug
Replies: 17
Views: 7042

ERROR EN CONSULTA SQL DESDE APLICACION FWH

Saludos Antonio y demas miembros del foro de FWH, Estoy solicitando ayuda para solucionar un error en una aplicacion elaborada en FWH que realiza una consulta a SQL Server para extraer informacion. (Tengo imagen del error pero no se como adjuntarla en esta nota)... esta misma consulta en el SQL SERV...
by fusion
Thu Jun 27, 2013 8:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR EN CONSULTA SQL DESDE APLICACION FWH
Replies: 3
Views: 1346

Re: xbrdbu : new version

... improved File menu Open recent files : added to file menu , saved in xbrdbu.ini Configuration : Dbfdriver (dbfcdx , dbfntx) , open shared , Dateformat , autopen extension dbt should be recognised in routines as modify structure Saved in xbrdbu.ini Map network drive , disconnect drive Frank ...
by Franklin Demont
Sat Mar 30, 2013 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrdbu : new version
Replies: 48
Views: 15551

Re: Como mejorar archivos creados en Excel

Buen dia para todos Desearia saber mejorar la creacion de archivos en Excel, en general uso la creacion de Objeto de Excel como lo muesto mas abajo, todo sale bien y me crea el archivo sin problemas, incluso con mas de 100,000 registros , pero es una hoja sin ningun efecto y con columnas fijas, me ...
by FiveWiDi
Wed Jan 16, 2013 11:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como mejorar archivos creados en Excel
Replies: 6
Views: 2468

Re: Error al compilar hbIDE y FWH

Antonio, lo que aparece en el archivo msgs.c es lo siguiente: case HB_IT_DATE: { char szDate[ 9 ]; char szFormatted[ 11 ]; _retc( hb_dateFormat( hb_pardsbuff( szDate, 1 ), szFormatted, hb_set.HB_SET_DATEFORMAT ) ); } break; Gracias por la ayuda.
by mariordz
Fri Jul 06, 2012 9:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar hbIDE y FWH
Replies: 9
Views: 1517

Re: Date/Time On Back Ground

... Top-position http://www.pflegeplus.com/pictures/timedate.jpg You can include Your logo in the time/date-box. To the xBrowse ( dateformat ), I will add Your design from above. Like You see, You can work on a logo and time/date-box at the same time in design-mode. Even You don't ...
by ukoenig
Tue Apr 03, 2012 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date/Time On Back Ground
Replies: 29
Views: 9396

Re: Problemas con Rpreview

... + .45"return nil  ScreenShot: http://img14.imageshack.us/img14/2497/xbrdates.jpg First column is shown in simple dateformat since the values do no contain any datepart and second column is shown in datetime format since these values contain time-part also.
by nageswaragunupudi
Sun Feb 06, 2011 4:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con Rpreview
Replies: 24
Views: 4767
Next

Return to advanced search