Search found 83 matches

by tnhoe
Wed Feb 15, 2006 6:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: What is the harbour syntax/flags to recompile classes prg ?
Replies: 2
Views: 836

What is the harbour syntax/flags to recompile classes prg ?

What is the correct syntax/flags to compile classes prg ? I try recompile a modified tget.prg and get following errors. From buildh.bat in \FWH21\samples\ :- %hdir%\bin\harbour %1 /n /m /i..\include;%hdir%\include /p %2 %3 > clip.log Giving errors on all 'METHODS' command in prg :- *----------------...
by tnhoe
Wed Feb 15, 2006 5:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: tsbrowse for xHarbour
Replies: 1
Views: 711

tsbrowse for xHarbour

Can anyone plz send me TSBROWSE libs for xHarbour ?

i think the libs are sbrowse, sbutton.
by tnhoe
Wed Feb 15, 2006 3:25 pm
Forum: FiveWin for CA-Clipper
Topic: clipper exe and time cpu
Replies: 11
Views: 7002

What is the parameter values to send when calling Winattend() :-

=> nDelai, ETATPRECG, ETATPREC ???

Thanks.
by tnhoe
Tue Feb 14, 2006 3:59 pm
Forum: FiveWin for CA-Clipper
Topic: clipper exe and time cpu
Replies: 11
Views: 7002

Could u plz post a sample prg of using stopuntil() ?

I need it too.
by tnhoe
Tue Feb 07, 2006 2:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Web Application
Replies: 9
Views: 3536

AFPexpress is software key controlled, ordered/registered by name : USD99 per name
by tnhoe
Mon Feb 06, 2006 4:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Web Application
Replies: 9
Views: 3536

AFPexpress at www.afpages.com is :-
- plugin DLL for using Visual Foxpro as server side language
- can use with either IIS or Apache

Foxpro commands are basically similar to Clipper/Dbase.
I use it to update dbf/cdx,data sharing with Fivewin app.
by tnhoe
Sat Feb 04, 2006 12:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: Web Application
Replies: 9
Views: 3536

The best for networking app for multi concurrent users on remote database is still web app in term of performance speed and software maintenance. Of cource the most preferable database is SQL based. But with xHbscript or AFPexpress (both are dbf/cdx plugin for most web server), u still can build web...
by tnhoe
Sat Feb 04, 2006 12:31 am
Forum: FiveWin for Harbour/xHarbour
Topic: oGet:setSel() not working?
Replies: 8
Views: 2027

James,

Sandeep's TDD class does it : Auto-complete from dbf

I use it since fw 1.95

U can download it from Patrick Mast's www.fivewin.info
by tnhoe
Sun Jan 22, 2006 1:23 pm
Forum: FiveWin for CA-Clipper
Topic: send sms via modem (with phone sim card)
Replies: 3
Views: 2057

==> 1-Develop a small aplication/service in Microsoft SMS SDK Will try it. ==> 2-Using Microsoft SMS Sender 1.0 tool Already tried. I call it from Fivewin nCode=Winexec() and a few problems found :- - it always return same nCode value whether success or fail - it hangs when sending more than 5 SMSs ...
by tnhoe
Fri Jan 20, 2006 12:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TsBrowse 6.00 - Incorrect column sizes with oBrw:LoadFields
Replies: 1
Views: 654

You can do this :

nPixel=6
select(yourDbf)
for i=1 to fCount()
oBrw:aColumns:nWidth=len(transform(fieldname(i),'@!'))*nPixel
next
by tnhoe
Mon Jan 02, 2006 4:48 pm
Forum: FiveWin for CA-Clipper
Topic: clipper exe and time cpu
Replies: 11
Views: 7002

- recompile it with Harbour/xHarbour
- set the exe desktop icon properties to 'minimize'
- if u call it from Fivewin => winexec('clip.exe', 6)
by tnhoe
Mon Dec 26, 2005 3:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: TDD class
Replies: 5
Views: 1433

by tnhoe
Thu Dec 22, 2005 5:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Connection Remote
Replies: 5
Views: 1807

Alternate solution I use to build web application sharing data with Fivewin app :-

- Apache as web server
- ActiveFoxproPage at www.afpages.com as dll plugin,
syntax similar to Clipper (instead of using asp/php)
- html+javascript+foxpro codes to build web input form

Regards
Hoe
by tnhoe
Thu Dec 22, 2005 5:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TDD class
Replies: 5
Views: 1433

Antanio,

It is an 'incremental search' built from Tget class.

eg: auto-complete when typing a string

Regards
Hoe
by tnhoe
Wed Dec 21, 2005 11:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TDD class
Replies: 5
Views: 1433

TDD class

Hi,

Did anyone use TDD class (from Sandeep) ?
Or anyone has similar solution ?

There is one found in www.fivewin.info but when compiled showing error.

Regards
Hoe