It works simple. You never come to 8.8
local n:=8.8
MsgInfo(str(n,20,18))
---------------------------
Information
---------------------------
8.800000000000001000
---------------------------
OK
---------------------------
Search found 18 matches
- Thu Feb 11, 2016 5:41 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Strange problem with numbers
- Replies: 7
- Views: 1170
- Wed Feb 10, 2016 12:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Strange problem with numbers
- Replies: 7
- Views: 1170
Strange problem with numbers
Hello, i have a strange Problem with numbers. for n:=1.8 to 10.8 step .5 ? str(n,22,18) next 1.800000000000000000 2.300000000000000000 2.800000000000000000 3.300000000000000000 3.800000000000000000 4.300000000000000000 4.800000000000000000 5.300000000000000000 5.800000000000000000 6.3000000000000000...
- Sat May 30, 2015 5:23 am
- Forum: All products support
- Topic: Datev Schnittstelle
- Replies: 3
- Views: 3562
Re: Datev Schnittstelle
Hallo,
von Datev gibt es den Leitfaden für Schnittstellen.
Für die Übergabe von Buchungen und Debitoren habe ich diese umgesetzt.
Bin gerne bereit den Code dazu zu teilen.
vg
Thomas Grueninger
von Datev gibt es den Leitfaden für Schnittstellen.
Für die Übergabe von Buchungen und Debitoren habe ich diese umgesetzt.
Bin gerne bereit den Code dazu zu teilen.
vg
Thomas Grueninger
- Sun Jun 07, 2009 4:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH as web application ?
- Replies: 20
- Views: 4194
Re: FWH as web application ?
Hello Dietmar,
i also interested in a web solution.
I can not find the lib-files on xharbour.org
Where can i download them?
Regards,
Thomas
i also interested in a web solution.
I can not find the lib-files on xharbour.org
Where can i download them?
Regards,
Thomas
- Sun Sep 17, 2006 5:44 pm
- Forum: FiveWin for Pocket PC
- Topic: Windows CE 5.0
- Replies: 9
- Views: 2847
- Sun Sep 17, 2006 7:28 am
- Forum: FiveWin for Pocket PC
- Topic: Windows CE 5.0
- Replies: 9
- Views: 2847
- Sat Sep 16, 2006 8:00 pm
- Forum: FiveWin for Pocket PC
- Topic: Windows CE 5.0
- Replies: 9
- Views: 2847
- Sat Sep 16, 2006 7:13 pm
- Forum: FiveWin for Pocket PC
- Topic: Windows CE 5.0
- Replies: 9
- Views: 2847
Antonio,
Intel XScale PXA270
http://www.datalogic.com/_vti_g2_p_det. ... ifications
regards
Thomas[/url]
Intel XScale PXA270
http://www.datalogic.com/_vti_g2_p_det. ... ifications
regards
Thomas[/url]
- Sat Sep 16, 2006 5:38 pm
- Forum: FiveWin for Pocket PC
- Topic: Windows CE 5.0
- Replies: 9
- Views: 2847
Windows CE 5.0
Hello,
is it possible to program for Windows CE 5.0
I have a datalogic scorpio and the program won´t run.
regards
thomas
is it possible to program for Windows CE 5.0
I have a datalogic scorpio and the program won´t run.
regards
thomas
- Sat May 06, 2006 6:00 pm
- Forum: FiveWin for Pocket PC
- Topic: TWBrowse in folderdialog
- Replies: 2
- Views: 1069
- Sat May 06, 2006 3:34 pm
- Forum: FiveWin for Pocket PC
- Topic: TWBrowse in folderdialog
- Replies: 2
- Views: 1069
TWBrowse in folderdialog
Hello, is it possible, does this is not working? can´t create dialogBox regards Thomas #include "fwce.ch" #define oFD oFld:aDialogs static oWnd,oBrw static cSuch static nIdx static aHeader:={"Rufnummer","Name"} function main local oGet,oFld cSuch:=space(20) use (CurDir(...
- Mon Feb 27, 2006 7:16 pm
- Forum: FiveWin for Pocket PC
- Topic: Linkerror with new harbour and fwppc
- Replies: 2
- Views: 1117
- Mon Feb 27, 2006 6:20 pm
- Forum: FiveWin for Pocket PC
- Topic: Linkerror with new harbour and fwppc
- Replies: 2
- Views: 1117
Linkerror with new harbour and fwppc
Hello, after update the latest fwppc and harbour i have FiveCEC.lib(AYGSHELL.obj) : error LNK2019: unresolved external symbol SHGetDocumentsFolder referenced in function "void __cdecl HB_FUN_SHGETDOCUMENTSFOLDER(void )" (?HB_FUN_SHGETDOCUMENTSFOLDER@@YAXXZ) A solution for this problem? Reg...
- Sun Oct 23, 2005 7:32 am
- Forum: FiveWin for Pocket PC
- Topic: Pocket PC Denso BHT-200 Windows CE 4.1
- Replies: 4
- Views: 2223
- Sat Oct 22, 2005 4:36 pm
- Forum: FiveWin for Pocket PC
- Topic: Pocket PC Denso BHT-200 Windows CE 4.1
- Replies: 4
- Views: 2223
Pocket PC Denso BHT-200 Windows CE 4.1
Hello, i have for testing a Denso Barcode Pocket-PC. It works with Windows CE 4.1, CPU Intel PXA250. FWPPC Program don´t work. I have changed in the link command to 4.10 or 4.00, it doesent help. The Errormessage is: Cannot find "program.exe" (or one of its components). Make sure the path ...