Search found 1571 matches

by dutch
Tue Apr 08, 2025 12:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH Zebra QR test
Replies: 6
Views: 454

Re: FWH Zebra QR test

Dear Antonio,

I test with FWH2304, it works fine.
by dutch
Sat Mar 15, 2025 4:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Get\Action .. disable the field only
Replies: 9
Views: 5406

Re: Get\Action .. disable the field only

Dear Antonio,

Yes, I got it. Thank you so much.
by dutch
Sat Mar 15, 2025 8:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: Get\Action .. disable the field only
Replies: 9
Views: 5406

Re: Get\Action .. disable the field only

Dear Antonio,

I use reuse function to use in ACTION and I prefer to use TGET:VarPut() instead of write value to Variable. I see in TGET classes and modify as below and can use TGET:VarPut() write Value to TGET.

METHOD VarPut( uVal ) INLINE If( ValType( ::bSetGet ) == "B", ; // .and. ! ::lReadOnly ...
by dutch
Fri Mar 14, 2025 4:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: Get\Action .. disable the field only
Replies: 9
Views: 5406

Re: Get\Action .. disable the field only

Dear All,

I try as this topic but the TGET:VarPut() do not accept the new value assign from ACTION. I use TGET:VarPut() and after use TGET:VarGet(), it return as Original Data before change.

Thanks for any help and suggestion.
by dutch
Fri Mar 07, 2025 5:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Welcome back Master Rao, good news
Replies: 1
Views: 926

Welcome back Master Rao, good news

Dear Master Rao,

I'm glad to hearing from you and hope your health will be better now.

Regards,
Dutch
by dutch
Fri Mar 07, 2025 5:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: bDragBegin and bDropOver problem (fixed!)
Replies: 35
Views: 19400

Re: bDragBegin and bDropOver problem (fixed!)

Dear Antonio,

I've reinstall, change in source and rebuild library. It works well now.

Thank you so much for your kind help. I want to use many new and useful feature after FWH1901 but struck for long time.
Now It's clear and fixed.

Thanks once again.
Dutch

Dear Dutch,

I have just emailed ...
by dutch
Fri Mar 07, 2025 4:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: bDragBegin and bDropOver problem (fixed!)
Replies: 35
Views: 19400

Re: bDragBegin and bDropOver problem *Resolved*

Dear Antonio,

I changed as below (your suggestion), it got an error. Can I make as dump function?

Error: Unresolved external '_HB_FUN_ISRECORDSET' referenced from D:\FWH2304\LIB\FIVEHX.LIB|drxl

I use my latest version FWH2304.

Thanks in advance,


Fixed bug, in Class TXBrowse Method LButtonUp ...
by dutch
Fri Mar 07, 2025 6:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: FW_Saveimage() memory leak issue *Fixed*
Replies: 15
Views: 17275

Re: FW_Saveimage() memory leak issue

Dear Antonio,

The problem is DropOver FOLDER and SAY above TFOLDER. It's not working. But DropOver FOLDER and SAY below TFOLDER is working as FWH1901.
Let's see the vdo cip.
https://streamable.com/wpfbjq


Dear Dutch,

I have built and test your app using Harbour and xHarbour and FWH 25.01

I ...
by dutch
Thu Mar 06, 2025 8:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: FW_Saveimage() memory leak issue *Fixed*
Replies: 15
Views: 17275

Re: FW_Saveimage() memory leak issue

Dear Antonio,

I still use FWH 1901.
I subscribed up to 2304 but I cannot move forward, because of Drag & Drop that I mention.

bDragBegin and bDropOver problem *Unresolve*
since Sep 12, 2023
viewtopic.php?p=276556#p276556
by dutch
Thu Mar 06, 2025 8:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: FW_Saveimage() memory leak issue *Fixed*
Replies: 15
Views: 17275

Re: FW_Saveimage() memory leak issue

Dear Antonio,

I got an error while compile & link as below;

Turbo Incremental Link 6.80 Copyright (c) 1997-2017 Embarcadero Technologies, Inc.
Error: Unresolved external '_hb_vmCDP' referenced from D:\FWH1901\LIB\FIVEHC.LIB|fwunicode
Error: Unable to perform link
EZ4FO6.EXE - 2 error(s), 24 ...
by dutch
Thu Mar 06, 2025 5:47 am
Forum: FiveWin for Harbour/xHarbour
Topic: FW_Saveimage() memory leak issue *Fixed*
Replies: 15
Views: 17275

Re: FW_Saveimage() memory leak issue

Dear Antonio,

Yes, FW_Saveimage() has consumed the memory. It did not take memory much (30mb-40mb / 1000 pictures) after remark this line.

Dear Dutch,

Could you please comment this line and try it again ? Trying to locate the memory leak, thanks

// keep commented the above code

aImg := Fw ...
by dutch
Wed Mar 05, 2025 4:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FW_Saveimage() memory leak issue *Fixed*
Replies: 15
Views: 17275

Re: FW_Saveimage() memory leak issue

Dear All,

This link contain sql (mysql) database and sample code.

https://drive.google.com/drive/folders/1_Hrq-0kEdHZz-L4GulCDMsRopaiJueKy?usp=sharing

This my sample as below.
#include 'FiveWin.ch'

static oWnd, oServer
static cCurDir, cTempPath

*-------------------------*
Function Main
local ...
by dutch
Wed Mar 05, 2025 1:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FW_Saveimage() memory leak issue *Fixed*
Replies: 15
Views: 17275

Re: FW_Saveimage() memory leak issue

Dear cnavarro,

It will effect when you run with 1000 records as below.

do while !oRs:eof()
Downloadfile( oRs:image, cFile ) // function download file from oRs (blob in MariaDb)
SaveImage( cFile, cNewFile )
oRs:Skip()
end

I will make small sample and send to you all for testing.

Thanks in ...
by dutch
Wed Mar 05, 2025 1:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FW_Saveimage() memory leak issue *Fixed*
Replies: 15
Views: 17275

Re: FW_Saveimage() memory leak issue

Dear Antonio,

I tested with your recommend, it's still memory leak.

Dear Dutch,

many thanks for your feedback.

Ok, first lets try to identify where the memory leak comes from.

Please comment out this section and run your code again:
/* oImage := GdiBmp():New( cFile )
oImage:Resize( oImage ...
by dutch
Wed Mar 05, 2025 2:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: Friends Let us all pray for Mr Nageswarao Gunupudi
Replies: 32
Views: 18665

Re: Friends Let us all pray for Mr Nageswarao Gunupudi

Master Rao, I hope you are being well soon and come back with stronger health.
Best wishes,