Page 2 of 4

Re: New FWH 14.09

PostPosted: Thu Oct 23, 2014 2:42 pm
by Rick Lipkin
Antonio

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

Rick

Re: New FWH 14.09

PostPosted: Thu Oct 23, 2014 4:13 pm
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  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

Re: New FWH 14.09

PostPosted: Fri Oct 24, 2014 5:36 am
by Antonio Linares
Rick, Maurizio,

Many thanks for your feedback.

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

Re: New FWH 14.09

PostPosted: Fri Oct 24, 2014 7:47 am
by mastintin

Re: New FWH 14.09

PostPosted: Fri Oct 24, 2014 3:12 pm
by driessen
Antonio,

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

Re: New FWH 14.09

PostPosted: Fri Oct 24, 2014 5:05 pm
by Antonio Linares
Michel,

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

Re: New FWH 14.09

PostPosted: Fri Oct 24, 2014 6:57 pm
by driessen
Antonio,

Excellent.

Thanks a lot.

Re: New FWH 14.09

PostPosted: Fri Oct 24, 2014 9:22 pm
by Antonio Linares
Michel,

Many thanks to you for your great feedback :-)

Re: New FWH 14.09

PostPosted: Sat Oct 25, 2014 2:15 am
by fraxzi
Antonio,

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

build4
Image

build3
Image

Re: New FWH 14.09

PostPosted: Sat Oct 25, 2014 4:38 am
by Antonio Linares
Frances,

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

Re: New FWH 14.09

PostPosted: Sat Oct 25, 2014 4:39 am
by Antonio Linares
Frances,

It may be a side effect of this:

viewtopic.php?p=166502#p166502

Re: New FWH 14.09

PostPosted: Sat Oct 25, 2014 5:32 am
by fraxzi
Antonio,

It could be. There is a group behind those say/get controls.

Re: New FWH 14.09

PostPosted: Sat Oct 25, 2014 1:53 pm
by Rick Lipkin
Frances

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

Rick Lipkin

Re: New FWH 14.09

PostPosted: Sun Oct 26, 2014 6:49 am
by Antonio Linares
Rick,

Very good idea! thanks :-)


Frances,

have you tried it ?

Re: New FWH 14.09

PostPosted: Mon Oct 27, 2014 12:06 am
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.