Search found 21 matches

by dixonchu
Sat Jul 12, 2008 12:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to get the handle of object
Replies: 2
Views: 590

Yes !

It help me a lot !!!

Thank you very much.
by dixonchu
Fri Jul 11, 2008 2:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to get the handle of object
Replies: 2
Views: 590

How to get the handle of object

How to get the handle of object create by ToleAuto():new(XXX)

for example :

oObject := TOleAuto():New(xxx)

How to get the handel of oObject
by dixonchu
Fri Apr 20, 2007 2:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Open a memoreaded file without memowrite
Replies: 3
Views: 958

Antonio

Sorry, I give you a incorrect example.

The thing is I have to use a OCX method , like oActivex&#058;GetLocalFile( <cFileName> )

That function I can't change it .

But I want to save the <cFileName> into Memo fields first ,

then oActivex&#058;:GetLocalFile( xxx(<memo field>) )

The ...
by dixonchu
Fri Apr 20, 2007 8:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: Open a memoreaded file without memowrite
Replies: 3
Views: 958

Open a memoreaded file without memowrite

Dear All

If I Read an entire file from disk into memory

cString = MemoRead( <cFileName> )

How can I use this string without Written to a file

MemoWrit( <cFileName>, <cString> )


For example , If cFileName is a "test.dbf"

ctest = memoRead("test.dbf")

USE ctest , or USE xxx(ctest)

without ...
by dixonchu
Fri Apr 13, 2007 8:44 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert VB "set" function to Fivewin
Replies: 9
Views: 2344

Dear Antonio

Could you help me again !

How to conver VB "AddHandle" to FWH

StatusBar = CommandBars.StatusBar
AddHandler StatusBar.PaneClick, AddressOf StatusBar_PaneClickEvent

Thanks again !

Dixon Chu
by dixonchu
Thu Apr 12, 2007 5:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert VB "set" function to Fivewin
Replies: 9
Views: 2344

Antonio

It's OK now , Thanks

Best Regards

Dixon Chu
by dixonchu
Wed Apr 11, 2007 1:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert VB "set" function to Fivewin
Replies: 9
Views: 2344

Dear Antonio

It's very kindly of you to help me out

1. Set RibbonBar = CommandBars.AddRibbonBar("Ribbon Bar")
2. Set ControlFile = RibbonBar.Controls.Add(xtpControlPopup, -1, "&File", 1)

It's ok now

But I still have problem for the following commands
Could you help me this AGAIN !

'Add ...
by dixonchu
Tue Apr 10, 2007 9:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert VB "set" function to Fivewin
Replies: 9
Views: 2344

How to convert VB "set" function to Fivewin

How to convert VB "set" function to Fivewin

VB sample code


'Declare a Ribbon Bar object
Dim RibbonBar As RibbonBar

'Add a Ribbon Bar to the command bars
Set RibbonBar = CommandBars.AddRibbonBar("Ribbon Bar")

'Specify the Ribbon Bar is to use the stretched docking style. The Ribbon Bar ...
by dixonchu
Fri Mar 30, 2007 6:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH support RibbonBar ActiveX
Replies: 10
Views: 3924

Dear Richard

Could you send me a FWH samples for how to use "Codejock.CommandBarsFrame" OCX

My email address is dixon514@gmail.com

Thanks !!!

Best Regards

Dixon Chu
by dixonchu
Fri Mar 30, 2007 1:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: to Richard ( Taiwan ) about Skin Themes windows
Replies: 27
Views: 9767

Hi Richard !

Could you tell me how to remove the S/F mark

Thanks !!!

Best Regards
by dixonchu
Tue Jan 30, 2007 12:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to open a png graphic file
Replies: 6
Views: 1692

Dear Antonio

I want to use this PNG on menu bar ,

But TImage can't put on it.

Can I loadbitmap first. then use button class .

OR. other ways ..
by dixonchu
Tue Jan 30, 2007 3:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to open a png graphic file
Replies: 6
Views: 1692

How to open a png graphic file

Dear all

Did anyone can tell me , How to open a PNG graphic file.

I can't open with TBTNBMP class

Thanks !

Best Regards

Dixon Chu
by dixonchu
Mon Jan 29, 2007 8:26 am
Forum: FiveWin for Harbour/xHarbour
Topic: Use DBF file on MEMO field
Replies: 0
Views: 467

Use DBF file on MEMO field

Dear All

Did anyone know How to Open a DBF file on MEMO field without Memowrit

The samples programs maybe like this
=====================
request dbfcdx, dbffpt ; rddsetdefault('DBFCDX')

dbcreate('temp',{{'memo','M',4,0}})
xMEM=MEMOREAD("a.dbf")
use temp
dbappend()
REPL memo WITH xMEM ...
by dixonchu
Mon Jan 29, 2007 8:08 am
Forum: FiveWin for Harbour/xHarbour
Topic: warning LNK4088 and LNK4254
Replies: 1
Views: 1702

warning LNK4088 and LNK4254

Dear All

I'm Using xHarbour 0.99.71 + FWH 6.12 + VC++ 2005

I got a warning LNK4088: image being generated due to /FORCE option; image may not run
and lots of warning LNK4254: section '.CRT' (40000040) merged into '.data' (C0000040) with different attributes

How can I do for these warning ...
by dixonchu
Mon Jan 15, 2007 11:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: The UPDATE Method of TSay class is out of function on FWH6.1
Replies: 2
Views: 672

It's OK now , Thanks !

Dixon Chu