Search found 15 matches
- Thu Dec 15, 2011 12:44 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SqLite in network
- Replies: 24
- Views: 6790
Re: SqLite in network
May be this is useful to you. oSQL := TSQLiteServer():New( "DataBase" ) oQry := oSQL:Query( "select * from clients" ) XBROWSER oQry:aData Mr.Ramesh , thank you . It will be usefull , I think . But :aData it's array, as I can understand from tsqlite.prg . More usefull it can be...
- Thu Dec 24, 2009 2:04 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: XP-Theme for double-byte ASIA area
- Replies: 10
- Views: 2071
Re: XP-Theme for double-byte ASIA area
Antoino!!
You took my source code(tget xp-theme) without any message after it?
You took my source code(tget xp-theme) without any message after it?
- Fri Dec 18, 2009 2:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: XP-Theme for double-byte ASIA area
- Replies: 10
- Views: 2071
Re: XP-Theme for double-byte ASIA area
Hi Sheng, Do you mean you have modified the TGET.PRG? If yes, may you send me a copy of your modified version? Thanks. Then, how about the edit-box in XBROWSE? can Chinese be input and displayed correctly? xBrowse for double-bytes input is fix, now you can download from: http://www4.zzz.com.tw/phpb...
- Wed Sep 30, 2009 2:32 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Get FWH 6.12 for free!!!
- Replies: 34
- Views: 9625
Re: Get FWH 6.12 for free!!!
FWH 6.12 filesize is 23,373kbytes,
downloads 995 times is 23,373(kbytes) * 995(times) = 23,256,135Kbytes = 23GB,
isn't 6,790,427kb...
downloads 995 times is 23,373(kbytes) * 995(times) = 23,256,135Kbytes = 23GB,
isn't 6,790,427kb...
- Mon Sep 07, 2009 1:38 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Acces of a file with IP Adress
- Replies: 10
- Views: 2153
Re: Acces of a file with IP Adress
new Harbour 2.0beta3 support it!!
NETIO_CONNECT( "192.168.0.1" )
use net:table1
NETIO_CONNECT( "192.168.0.2" )
use net:table2
use net:192.168.0.3:table3
NETIO_CONNECT( "192.168.0.1" )
use net:table1
NETIO_CONNECT( "192.168.0.2" )
use net:table2
use net:192.168.0.3:table3
- Wed Aug 12, 2009 9:13 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: XP-Theme for double-byte ASIA area
- Replies: 10
- Views: 2071
Re: XP-Theme for double-byte ASIA area
already attach.
- Sun Aug 09, 2009 6:47 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: XP-Theme for double-byte ASIA area
- Replies: 10
- Views: 2071
Re: XP-Theme for double-byte ASIA area
you can get it from : http://www4.zzz.com.tw/phpbb2/viewtopic.php?t=102
- Tue Jun 16, 2009 7:59 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: To Antonio: Harbour OLE implementation
- Replies: 28
- Views: 8780
Re: To Antonio: Harbour OLE implementation
You are lost "_hInstance" same as Harbour-mail-list.toninhofwi wrote:This works:
_hInstance,
Toninho.
- Sat Jun 06, 2009 1:20 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: XP-Theme for double-byte ASIA area
- Replies: 10
- Views: 2071
XP-Theme for double-byte ASIA area
fivewin for harbour 下無法啟動 XP Theme, 每次啟動,裡面有中文字編輯就會出問題. 這次修改 fivewin 的 tGet.prg,已經可以正常操作含有中文字的功能了! 目前只支援正體/簡體中文版(因為我只有中文的byte 檢查),其他的 doubleBytes 等找到資料再修改! 附上 demo 程式供測試參考! Traditional Chinese demo: http://www.sendspace.com/file/t6kvas fivewin for harbour. let your fivewin can run 'XP Theme' on doub...
- Mon Oct 27, 2008 1:42 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to Display Chinese Language (Font?) ?
- Replies: 2
- Views: 492
Re: How to Display Chinese Language (Font?) ?
If your OS is chinese -> direct type chinese word.dutch wrote:Dear Friends,
I would like to show Chinese Language Menu. What I gonna do?
Thanks&Regards,
Dutch
If your OS is not chinese -> draw Chinese word to bitmap image.
- Mon Oct 27, 2008 1:40 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Help: getting updates from a remote server.
- Replies: 11
- Views: 1781
- Thu Oct 23, 2008 8:14 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FTP Problem
- Replies: 5
- Views: 898
- Wed Oct 22, 2008 3:14 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Help: getting updates from a remote server.
- Replies: 11
- Views: 1781
- Tue Oct 21, 2008 9:42 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Help: getting updates from a remote server.
- Replies: 11
- Views: 1781
Re: Help: getting updates from a remote server.
I'm having my first steps with FiveWin / xHarbour. :oops: My customers need to download updated data from our servers to keep their database up to date. Is there is a way that they can download their data (if entitled to, subscription based) automatically ? Something like anti-virus software does i...
- Sat Oct 11, 2008 2:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TAPI
- Replies: 14
- Views: 3024
Re: TAPI
Hello, TAPI is a Windows API. TAPI stands for "Telephony Appliction Programming Interface". This is a API to connect to a telephone system. Does someone have any experience in TAPI ? What is needed to use TAPI ? How is it accomplished ? Thanks a lot in advance. You can use 'TurboPower Asy...