Search found 83 matches

by tnhoe
Wed Jan 24, 2007 8:00 am
Forum: FiveWin for Pocket PC
Topic: Scrollbar
Replies: 3
Views: 1419

I need SCROLLBAR on WINDOW too. Is it already in Jan 07 build ?
by tnhoe
Mon Jan 22, 2007 1:24 pm
Forum: FiveWin for Pocket PC
Topic: REDEFINE LISTBOX
Replies: 2
Views: 1206

Sorry, my mistake.

After adding more rows of data, it works fine.
by tnhoe
Mon Jan 22, 2007 9:40 am
Forum: FiveWin for Pocket PC
Topic: REDEFINE LISTBOX
Replies: 2
Views: 1206

REDEFINE LISTBOX

In RC, I add listbox with vertical/horizontal scrollbar ticked , then :- REDEFINE LISTBOX ... ; HEADERS ... FIELDS ... SIZES ... ID 101 OF oFld:aDialogs[1] the listbox shown all data fine (from dbf/cdx) , - horizontal scrollbar : use keyboard move ok, mouse click disabled only when reach last field ...
by tnhoe
Mon Jan 22, 2007 9:12 am
Forum: FiveWin for Pocket PC
Topic: TESTBRW.RC
Replies: 1
Views: 786

TESTBRW.RC

new FWPPC buildh 27th Jan sample TESTBRW.PRG,TESTBRW.RC open error
by tnhoe
Sun Nov 05, 2006 4:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: internet IP (plz translate)
Replies: 7
Views: 1970

Thanks, got it.

But after link got this error when running BUILDH.BAT :

Error: Unresolved external '_hb_vmMessage' referenced from HBOLE.LIB|ole2
by tnhoe
Sat Nov 04, 2006 5:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: internet IP (plz translate)
Replies: 7
Views: 1970

where can I download hbole.lib ?
by tnhoe
Tue Oct 31, 2006 7:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: internet IP (plz translate)
Replies: 7
Views: 1970

Thanks. Can get Harbour version ?
by tnhoe
Sat Oct 28, 2006 9:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: internet IP (plz translate)
Replies: 7
Views: 1970

internet IP (plz translate)

Following is Visual Foxpro code to get internet IP. Anyone can help to translate it to FWH plz :- loExplorer = CreateObject("InternetExplorer.Application") loExplorer.Navigate2("www.whatismyip.com") DO WHILE loExplorer.readystate <> 4 ENDDO loDoc = loExplorer.Document cIp = UPPER...
by tnhoe
Fri Sep 15, 2006 8:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Barcode TTF Fonts
Replies: 4
Views: 964

can mail me a copy plz ?

mailto : easywin3@yahoo.com
by tnhoe
Sat Jul 01, 2006 5:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox Filter on Logical Field
Replies: 13
Views: 3361

index on transform(template,'@!')+custno tag tempcust to yourcdx
set order to tag tempcust

redefine listbox oLbx ... ;
select transform(template,'@!')+custno for "T"+cCustno
by tnhoe
Fri Jun 30, 2006 4:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox Filter on Logical Field
Replies: 13
Views: 3361

is oCustno an object or a string ? it must be a string value
by tnhoe
Fri Jun 30, 2006 1:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Shortcut (*.lnk) from FWH
Replies: 12
Views: 4140

i compile it with error :

unresolve external : _HB_FUN_TOLEAUTO

what should i include ???
by tnhoe
Thu Jun 29, 2006 6:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: OLE & Outlook (How to translate this Delphi code)
Replies: 11
Views: 3640

Outlook Redemption works around limitations imposed by the Outlook Security Patch :-

http://www.dimastr.com/redemption/
by tnhoe
Thu Jun 29, 2006 5:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Shortcut (*.lnk) from FWH
Replies: 12
Views: 4140

sample code in Visual Foxpro, require WSH or at least XP, someone help to translete plz :- CreateLink( 'DeskTop', "stock", "c:\stock\main.exe", "CTRL+SHIFT+C", "main.exe,0", "c:\stock" ) FUNCTION CreateLink(dest,sName,sPath,sHotKey,sIcon ,sWorkingDir...
by tnhoe
Tue Jun 27, 2006 7:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox Filter on Logical Field
Replies: 13
Views: 3361

convert field type to string when indexing :-

index on transform(template,'@!')+custno