Search found 30 matches: dixon

Return to advanced search

Dixon,

yes, you can easily do it:

oActivex:GetLocalFile( FieldToFile( ALIAS->MEMOFIELD ) )
...
function FieldToFile( cText )

MemoWrit( "temp.txt", cText )

return "temp.txt"
by Antonio Linares
Fri Apr 20, 2007 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Open a memoreaded file without memowrite
Replies: 3
Views: 838

... Then oActivex::GetLocalFile(xxx(ALIAS->MEMOFIELD)) so, I can store the disk file to Memo fields anyone can help Regards Dixon Chu
by dixonchu
Fri Apr 20, 2007 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Open a memoreaded file without memowrite
Replies: 3
Views: 838

Dixon,

If you load a DBF file into memory using MemoRead(), you can not USE it.

You may need a new and special RDD for such purpose (MEMRDD ? :-) ) .
by Antonio Linares
Fri Apr 20, 2007 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Open a memoreaded file without memowrite
Replies: 3
Views: 838

Open a memoreaded file without memowrite

... cFileName is a "test.dbf" ctest = memoRead("test.dbf") USE ctest , or USE xxx(ctest) without MemoWrit( "test.dbf", ctest ) Anyone can help Thanks Dixon Chu
by dixonchu
Fri Apr 20, 2007 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Open a memoreaded file without memowrite
Replies: 3
Views: 838

Dixon,

AddHandler looks like an event response.

Please review samples\webexp.prg to see how to manage ActiveX events
by Antonio Linares
Fri Apr 13, 2007 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert VB "set" function to Fivewin
Replies: 9
Views: 2184

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
Fri Apr 13, 2007 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert VB "set" function to Fivewin
Replies: 9
Views: 2184

Antonio

It's OK now , Thanks

Best Regards

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: 2184

Dixon, > With ControlFile.CommandBar.Controls local hCommandBar := OleGetProperty( hControlFile, "CommandBar" ) local hControls := OleGetProperty( hCommandBar, "Controls" ) Its easy :-) Hello Antonio, Could you try to ...
by Taiwan
Wed Apr 11, 2007 4:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert VB "set" function to Fivewin
Replies: 9
Views: 2184

Dixon,

> With ControlFile.CommandBar.Controls

local hCommandBar := OleGetProperty( hControlFile, "CommandBar" )
local hControls := OleGetProperty( hCommandBar, "Controls" )

Its easy :-)
by Antonio Linares
Wed Apr 11, 2007 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert VB "set" function to Fivewin
Replies: 9
Views: 2184

... Set Control = .Add(xtpControlButton, ID_APP_EXIT, "E&xit") Control.BeginGroup = True End With Thank you very much ! 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: 2184

Dixon, Assuming that CommandBars is an ActiveX object: >1. Set RibbonBar = CommandBars.AddRibbonBar("Ribbon Bar") local hRibbonBar := CommandBars:Do( "AddRibbonBar", "RibbonBar" ) > 2. Set ControlFile = RibbonBar.Controls.Add(xtpControlPopup, ...
by Antonio Linares
Tue Apr 10, 2007 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert VB "set" function to Fivewin
Replies: 9
Views: 2184

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 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH support RibbonBar ActiveX
Replies: 10
Views: 3798

Dixon,

You can not use PNGs in the menu bar
by Antonio Linares
Tue Jan 30, 2007 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to open a png graphic file
Replies: 6
Views: 1603

Dixon,

You have to use FWH Class TImage, please review samples\TestImg.prg
by Antonio Linares
Tue Jan 30, 2007 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to open a png graphic file
Replies: 6
Views: 1603

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
Tue Jan 30, 2007 3:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to open a png graphic file
Replies: 6
Views: 1603
Next

Return to advanced search