Search found 100 matches: british

Return to advanced search

Re: How to set Date

Hello Fafi,

have a look at the TRANSFORM - Function.

SET DATE BRITISH
dDate := TRANSFORM( DATE(), @D ) // Shows the Date-Format, defined in SET DATE
Result : 03/05/09

Regards
Uwe :lol:
by ukoenig
Sun May 03, 2009 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set Date ( SOLVED )
Replies: 7
Views: 1094

Re: Tamaño del campo del Banco de Datos(Width)

... aGet[1] := SPACE(len(cDBF->cCampo)) aGet[2] := Replicate("9",len(str(cDBF->nCampo))) PICTURE "999,999.99" SET DATE BRITISH SET CENTURY ON aGet[3] := cDBF->dCampo Saludos.
by FranciscoA
Mon Feb 02, 2009 2:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tamaño del campo del Banco de Datos(Width)
Replies: 3
Views: 481

Re: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc

... ( 1st post on Page 2 of this thread) Stefan & Silvio, I was able to reproduce the error which Silvio and Stefan was getting when Set Date British format is specified. Now I am using OpenOffice German version. Now If I don't specify any date format xHarbour fuction Set(_SET_DATEFORMAT) ...
by anserkk
Sat Jan 24, 2009 6:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc
Replies: 62
Views: 13153

Re: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc

Anser, Did you mean that Date is Displayed as "DD.06.YYYY" instead of "05.06.1991 when Set Date British is ON in your OpenOffice German version? Did Set Date British give you a run time error ?. No, it´s displayed with Set Date German or Set Date Italian in the ...
by StefanHaupt
Fri Jan 23, 2009 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc
Replies: 62
Views: 13153

Re: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc

Dear Mr.Stefan, Really appreciate your effort. Thankyou very much. Can't understand why in OpenOffice German version Set Date British is failing at your end. I tested OpenOffice German version and Set Date British is working fine here. The only problem is the date format in OpenOffice, ...
by anserkk
Fri Jan 23, 2009 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc
Replies: 62
Views: 13153

Re: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc

... german), OpenOffice 3 german It´s always working with Set Date German It´s always working with Set Date Italian It´s not working with Set Date British The only problem is the date format in OpenOffice, the column shows dates like "DD.06.YYYY" instead of "05.06.1991"
by StefanHaupt
Fri Jan 23, 2009 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc
Replies: 62
Views: 13153

Re: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc

Silvio, I ERASE ALSO THIS LINE : Set Date British Please add Set Date Italian , to get the right dateformat I add set date italian but thereis thi s error Application =========== Path and name: C:\work\errori\openoffice\OCalc.Exe ...
by Silvio
Thu Jan 22, 2009 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc
Replies: 62
Views: 13153

Re: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc

Dear Anser, I installed OpenOffice (German Version) and run the test without changing any code ie I did not remove the line Set Date British It worked fine without any errors. May be it is because of the Language and Regional settings on my XP. Anser Yes, maybe it depends on the laguage ...
by StefanHaupt
Thu Jan 22, 2009 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc
Replies: 62
Views: 13153

Re: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc

Dear Stefan and Silvio, I installed OpenOffice (German Version) and run the tested with and without changing the code ie Set Date British It worked fine without any errors. May be it is because of the Language and Regional settings on my XP. I even tried changing the Regional Settings in ...
by anserkk
Thu Jan 22, 2009 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc
Replies: 62
Views: 13153

Re: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc

Silvio,

Silvio wrote:I ERASE ALSO THIS LINE : Set Date British



Please add
Code: Select all  Expand view
Set Date Italian
, to get the right dateformat
by StefanHaupt
Thu Jan 22, 2009 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc
Replies: 62
Views: 13153

Re: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc

I ERASE ALSO THIS LINE : Set Date British IT MAKE ERROR THIS IS MY DIALOG OPTION : http://img292.imageshack.us/img292/1236/errcalc2sn0.jpg THIS IS THE PICTURE OF THE CALC AFTER i RUN THE TEST http://img132.imageshack.us/img132/1462/errcalc3ao8.jpg ...
by Silvio
Thu Jan 22, 2009 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc
Replies: 62
Views: 13153

Re: date() format like "dd/mm/yyyy"?

... I get the date in format "dd/mm/yy" ? fileDate( "C:\apps\myApp.exe" ) ? date() and my configurations is here: SET DATE BRITISH SET CENTURY ON SET( _SET_EPOCH, 1950 ) How I can get the date in this format "dd/mm/yyyy"?? The following sample works perfectly here: ...
by Enrico Maria Giordano
Fri Jan 02, 2009 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: date() format like "dd/mm/yyyy"? (Solved)
Replies: 4
Views: 883

date() format like "dd/mm/yyyy"? (Solved)

... I get the date in format "dd/mm/yy" ? fileDate( "C:\apps\myApp.exe" ) ? date() and my configurations is here: SET DATE BRITISH SET CENTURY ON SET( _SET_EPOCH, 1950 ) How I can get the date in this format "dd/mm/yyyy"??
by JC
Fri Jan 02, 2009 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: date() format like "dd/mm/yyyy"? (Solved)
Replies: 4
Views: 883

... Fiz testes neste PRG: #INCLUDE "FIVEWIN.CH" FUNCTION Main() Local cTemp := "MYFILE.DBF", cFileCdx := "MYFILE.CDX" Local nI := 1 SET DATE TO BRITISH SET EPOCH TO 2000 SET CENTURY ON SET DELETED ON REQUEST DBFCDX RDDSETDEFAULT( "DBFCDX" ) IF FILE("MYFILE.CDX") ERASE MYFILE.CDX ENDIF IF FILE("MYFILE.DBF") ...
by MGA
Tue Nov 25, 2008 10:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sr. Antonio- xHarbour 1.1.0 (Rev. 6195) com FWH 8.02 ?
Replies: 6
Views: 1405

Ayuda Mysql

... #include 'fivewin.ch' #include 'splitter.ch' Static lError Static oWnd Static oLink Static oSay Static cDescripcion Function main() Set Date To British Set Century On Define Window oWnd Mdi oWnd : SetText( "Ayuda nativa MySql" ) oWnd : SetMenu( MainMenu() ) Activate Window oWnd Maximized On ...
by horacio
Tue Nov 18, 2008 2:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda Mysql
Replies: 0
Views: 853
PreviousNext

Return to advanced search