Search found 53 matches: american

Return to advanced search

Re: PICTURE for DATE() ?

... "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' ) PICTURE "@E" // Force European format ( i.e., 'dd/mm/yy' ) even if the format is set to American ok, but i don´t ...
by Jimmy
Tue Jul 18, 2023 9:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PICTURE for DATE() ?
Replies: 10
Views: 396

Re: PICTURE for DATE() ?

... 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 to American
by nageswaragunupudi
Mon Jul 17, 2023 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PICTURE for DATE() ?
Replies: 10
Views: 396

Re: xBrowse footer picture

What is your FWNumFormat setting ? xbrNumFormat( "E", .T. ) // "E" for European, "A" for American and others // .t. for showing thousand separators * New function nStrToNum( cNumericVal, [lEuropean] ) --> nVal Optional Parameter lEuropean defaults ...
by Marc Venken
Mon Apr 03, 2023 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse footer picture
Replies: 11
Views: 724

Re: Postal bar code

Dear Tim, Ask at the North American Post Office, if the Code is Two-Dimensional Datamatrix 2D??

Estimado Tim, Pregunte en la oficina de correos de América del Norte si el código es bidimensional Datamatrix 2D?

Thanks

Regards, saludos.
by karinha
Wed Oct 19, 2022 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Postal bar code
Replies: 8
Views: 614

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

... 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" YYYY, MM and DD from Element before store into DBF
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: 600

Re: Problem with SQL Native

... You have to use ' ' around your date variables. Rick Lipkin DTOC() does not work for MySql. Another thing, there a few things which work for Americans but not others in the world. because some database servers accept American notation of dates. For example your syntax of DTOC() does not work ...
by nageswaragunupudi
Mon Feb 07, 2022 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with SQL Native
Replies: 28
Views: 1668

Re: oDbf:Delete() error

Silvio.Falconi wrote:Nages,
someone (an american boy) sad me not use lock and unlock (and commit) because
tdatabase make it auto.


Not FLOCK
by nageswaragunupudi
Fri Jun 04, 2021 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oDbf:Delete() error
Replies: 15
Views: 1208

Re: oDbf:Delete() error

Nages,
someone (an american boy) sad me not use lock and unlock (and commit) because
tdatabase make it auto.
by Silvio.Falconi
Fri Jun 04, 2021 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oDbf:Delete() error
Replies: 15
Views: 1208

Re: Set Filter in Tdatabase/tdata

... dDataFinale:= ctod("08/07/2021") SET DATE ITALIAN  By default, the date format is American ( MM/DD/YY ) not ( DD/MM/YY ). You wanted to assign 4th July 2021 and 8th July 2021 to dDataIniziale and dDataFinale, but in fact you assigned ...
by nageswaragunupudi
Mon Apr 19, 2021 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set Filter in Tdatabase/tdata
Replies: 6
Views: 678

date format

By converting an excel file to a dbase file the date field is switching to the american style (MM/DD/YYYY)
How to prevent or rectify this?
by jds
Sat Feb 13, 2021 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: date format
Replies: 1
Views: 253

Xbrowse ToExcel ToCalc

... Main() local oDlg, oBrw SET DATE BRITISH SET CENTURY ON xbrNumFormat( "E", .t. ) // "E" for European, "A" for American and others // .t. for showing thousand separators USE ITEMS /* CCODE Character 10 DETAIL Character 50 PVP1 Numeric 14 5 PVP2 Numeric 14 5 PVP3 ...
by Jorge_T
Wed Sep 16, 2020 4:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse ToExcel ToCalc
Replies: 0
Views: 294

Re: error on xbrowse footer

Marc Venken wrote:Maybe :

xbrNumFormat( "E", .t. ) // "E" for European, "A" for American and others
// .t. for showing thousand separators


but why the same source code on another procedure run ok ?
by Silvio.Falconi
Sat Apr 25, 2020 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on xbrowse footer - RESOLVED! -
Replies: 33
Views: 3633

Re: error on xbrowse footer

Maybe :

xbrNumFormat( "E", .t. ) // "E" for European, "A" for American and others
// .t. for showing thousand separators
by Marc Venken
Sat Apr 25, 2020 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on xbrowse footer - RESOLVED! -
Replies: 33
Views: 3633

Xbrowse ToCalc() ToExcel() formatos numericos

... Main() local oDlg, oBrw SET DATE BRITISH SET CENTURY ON xbrNumFormat( "E", .t. ) // "E" for European, "A" for American and others // .t. for showing thousand separators USE ITEMS /* CCODE Character 10 DETAIL Character 50 PVP1 Numeric 14 5 PVP2 Numeric 14 5 PVP3 ...
by Jorge_T
Sun Mar 22, 2020 12:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse ToCalc() ToExcel() formatos numericos
Replies: 1
Views: 582

Re: fuente FW_ValidCreditCard

Ejemplo funcional, valida Visa, American Express, Diners y MasterCard. #include "FiveWin.ch"Static oWnd//----------------------------------------------------------------------------//Function Main()   DEFINE WINDOW oWnd ...
by TecniSoftware
Tue Mar 03, 2020 2:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fuente FW_ValidCreditCard
Replies: 7
Views: 1391
Next

Return to advanced search