Search found 39 matches

by patrickmast
Sat Apr 26, 2008 6:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: SQLLIB_xHB_110.lib ?
Replies: 5
Views: 1226

Re: SQLLIB_xHB_110.lib ?

JC wrote:How I can obtain the SQLLIB for xHB 1.1.0?
My fivewin is updated to 8.04, with xHB 1.1.0 and the sqllib is wrong!
Please, somebody can help me?

Hello Jose,

You need latest SQLRDD with xHarbour compiled form latest CVS.

Patrick
by patrickmast
Sat Apr 26, 2008 6:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: Urgent : linking problem after bugfix FWH 8.04 of April 18th
Replies: 10
Views: 1665

driessen wrote:Antonio,
Thanks a lot for trying to help me.
I'll contact Patrick Mast.
Regards,

Hello Frank,

I'm waiting for some last minute fixes before releasing a new xHarbour Builder Beta.

Patrick
by patrickmast
Tue Apr 22, 2008 11:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: What's I do wrong with TTimer() ?
Replies: 16
Views: 4376

Enrico Maria Giordano wrote:It is needed for Tone() to work.
EMG

Ok :-)
by patrickmast
Tue Apr 22, 2008 9:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: What's I do wrong with TTimer() ?
Replies: 16
Views: 4376

Hey Enrico,

Why do you have this REQUEST HB_GT_GUI_DEFAULT in your code?

Patrick
by patrickmast
Mon Apr 21, 2008 9:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: forums.fivetechsoft.com
Replies: 43
Views: 7125

Antonio,

Forums feel faster now! ;-)

Patrick
by patrickmast
Sun Apr 20, 2008 7:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: 8.04 and oWnd:end( )
Replies: 29
Views: 5100

Antonio Linares wrote:Patrick,
Thanks for your feedback,
Please provide the xHB April beta to users asap! :-)

Yes! :wink:

I's just a matter of days.

Patrick
by patrickmast
Sat Apr 19, 2008 3:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RMChart DLL use with FWH and xHb now ready
Replies: 10
Views: 6387

Roger Seiler wrote:Thanks to help from Antonio to fix the tooltips and other mouse problems, an update can now be downloaded. Just put it in same folder where you may have downloaded and unzipped the rmc4xhb.zip package earlier, unzip this and overwrite the prior files...

Thank you Roger!

Patrick
by patrickmast
Sat Apr 19, 2008 2:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: 8.04 and oWnd:end( )
Replies: 29
Views: 5100

Re: Sample

Hello Tim,

Built using FWH 8.04 and xHarbour(.com) Nov 2007
Under Vista, this program dies on startup and generates a Vista GPF message:
I just compiled your sample with latest upcoming xHarbour Builder APRIL BETA + FWH 8.04 and it does not GPF. It works with or without adding: function ...
by patrickmast
Fri Apr 11, 2008 8:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: RMChart DLL use with FWH and xHb now ready
Replies: 10
Views: 6387

Hey Roger,

Great. Works better than the previous version. Thank you and Congrats!

Patrick
by patrickmast
Tue Apr 08, 2008 6:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Animated GIFs support for FWH without external DLLs
Replies: 11
Views: 2490

Antonio Linares wrote:Our plan is to provide a configurable speed :-)

Ok, great!
Is this for 8.04?

Patrick
by patrickmast
Tue Apr 08, 2008 3:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Animated GIFs support for FWH without external DLLs
Replies: 11
Views: 2490

Re: Animated GIFs support for FWH without external DLLs

Antonio Linares wrote:Animated GIF support for FWH without the use of external DLLs :-) Click on the GIF in the window to stop/animate it
Nice! ;-)

If I run the sample, the robot runs fast. if I click on it, it runs slower, but it does not stop.

Patrick
by patrickmast
Sat Apr 05, 2008 6:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: GetUserDefaultUILanguage
Replies: 12
Views: 4632

Re: GetUserDefaultUILanguage() and EXCEL

demont frank wrote:Working with EXCEL it can be important to know the languages , espacially when formula's are built.

In dutch we use 'SOM' , in english 'SUM' , and i think there are others
Yes, but "SUM" also works in a Dutch Excell, right? So, you can always use the English formula terms.

Patrick
by patrickmast
Fri Apr 04, 2008 10:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: GetUserDefaultUILanguage
Replies: 12
Views: 4632

As said Antonio, that function would be back a number. That number corresponding for the following countries and languages:
Ok, thanks!

I made this PRG function for it:

Function GetUserDefaultLanguage(n)
LOCAL nLang,nScan
LOCAL aLang:={{1078,"af","Afrikaans - South Africa ...
by patrickmast
Fri Apr 04, 2008 10:26 am
Forum: FiveWin for Harbour/xHarbour
Topic: GetUserDefaultUILanguage
Replies: 12
Views: 4632

Antonio Linares wrote:You should get a number. Please try:
MsgInfo( GETUSERDEFAULTUILANGUAGE() )

Yes, works now. Don't know wat I did wrong first time. ;-)

Patrick
by patrickmast
Thu Apr 03, 2008 2:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GetUserDefaultUILanguage
Replies: 12
Views: 4632

Manuel Valdenebro wrote:I had done. It is running ok.

It does not return anything here. Does ik on your end?

Patrick