New FWH 14.09
- Rick Lipkin
- Posts: 2397
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
Re: New FWH 14.09
Antonio
YES .. Uncommenting out the FillRect line fixed the Group painting issue.
Rick
YES .. Uncommenting out the FillRect line fixed the Group painting issue.
Rick
Re: New FWH 14.09
Antonio ,
there's an old mistake in the function aRead()
In the function aRead() there must be
local nPos := 4, nLen, n
Regards Maurizio
www.nipeservice.com
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
www.nipeservice.com
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 14.09
Rick, Maurizio,
Many thanks for your feedback.
We are publishing a FWH 14.09 4th revision and update our website accordingly,
Many thanks for your feedback.
We are publishing a FWH 14.09 4th revision and update our website accordingly,
Re: New FWH 14.09
Antonio,
You did post "4th build" to FWH64, but not to FWH.
Sorry.
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
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 14.09
Michel,
It should be ok now, would you mind to check it ? many thanks
It should be ok now, would you mind to check it ? many thanks
Re: New FWH 14.09
Antonio,
Excellent.
Thanks a lot.
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
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 14.09
Michel,
Many thanks to you for your great feedback
Many thanks to you for your great feedback
Re: New FWH 14.09
Antonio,
FWH 14.09 build 4 not properly showing/missing/not displaying redefined controls.. unlike the build 3.
build4
build3
FWH 14.09 build 4 not properly showing/missing/not displaying redefined controls.. unlike the build 3.
build4
build3
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
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
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 14.09
Frances,
Could you please provide a small example to test it ? thanks
Could you please provide a small example to test it ? thanks
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 14.09
Antonio,
It could be. There is a group behind those say/get controls.
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
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
- Rick Lipkin
- Posts: 2397
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
Re: New FWH 14.09
Frances
Make sure your GroupId number is larger than the field ID's.
Rick Lipkin
Make sure your GroupId number is larger than the field ID's.
Rick Lipkin
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 14.09
Rick,
Very good idea! thanks
Frances,
have you tried it ?
Very good idea! thanks
Frances,
have you tried it ?
Re: New FWH 14.09
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
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