Search found 142 matches

by dpaterso
Fri Aug 04, 2006 10:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour builder & FWH - workaround
Replies: 7
Views: 1699

Hello, I am using the latest release of XHB i.e. August 2006 RC-8. I always uninstall my current version and re-install the new one each time a new release is made available so there is no chance that it is a corrupt installation or contains old or modified files. I do the same with FWH. Regards, Da...
by dpaterso
Fri Aug 04, 2006 9:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour builder & FWH - workaround
Replies: 7
Views: 1699

Hello, sorry, me again!

I copied (cut & pasted) the temporary fix into my main .prg but when compiling I now get the following xHB error:

hbole.h Line 62 Error F0026 Parse error in constant expression '\'

Help!

Regards,

Dale.
by dpaterso
Thu Aug 03, 2006 8:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: ShellExecute not working after July 2006 FWH update
Replies: 8
Views: 1805

Thanks - I know that I can rely on FWH!

Regards,

Dale.
by dpaterso
Thu Aug 03, 2006 6:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: ShellExecute not working after July 2006 FWH update
Replies: 8
Views: 1805

Hi Antonio, Sorry to worry you with this again but I have (finally) received a reply from Ron Pinkas at xHB and his response was (and I quote): "This suggests you need to rebuild FiveHMX.lib" What do you make of this? I don't understand why I would have to rebuild FiveHMX.lib. I mean to sa...
by dpaterso
Thu Jul 27, 2006 9:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: ShellExecute not working after July 2006 FWH update
Replies: 8
Views: 1805

No problem - and thanks!

Regards,

Dale.
by dpaterso
Thu Jul 27, 2006 7:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: ShellExecute not working after July 2006 FWH update
Replies: 8
Views: 1805

Thanks Antonio for the reply. I have managed to tie the problem down to this: If I DO NOT explicitly add C:\FWH\SOURCE\CLASSES\WINDOW.PRG to the XHB Project then the errors occur. I reverted back to xHB RC-6 and this made no difference. I have to include C:\FWH\SOURCE\CLASSES\WINDOW.PRG in my list o...
by dpaterso
Tue Jul 25, 2006 12:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ShellExecute not working after July 2006 FWH update
Replies: 8
Views: 1805

ShellExecute not working after July 2006 FWH update

Hello, The following command used to work (before updating to July 2006 build of FWH): ShellExecute( oWndParent, 'Open', 'http://www.website.net/' ) Now I get an application error (you know - one of those send / don't send to Microsoft error messages). Anybody know why (and how to fix)??? I have not...
by dpaterso
Fri Mar 24, 2006 11:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: Store Bitmap in Database File?
Replies: 8
Views: 1837

That is why you created FiveWin and I just use it!!!

Too clever!!!

Thanks - it works perfectly for .bmp and .jpg!!!

Regards,

Dale.
by dpaterso
Fri Mar 24, 2006 10:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: Store Bitmap in Database File?
Replies: 8
Views: 1837

Although - funny enough - the following does compile with no errors:

...
Local oMemoData

...
oMemoData := MemoRead( 'Test.bmp' )

...
ReDefine Bitmap oBmp Var oMemoData ID 123 ...

Regards,

Dale
by dpaterso
Fri Mar 24, 2006 10:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: Store Bitmap in Database File?
Replies: 8
Views: 1837

Hold the phone!

It is not quite that simple.

How do you then display the thing?

I mean to say there is no 'Var' associated with TImage.

You can't say:

ReDefine Image oImg Var iMemoFieldImage ...

Dale.
by dpaterso
Fri Mar 24, 2006 9:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: Store Bitmap in Database File?
Replies: 8
Views: 1837

Thanks,

I was going to try to use FOpen() and FRead() etc. etc. but your way sure looks simple enough.

Thanks,

Dale.
by dpaterso
Fri Mar 24, 2006 9:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: Store Bitmap in Database File?
Replies: 8
Views: 1837

Hello, Sounds great - but how? Would you read the existing file off disk (using which function?) and then 'Replace Memo Field' with the data from the read or what? I mean to say that there is no function that I am aware of to say for example: gData := BitMap.Ext Replace Memo Field With gData Regards...
by dpaterso
Fri Mar 24, 2006 9:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: Changing Foreground and Background Colors of ComboBox
Replies: 7
Views: 1482

Ok - I think I understand.

But - are Gets handled the same way i.e. when focused they use the system colors or is it just the ComboBox that works this way?

I have no problem with Gets and Says.

Regards,

Dale.
by dpaterso
Fri Mar 24, 2006 9:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: Store Bitmap in Database File?
Replies: 8
Views: 1837

Store Bitmap in Database File?

Is there any way of storing a bitmap in a database file? This may not sound logical but how else could I do this: One section of my app contains a database of employees and I would like to be able to store (or attach) their picture to their details. Displaying the bitmap is no problem - that works p...
by dpaterso
Fri Mar 24, 2006 8:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: Errors when compiling and linking \FWH\SAMPLES\FLASH.PRG
Replies: 7
Views: 1482

Thanks a lot,

Thats neat.

Regards,

Dale.