FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Copy and Paste issue with TGET and FWMariaDb *Fixed*
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: Copy and Paste issue with TGET and FWMariaDb
Posted: Wed Apr 23, 2025 10:38 AM
Dear Ertan,

I used xHarbour 1.2.3 Intl. (SimpLex) (Build 20221118).
I changed xHarbour to older version xHarbour 1.2.3 Intl. (SimpLex) (Build 20201212), it's still the same problem.
ertan wrote: Dear Dutch,

I try reproduce your error and analysis this with xHarbour

Best regards,

Ertan Hakan ÖZTÜRK
ertan_ozturk@yahoo.com
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 61
Joined: Wed Jul 26, 2023 12:08 PM
Re: Copy and Paste issue with TGET and FWMariaDb
Posted: Wed Apr 23, 2025 12:01 PM
Dear Dutch,

The problem is not caused by xHarbour

Please check your email,

Best regards,
Ertan Hakan ÖZTÜRK

ertan_ozturk@yahoo.com
Best regards,
Ertan,

ertan_ozturk@yahoo.com
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: Copy and Paste issue with TGET and FWMariaDb
Posted: Thu Apr 24, 2025 10:33 PM
Hi Antonio,

I still struck with this issue (FWH2304). Previous version, I use FWH1901 without this problem. Could you help to fix it please.

Thanks in advance,
Antonio Linares wrote: Dear Dutch,

This example is working fine here with Harbour and xHarbour, when pasting on the first GET:

modified maria02.prg
#include "fivewin.ch"

static aStr := { "localhost,fwh,fivetec1_antonio,1234" }

static oCn

//----------------------------------------------------------------------------//

function Main()

   local oRs, cSql, oDlg

   FWSetLanguage( 1 )
   FW_SetUnicode( .t. )

   if ( oCn := maria_Connect( aStr[ 1 ], .t. ) ) != nil

      TEXT INTO cSql
         SELECT C.ID AS CustID, C.FIRST AS CustName, C.AGE AS AG, C.STATE AS ST, S.NAME AS StateName
         FROM customer C
         LEFT OUTER JOIN states S ON C.STATE = S.CODE
         ORDER BY CUSTID
      ENDTEXT

      oRs   := oCn:RowSet( cSql )

      DEFINE DIALOG oDlg 

      @ 1, 1 GET oRs:CustName OF oDlg 

      @ 3, 1 GET oRs:St OF oDlg 

      ACTIVATE DIALOG oDlg CENTERED

      oCn:Close()

   endif

return nil
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Copy and Paste issue with TGET and FWMariaDb
Posted: Fri Apr 25, 2025 03:14 AM

Dear Dutch,

Already sent by email a working 2304 version

Waiting for your feedback

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: Copy and Paste issue with TGET and FWMariaDb
Posted: Fri Apr 25, 2025 08:27 AM
Dear All,

After Antonio help, the issue has fixed and work perfectly now.

Thank you so much for your kind support.
Antonio Linares wrote: Dear Dutch,

Already sent by email a working 2304 version

Waiting for your feedback
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)

Continue the discussion