Search found 15 matches

by Sheng
Thu Dec 15, 2011 12:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SqLite in network
Replies: 24
Views: 6584

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...
by Sheng
Thu Dec 24, 2009 2:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: XP-Theme for double-byte ASIA area
Replies: 10
Views: 1953

Re: XP-Theme for double-byte ASIA area

Antoino!!
You took my source code(tget xp-theme) without any message after it?
by Sheng
Fri Dec 18, 2009 2:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: XP-Theme for double-byte ASIA area
Replies: 10
Views: 1953

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...
by Sheng
Wed Sep 30, 2009 2:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: Get FWH 6.12 for free!!!
Replies: 34
Views: 8931

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... :roll:
by Sheng
Mon Sep 07, 2009 1:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: Acces of a file with IP Adress
Replies: 10
Views: 2020

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
by Sheng
Wed Aug 12, 2009 9:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: XP-Theme for double-byte ASIA area
Replies: 10
Views: 1953

Re: XP-Theme for double-byte ASIA area

already attach.
by Sheng
Tue Jun 16, 2009 7:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: Harbour OLE implementation
Replies: 28
Views: 8501

Re: To Antonio: Harbour OLE implementation

toninhofwi wrote:This works:
               _hInstance,
Toninho.
You are lost "_hInstance" same as Harbour-mail-list. :?:
by Sheng
Sat Jun 06, 2009 1:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: XP-Theme for double-byte ASIA area
Replies: 10
Views: 1953

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...
by Sheng
Mon Oct 27, 2008 1:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to Display Chinese Language (Font?) ?
Replies: 2
Views: 452

Re: How to Display Chinese Language (Font?) ?

dutch wrote:Dear Friends,

I would like to show Chinese Language Menu. What I gonna do?

Thanks&Regards,
Dutch
If your OS is chinese -> direct type chinese word.
If your OS is not chinese -> draw Chinese word to bitmap image.
by Sheng
Mon Oct 27, 2008 1:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: Help: getting updates from a remote server.
Replies: 11
Views: 1654

Sheng: You posted some code here. Could you post the complete function so I can see what the values for the variables come from. Thanks Your Code // Create ftp connect oFtp := TFtp():New( cFTP_IP, oInternet, cUsername, cPassword ) If oFtp:hFtp == 0 Tone( 1000, 1 ) MsgStop( "Ftp connect fail!&q...
by Sheng
Thu Oct 23, 2008 8:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: FTP Problem
Replies: 5
Views: 849

Jeff Barnes wrote:I just tried sending the file form a different computer ... it works ... the file size was not 0KB.

Can anyone suggest a reason why it might not work from one computer does from another?

I would think a router issue but the actual file name gets created.

I'm confused :?
firewell ?
by Sheng
Wed Oct 22, 2008 3:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: Help: getting updates from a remote server.
Replies: 11
Views: 1654

Can you post some code on how this might be done. Thanks Harvey // Create ftp connect oFtp := TFtp():New( cFTP_IP, oInternet, cUsername, cPassword ) If oFtp:hFtp == 0 Tone( 1000, 1 ) MsgStop( "Ftp connect fail!", "Error!" ) oFtp:End() Exit EndIf : : : // Open remote file oFtpFil...
by Sheng
Tue Oct 21, 2008 9:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: Help: getting updates from a remote server.
Replies: 11
Views: 1654

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...
by Sheng
Sat Oct 11, 2008 2:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TAPI
Replies: 14
Views: 2917

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...