Hello to all
Enrico code work's only with XP. can anyone post the code for thw same task but on Vista.
Best Regards
Dionisis
Search found 41 matches
- Tue Oct 27, 2009 12:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Email through outlook
- Replies: 7
- Views: 1257
- Fri May 08, 2009 10:16 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Codejock RibbonBar first tests
- Replies: 116
- Views: 33480
Re: Codejock RibbonBar first tests
To have acess to the CommandBarsGlobalSettings on Form Initialize Event add the following code: LOCAL GLOBALSettings:= NIL GlobalSettings:= CreateObject("Codejock.CommandbarsGlobalSettings.13.0.0") WiTH OBJECT GlobalSettings :License:= "CommandBars Control C...
- Sun Apr 16, 2006 6:39 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: random with a dbf
- Replies: 7
- Views: 1819
Hello Silvio again
Try the following :
Regards
Dionisis
Try the following :
Code: Select all
FUNCTION Unique(nTotale)
RETURN( HB_RANDOMINT(1,nTotale))
Dionisis
- Sun Apr 16, 2006 2:38 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: random with a dbf
- Replies: 7
- Views: 1819
Silvio
Try the folowing:
Regards
Dionisis
Try the folowing:
Code: Select all
FUNCTION Unique()
LOCAL cNumeric:= STR (HB_RANDOMINT(1,10000) ,5)
// You may use any number instand of 10000
cNumeric := STRTRAN (cNumeric ," ","0")
RETURN( cNumeric)
Dionisis
- Tue Mar 07, 2006 2:22 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Uunresolved externals
- Replies: 1
- Views: 1014
Uunresolved externals
Hello Antonio and from hear :D First of all ask you does C3 IDE work's with FWC3 ? Trying some functions from fwc3 i get those unresolved externals "PARAMCOUNT" referenced from module FILENAME "GETPARAM" referneced from module FILENAME I try to use the folloeing code : SET DEFAUL...
- Sun Mar 05, 2006 4:36 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Unresolved externals in new TestRtf Sample
- Replies: 19
- Views: 7149
Good afternoon Antonio 1. Yes i link FiveHmx.Lib. 2. No there is no part of an application . Just the sample that provided with March release of FWH. 3. There is no way to run any of those 3 samples. So i gave up , i can live without it. I hope , not needed to include this feature in any of my appli...
- Sun Mar 05, 2006 10:35 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Unresolved externals in new TestRtf Sample
- Replies: 19
- Views: 7149
- Sun Mar 05, 2006 9:53 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Unresolved externals in new TestRtf Sample
- Replies: 19
- Views: 7149
- Sun Mar 05, 2006 9:23 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Unresolved externals in new TestRtf Sample
- Replies: 19
- Views: 7149
- Sun Mar 05, 2006 7:15 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Unresolved externals in new TestRtf Sample
- Replies: 19
- Views: 7149
Hi Antonio
Unfortunately the WebeXP and media sample not running with this obj file (test.obj).
Here is the link for the error log file.
http://hyperupload.com/download/cf0ab040/Error.log.html
I am sure that you find the solution on this problem
Many thanks
Dionisis
Unfortunately the WebeXP and media sample not running with this obj file (test.obj).
Here is the link for the error log file.
http://hyperupload.com/download/cf0ab040/Error.log.html
I am sure that you find the solution on this problem
Many thanks
Dionisis
- Sat Mar 04, 2006 3:31 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Unresolved externals in new TestRtf Sample
- Replies: 19
- Views: 7149
- Sat Mar 04, 2006 2:42 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Unresolved externals in new TestRtf Sample
- Replies: 19
- Views: 7149
Unresolved externals in new TestRtf Sample
Hello to all !! Trying to compile the new TestRTF sample, the following unresolved externals appeared : _GetFileVersionInfoSizeA _GetFileVersionInfoA _VerQueryValueA By the way the new samples for ActiveX (WebeExp.prg and media.prg )doesn't work , as side effect mention that my pc locked out and nee...
- Tue Feb 14, 2006 1:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ImportWMF
- Replies: 7
- Views: 2172
- Thu Feb 09, 2006 7:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Unresolved External Symbol _hb_dynsymSymbol
- Replies: 9
- Views: 2951
- Thu Feb 09, 2006 8:11 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Unresolved External Symbol _hb_dynsymSymbol
- Replies: 9
- Views: 2951