New FWH 14.09

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

Re: New FWH 14.09

Post by Rick Lipkin »

Antonio

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

Rick
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Re: New FWH 14.09

Post by Maurizio »

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

#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
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New FWH 14.09

Post by Antonio Linares »

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
mastintin
Posts: 1502
Joined: Thu May 27, 2010 2:06 pm

Re: New FWH 14.09

Post by mastintin »

User avatar
driessen
Posts: 1239
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: New FWH 14.09

Post by driessen »

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. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New FWH 14.09

Post by Antonio Linares »

Michel,

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

Antonio Linares
www.fivetechsoft.com
User avatar
driessen
Posts: 1239
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: New FWH 14.09

Post by driessen »

Antonio,

Excellent.

Thanks a lot.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New FWH 14.09

Post by Antonio Linares »

Michel,

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

Antonio Linares
www.fivetechsoft.com
User avatar
fraxzi
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines
Contact:

Re: New FWH 14.09

Post by fraxzi »

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
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New FWH 14.09

Post by Antonio Linares »

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: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New FWH 14.09

Post by Antonio Linares »

Frances,

It may be a side effect of this:

http://forums.fivetechsupport.com/viewt ... 02#p166502
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
fraxzi
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines
Contact:

Re: New FWH 14.09

Post by fraxzi »

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
Rick Lipkin
Posts: 2397
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: New FWH 14.09

Post by Rick Lipkin »

Frances

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

Rick Lipkin
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New FWH 14.09

Post by Antonio Linares »

Rick,

Very good idea! thanks :-)


Frances,

have you tried it ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
fraxzi
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines
Contact:

Re: New FWH 14.09

Post by fraxzi »

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
Post Reply