New FWH 14.09

Re: New FWH 14.09

Postby Rick Lipkin » Thu Oct 23, 2014 2:42 pm

Antonio

YES .. Uncommenting out the FillRect line fixed the Group painting issue.

Rick
User avatar
Rick Lipkin
 
Posts: 2615
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: New FWH 14.09

Postby Maurizio » Thu Oct 23, 2014 4:13 pm

Antonio ,
there's an old mistake in the function aRead()

In the function aRead() there must be
local nPos := 4, nLen, n

Code: Select all  Expand view
#include "fivewin.ch"

Function Main()
Local cSave := ""
LOcal aRead := {}

Local  aDAti := {{'CORTO'  , "1234" },  ;
                 {'N_ETICHETTE'  , "22222"  },  ;
                 {'DATA_STAMPA'  , dtoc(DATE())}  ;
               }
       
       cSave := aSave(aDati)
       
       MemoWrit( 'DATI.TXT', cSave )
       
       aRead := aRead(MemorEAD( 'DATI.TXT' ))
       XBROWSE(aRead)
       
Return nil      


Regards Maurizio
www.nipeservice.com
User avatar
Maurizio
 
Posts: 796
Joined: Mon Oct 10, 2005 1:29 pm

Re: New FWH 14.09

Postby Antonio Linares » Fri Oct 24, 2014 5:36 am

Rick, Maurizio,

Many thanks for your feedback.

We are publishing a FWH 14.09 4th revision and update our website accordingly,
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41313
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 14.09

Postby mastintin » Fri Oct 24, 2014 7:47 am

User avatar
mastintin
 
Posts: 1516
Joined: Thu May 27, 2010 2:06 pm

Re: New FWH 14.09

Postby driessen » Fri Oct 24, 2014 3:12 pm

Antonio,

You did post "4th build" to FWH64, but not to FWH.
Sorry.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.02 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc77
User avatar
driessen
 
Posts: 1396
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: New FWH 14.09

Postby Antonio Linares » Fri Oct 24, 2014 5:05 pm

Michel,

It should be ok now, would you mind to check it ? many thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41313
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 14.09

Postby driessen » Fri Oct 24, 2014 6:57 pm

Antonio,

Excellent.

Thanks a lot.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.02 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc77
User avatar
driessen
 
Posts: 1396
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: New FWH 14.09

Postby Antonio Linares » Fri Oct 24, 2014 9:22 pm

Michel,

Many thanks to you for your great feedback :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41313
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 14.09

Postby fraxzi » Sat Oct 25, 2014 2:15 am

Antonio,

FWH 14.09 build 4 not properly showing/missing/not displaying redefined controls.. unlike the build 3. :(

build4
Image

build3
Image
Kind Regards,
Frances

Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
User avatar
fraxzi
 
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines

Re: New FWH 14.09

Postby Antonio Linares » Sat Oct 25, 2014 4:38 am

Frances,

Could you please provide a small example to test it ? thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41313
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 14.09

Postby Antonio Linares » Sat Oct 25, 2014 4:39 am

Frances,

It may be a side effect of this:

viewtopic.php?p=166502#p166502
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41313
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 14.09

Postby fraxzi » Sat Oct 25, 2014 5:32 am

Antonio,

It could be. There is a group behind those say/get controls.
Kind Regards,
Frances

Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
User avatar
fraxzi
 
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines

Re: New FWH 14.09

Postby Rick Lipkin » Sat Oct 25, 2014 1:53 pm

Frances

Make sure your GroupId number is larger than the field ID's.

Rick Lipkin
User avatar
Rick Lipkin
 
Posts: 2615
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: New FWH 14.09

Postby Antonio Linares » Sun Oct 26, 2014 6:49 am

Rick,

Very good idea! thanks :-)


Frances,

have you tried it ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41313
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 14.09

Postby fraxzi » Mon Oct 27, 2014 12:06 am

Rick Lipkin wrote:Frances

Make sure your GroupId number is larger than the field ID's.

Rick Lipkin



Rick,

Thanks! From now on I will make my group ID on higher series than my say/get controls.
Kind Regards,
Frances

Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
User avatar
fraxzi
 
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines

PreviousNext

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 19 guests