Search found 83 matches

by tnhoe
Tue Jun 27, 2006 3:31 am
Forum: FiveWin for Harbour/xHarbour
Topic: How 2 Read/Update .DBF files Dynamically in the WEB with FWH
Replies: 5
Views: 1195

http://www.xharbour.com/index.asp?page= ... 8&show_i=1

Sandeep (India) does show me his sample.
by tnhoe
Fri Jun 16, 2006 3:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: display animated gif
Replies: 1
Views: 540

display animated gif

how to display animated gif in window/dialog ?

I try the gif89 class and give me windows error 'general fault'
by tnhoe
Wed Jun 14, 2006 1:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: oGet:SetPos() and date
Replies: 6
Views: 1112

this might help :-

oSearch:bGotFocus := { || oSearch:selectall(), oSearch:nPos:= 1 }
by tnhoe
Fri Jun 09, 2006 3:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: HTTP Post
Replies: 1
Views: 712

sound like you need a web application to update dbf/cdx Try free xScript (clipper/xHarbour syntax) : http://www.xharbour.com/index.asp?page=add_on_xbscript&show_sub=8&show_i=1 or ActiveFoxproPage (foxpro syntax) : www.afpages.com All you need is :- - web server : IIS, Apache - input screen :...
by tnhoe
Fri Jun 09, 2006 3:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: Need to write a character directly to LPT1 port
Replies: 23
Views: 6500

may be for LPT1 we only need :-

opencomm()
writecomm()
closecomm()
by tnhoe
Thu Jun 08, 2006 2:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Need to write a character directly to LPT1 port
Replies: 23
Views: 6500

or try BuildCommDcb( "LPT1:", @cDcb ) or try BuildCommDcb( "LPT1:9600,n,8,1", @cDcb ) By right we don't need the baud rate for LPT1. Check also if the delay happens on SetCommState(), msgwait(), etc. Try to remove the line causes delay. Check also if anti-virus software causes th...
by tnhoe
Tue Jun 06, 2006 5:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Need to write a character directly to LPT1 port
Replies: 23
Views: 6500

Try this :- function fLptSend local cDcb, nBytes local nComm := OpenComm( 'LPT1', 1200, 128 ) local nError if ! BuildCommDcb( "LPT1:1200,n,8,1", @cDcb ) nError = GetCommError( nComm ) Msgwait( " BuildCommDcb Error: " + Str( nError ),'',.3 ) endif if ! SetCommState( cDcb ) nError ...
by tnhoe
Mon May 29, 2006 6:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: Help with CHR(0)
Replies: 2
Views: 805

'0' = chr(asc('0'))
by tnhoe
Wed May 17, 2006 8:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug report on listbox
Replies: 5
Views: 1371

you forget this :

headers "header1',"header2","header3","header4" ;
by tnhoe
Wed May 17, 2006 7:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Clipper appl with faster processor fails
Replies: 12
Views: 4175

2 steps to avoid runtime error for Clipper exe in high performance processor pc :

- link this obj : http://hyperupload.com/download/022a123 ... b.obj.html

- upgrade to Blinker v7.0
by tnhoe
Mon May 08, 2006 3:33 pm
Forum: FiveWin for CA-Clipper
Topic: Frame in tsbrowse
Replies: 2
Views: 1126

not sure for frame.

But you can group rows by different colors base on key field value :-

oBrw:nClrPane:={|| ...}
by tnhoe
Mon May 08, 2006 2:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: refresh a filtered TXbrowse
Replies: 6
Views: 1320

Try this :-

select('youralias')
set filter to &cYourFilter
go top

oLbx:gotop()
oLbx:upstable()
oLbx:refresh()
by tnhoe
Wed May 03, 2006 1:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How can I show an empty numeric field without a zero
Replies: 6
Views: 1717

ADD COLUMN ...
:
:
PICTURE if(Gesp='J','@Z 999','999')
by tnhoe
Fri Apr 28, 2006 4:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: Sniffer (COM ports)
Replies: 2
Views: 954

// modified fivewn sample to read continuos data from laser diameter reader, you can use a timer to call it . function fReadPort local cDcb, lError, nError cErrCode := space( 16 ) if !( gnComm := OpenComm( 'COM1', 1024, 10 ) ) == 0 if !(BuildCommDcb( "COM1:2400,N,8,1", @cDcb ) .and. SetCom...
by tnhoe
Thu Apr 27, 2006 2:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: "Digital Persona" Finger Print Id's Interface?
Replies: 37
Views: 14801

Richard,

I would like to know the price too. Plz send it to me.