FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for CA-Clipper Converting POS application to xHarbour + FWH
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Converting POS application to xHarbour + FWH
Posted: Mon May 19, 2008 05:55 PM

Jose,

In class CRect there is a call to WndTop( ::hWnd ) and there is not a DATA hWnd defined.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 100
Joined: Wed Oct 04, 2006 04:50 PM
Converting POS application to xHarbour + FWH
Posted: Mon May 19, 2008 06:42 PM

Antonio,

You mean there is a need to modify the class crect for FWH? The same code is used with FW24.

Do we have samples. Thanks.

Regards,

Jose :)

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Converting POS application to xHarbour + FWH
Posted: Tue May 20, 2008 10:38 AM

Jose,

It seems to me that the call to WndTop( ::hWnd ) was recently introduced by you.

That code can't work, as there is no a DATA hWnd in your class CRect

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 100
Joined: Wed Oct 04, 2006 04:50 PM
Converting POS application to xHarbour + FWH
Posted: Tue May 20, 2008 04:30 PM

Antonio,

The original code is oRect:Move( max( oRect:nTop, ::ntop ) is not working which I changed to call to WndTop( ::hWnd ) as suggested.

Any suggestion for possible work around would be highly appreciated.

Thanks,

Jose

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Converting POS application to xHarbour + FWH
Posted: Tue May 20, 2008 05:33 PM

Jose,

Could you email me the 16 bits working EXE (as a ZIP file) so we can check what the application does and get a better idea about it ? thanks,

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 100
Joined: Wed Oct 04, 2006 04:50 PM
Converting POS application to xHarbour + FWH
Posted: Thu May 22, 2008 12:14 AM

Antonio,

Thank you very much for your support but it is not posilble due to company's policy.

Regards,

Jose

Continue the discussion