PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Marc van Cauwenberghe on November 21, 2009, 02:12:00 PM

Title: Dropdown list with arrays of types
Post by: Marc van Cauwenberghe on November 21, 2009, 02:12:00 PM
Paul,
I have a type /end type structure. But if I use an array of that type it will not show the members of the type.
g_atFactuur(lTel&).xxx
Could this be made to work?

Marc
Title: Re: Dropdown list with arrays of types
Post by: Paul Squires on November 21, 2009, 03:25:40 PM
Thanks Marc. Yes, I need to implement this suggestion.
Title: Re: Dropdown list with arrays of types
Post by: Paul Squires on December 06, 2009, 10:26:03 PM
This has now been implemented.

The fix will be in v3.05.
Title: Re: Dropdown list with arrays of types
Post by: Marc van Cauwenberghe on December 07, 2009, 10:53:10 AM
It's getting better all the time
Better, better, better
Getting so much better all the time
:)
Title: Re: Dropdown list with arrays of types
Post by: Marc van Cauwenberghe on January 22, 2010, 12:24:37 PM
Hi Paul,

Is this getting worse? g_atFactuur(lTel&). is not working for me anymore. Version 3.06.

Marc
Title: Re: Dropdown list with arrays of types
Post by: Paul Squires on January 22, 2010, 02:55:08 PM
It is still working for me.

Maybe you moved your TYPE/END TYPE structure definition out to an #Include file or somewhere where FF's parser is not getting access to it anymore? If the TYPE definition is in a module or a form then the parser should be picking it up okay.