Search found 83 matches

by tnhoe
Thu Apr 20, 2006 11:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: visual report designer
Replies: 17
Views: 6448

visual report designer

Hi, In response to Julian's mail, I make an VisualFoxpro exe to be called from Fivewin, for visual report design, it supports dbf/cdx only. Just edit report.dbf & reportdb.dbf will do, refer to readme.txt I upload it to :- http://hyperupload.com/download/01dc58db72/report.zip.html require VFP7 r...
by tnhoe
Thu Apr 13, 2006 9:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: Update to New FWH and ActiveX
Replies: 5
Views: 1490

Richard, Can you mail me the Fingerprint hardware relevant info and price list ? How long distance (in meters) it can extend to ? eg: from factory maingate to admin office Also do you have palm/pocket pc mobile printer (for printing 2" or 3" receipt) ? plz send me info too. Regards Hoe
by tnhoe
Wed Apr 12, 2006 10:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: set scope
Replies: 1
Views: 508

i think this is the correct one :-

set filter to &cfilter

or

set filter to (cfilter)
by tnhoe
Tue Apr 11, 2006 8:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: I need your advice PLS....get/read and combo box
Replies: 3
Views: 941

I use it in fw195 but no luck with fwh21/harbour.

Sandeep tests with xHarbour only.

It shows many errors on METOHD in class prgs.

I do not know how to compile class prgs eg: tdd, tget, etc. using harbour.

May be someone can tell me.

Anyway I send the jpg and error to your gmail.
by tnhoe
Sun Apr 09, 2006 9:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: I need your advice PLS....get/read and combo box
Replies: 3
Views: 941

Sandeep's TDD class can shows data from dbf on GET changed.

You can download it from Patrick's site :

http://www.fivewin.info/html/downloads. ... ate%20desc
by tnhoe
Mon Apr 03, 2006 10:17 am
Forum: FiveWin for CA-Clipper
Topic: msginfo on network
Replies: 6
Views: 2377

you can do it this way :-

1. save your text into a field in dbf

2. ACTIVATE WINDOWS ON INIT fTimer()

3. in fTimer() : set a timer to read/display the field when text not blank
by tnhoe
Sun Mar 26, 2006 4:52 pm
Forum: FiveWin for CA-Clipper
Topic: BITMAP problem with different screen resolution
Replies: 3
Views: 1187

have u try : DEFINE BUTTON ... ADJUST
by tnhoe
Tue Mar 21, 2006 12:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: Clicking on a TsBrowse Column, can it execute a Function?
Replies: 3
Views: 939

select('invoice') // fields: invoice,date,custcode REDEFINE BROWSE oBrw ALIAS "invoice" ID 101 OF oDlg oBrw:LoadFields( .T. ) // load all fields from dbf oBrw:aActions:={ {|| fCol('1') },{|| fCol('2') },{|| fCol('3') } } : : return .t. // Your user defined function below, function fCol(cX)...
by tnhoe
Mon Mar 20, 2006 4:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Clicking on a TsBrowse Column, can it execute a Function?
Replies: 3
Views: 939

oBrw:aActions := { {||msgstop('col 1')}, {||msgstop('col 2')}, {||msgstop('col 3')}, ... }
by tnhoe
Thu Mar 09, 2006 6:20 am
Forum: FiveWin for CA-Clipper
Topic: FW/Clipper on a Dual-Core machine
Replies: 4
Views: 1474

I have a customer running FWv1.95 app on Window NT on P3 800hz Intel dual core processor IBM server without problem since 2-3 years
by tnhoe
Tue Mar 07, 2006 6:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: What is the suitable function to Clipper's KEYBOARD()
Replies: 3
Views: 881

__keyboard(K_TAB)
by tnhoe
Sun Mar 05, 2006 8:11 am
Forum: FiveWin for CA-Clipper
Topic: a device attached
Replies: 2
Views: 1019

It happens for Blinker v5.1 and below, solved in Blinker v7.0
by tnhoe
Wed Mar 01, 2006 10:32 am
Forum: FiveWin for Pocket PC
Topic: palm / receipt printer
Replies: 3
Views: 1269

palm / receipt printer

Hi,

1. does Fivewin ppc work on both palm os and windows CE ?

2. any recommended of palm/ppc model and its related receipt printer ?

Regards
Hoe
by tnhoe
Wed Feb 15, 2006 7:44 pm
Forum: FiveWin for CA-Clipper
Topic: clipper exe and time cpu
Replies: 11
Views: 7002

I do this :

:
:
ACTIVATE WINDOWS oWnd ON INIT (winattend(500,,),.F.)


after link it and give following errors : UNRESOLVED EXTERNAL

PUBVAR
STOPUNTIL
GGMSTATE
KEYNEXT

I use Clipper 5.2, Fivewin 1.95 only
by tnhoe
Wed Feb 15, 2006 7:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: What is the harbour syntax/flags to recompile classes prg ?
Replies: 2
Views: 836

and which harbour/fivewin libs should include for these functions :-

OBJNEWCLS
OBJADDMET
OBJSETUSERDATA
OBJCLSINS

?