Search found 41 matches

by Sakis
Tue Oct 27, 2009 12:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Email through outlook
Replies: 7
Views: 1215

Re: Email through outlook

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
by Sakis
Fri May 08, 2009 10:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock RibbonBar first tests
Replies: 116
Views: 33021

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...
by Sakis
Sun Apr 16, 2006 6:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: random with a dbf
Replies: 7
Views: 1787

Hello Silvio again

Try the following :

Code: Select all


FUNCTION Unique(nTotale)

RETURN( HB_RANDOMINT(1,nTotale))

Regards
Dionisis
by Sakis
Sun Apr 16, 2006 2:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: random with a dbf
Replies: 7
Views: 1787

Silvio

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)

 
Regards
Dionisis
by Sakis
Tue Mar 07, 2006 2:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Uunresolved externals
Replies: 1
Views: 988

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...
by Sakis
Sun Mar 05, 2006 4:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved externals in new TestRtf Sample
Replies: 19
Views: 7067

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...
by Sakis
Sun Mar 05, 2006 10:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved externals in new TestRtf Sample
Replies: 19
Views: 7067

Hi agn Antonio

Changing the original ActiveX.lib with the demo one i have the following Unresolved External.

_HB_FUN_TACTIVEX

By the way the demo's ActiveX library size is only 5 kb as the original is almost 110kb.


TIA
Dionisis
by Sakis
Sun Mar 05, 2006 9:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved externals in new TestRtf Sample
Replies: 19
Views: 7067

Yes Antonio

I use the xHarbour builder to build the sample, but i get the same error.log as those i already sented to you.



TIA
Dionisis
by Sakis
Sun Mar 05, 2006 9:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved externals in new TestRtf Sample
Replies: 19
Views: 7067

Hi Antonio

I use the commercial compiler of xHarbour not the one that comes from xHarbour.org so there is no such a way to rearange the way that compiler and linker process the libraries. Except there is a way.....


TIA
DIONISIS
by Sakis
Sun Mar 05, 2006 7:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved externals in new TestRtf Sample
Replies: 19
Views: 7067

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

Many thanks
Dionisis
by Sakis
Sat Mar 04, 2006 3:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved externals in new TestRtf Sample
Replies: 19
Views: 7067

Hello Richard

I already download today's release but nothing hapens. The problems renmains the same .

Many Thanks for your help.


TIA
Dionisis
by Sakis
Sat Mar 04, 2006 2:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved externals in new TestRtf Sample
Replies: 19
Views: 7067

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...
by Sakis
Tue Feb 14, 2006 1:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ImportWMF
Replies: 7
Views: 2125

Evans

I know the right person who may solve your problem. He is seating next to me.... MANOS SV1COD.


Greetings

Dionisis and MANOS
by Sakis
Thu Feb 09, 2006 7:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved External Symbol _hb_dynsymSymbol
Replies: 9
Views: 2910

Antonio you make your miracle again!!!!! :D


MANY MANY THANKS

Dionisis
by Sakis
Thu Feb 09, 2006 8:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved External Symbol _hb_dynsymSymbol
Replies: 9
Views: 2910

Hi Enrico

No because I use the comercial version of xHarbour compiler. And with FWH January build i diden't faced any problems at all. Also i dident faced any problems with last week's Antonios Beta Testing LIBS . I am afread that is more in depth issue.

Greetings
Dionisis