Yes !
It help me a lot !!!
Thank you very much.
Search found 21 matches
- Sat Jul 12, 2008 12:46 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to get the handle of object
- Replies: 2
- Views: 590
- 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
for example :
oObject := TOleAuto():New(xxx)
How to get the handel of oObject
- Fri Apr 20, 2007 2:46 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Open a memoreaded file without memowrite
- Replies: 3
- Views: 958
- 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 ...
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 ...
- 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
- 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
- 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
- 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 ...
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 ...
- 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
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
- Fri Mar 30, 2007 1:38 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: to Richard ( Taiwan ) about Skin Themes windows
- Replies: 27
- Views: 9767
- Tue Jan 30, 2007 12:50 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to open a png graphic file
- Replies: 6
- Views: 1692
- 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
Did anyone can tell me , How to open a PNG graphic file.
I can't open with TBTNBMP class
Thanks !
Best Regards
Dixon Chu
- 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 ...
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 ...
- 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 ...
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 ...
- 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