Search found 28 matches

by Surasak
Tue Nov 20, 2007 8:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: Sample ftpserv
Replies: 10
Views: 1838

\fwh\source\classes\tftpserv.prg size 12,288 bytes 299 Lines 11/11/1999
complie with bcc55 and fhw
by Surasak
Tue Nov 20, 2007 7:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: Sample ftpserv
Replies: 10
Views: 1838

Thank So Much... Complie is Ok. after I add class to source code. But when I ACTION BuildServer() have some error ( No exported variable: ) in line No. 25,26 and 28 Source Code Line 25 oFtpServer:cLogFile = "ftpserv.log" Source Code Line 26 oFtpServer:lDebug = .t. Source Code Line 28 oFTPS...
by Surasak
Mon Nov 19, 2007 3:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Sample ftpserv
Replies: 10
Views: 1838

Sample ftpserv

I try to test sample file c:\fwh\samples\ftpserv.prg but function TftpServer not found. Please tell me how to solve this problem. Thank.......... ************ Sample Source Code *************** // FiveWin Class TFtpServer demo #include "FiveWin.ch" static oWnd, oFTPServer function Main() l...
by Surasak
Fri Sep 28, 2007 6:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: OpenComm more than one port in the same time
Replies: 1
Views: 481

OpenComm more than one port in the same time

I found the problem with Opencomm function. In FW the result for nComm1=0 and nComm2=2 but in FWH result of nComm1 and nComm2 are the same = 1, So I cannot open more than one port in the same time ( Can I open port more than 9 ports ) function Main() local cDcb1,nError1 local nComm1 := OpenComm( &qu...
by Surasak
Tue Sep 18, 2007 3:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 7.09 TPreview Class
Replies: 8
Views: 2451

It work fine,

Thank you very much.
by Surasak
Mon Sep 17, 2007 5:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 7.09 TPreview Class
Replies: 8
Views: 2451

Have no error but preview windows still not maximized.
by Surasak
Mon Sep 17, 2007 4:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 7.09 TPreview Class
Replies: 8
Views: 2451

I use your sample below and also testpre2.prg and all of my source with printer command #include "FiveWin.ch" function Main() local oPrn1,oPrn2,oPrn3 PRINT oPrn1 PREVIEW PAGE oPrn1:Say( 2, 2, "Test" ) ENDPAGE ENDPRINT MsgInfo( "one" ) PRINT oPrn2 PREVIEW PAGE oPrn2:Say(...
by Surasak
Mon Sep 17, 2007 2:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 7.09 TPreview Class
Replies: 8
Views: 2451

I just download the last update for maximized the preview windows but found error Application =========== Path and name: C:\ProjectH\Test\test.exe (32 bits) Size: 1,080,320 bytes Time from start: 0 hours 0 mins 0 secs Error occurred at: 09/17/07, 21:11:01 Error description: Error BASE/1004 No export...
by Surasak
Mon Sep 17, 2007 4:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 7.09 TPreview Class
Replies: 8
Views: 2451

FWH 7.09 TPreview Class

1. In FWH 7.09 when I use PRINT command by prev32.dll the preview windows not MAXIMIZED How can I active this with MAXIMIZED like the old version. 2. Please give me the detail and sameple of avantage feature for TPREVIEW class in FWH 7.09 3. Have any problem when use application create by FWH 7.09 i...
by Surasak
Mon Sep 17, 2007 4:51 am
Forum: WhatsNew / Novedades
Topic: FWH 7.09 TPreview Class
Replies: 1
Views: 1760

FWH 7.09 TPreview Class

1. In FWH 7.09 when I use PRINT command by prev32.dll the preview windows not MAXIMIZED How can I active this with MAXIMIZED like the old version. 2. Please give me the detail and sameple of avantage feature for TPREVIEW class in FWH 7.09 3. Have any problem when use application created by FWH 7.09 ...
by Surasak
Mon Sep 10, 2007 11:05 am
Forum: FiveWin for Harbour/xHarbour
Topic: nSerialHD Return not the same result
Replies: 2
Views: 776

It work!
Thank you,
by Surasak
Sun Sep 09, 2007 3:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: nSerialHD Return not the same result
Replies: 2
Views: 776

nSerialHD Return not the same result

I just migrate my application from FW to FWH.
In FW nSerialHD() alway return the same number but in FWH will return the differance when I've change some detail in my source ( add or delete some function or procedure).
How can i solved this problem?
by Surasak
Sat Jul 21, 2007 3:34 pm
Forum: FiveWin for CA-Clipper
Topic: Error WOW32.DLL
Replies: 4
Views: 1832

Error WOW32.DLL

How to solve the problem when found WOW32.DLL error whitch communication command.