Dropdown list with arrays of types

Started by Marc van Cauwenberghe, November 21, 2009, 02:12:00 PM

Previous topic - Next topic

Marc van Cauwenberghe

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

Paul Squires

Thanks Marc. Yes, I need to implement this suggestion.
Paul Squires
PlanetSquires Software

Paul Squires

This has now been implemented.

The fix will be in v3.05.
Paul Squires
PlanetSquires Software

Marc van Cauwenberghe

It's getting better all the time
Better, better, better
Getting so much better all the time
:)

Marc van Cauwenberghe

Hi Paul,

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

Marc

Paul Squires

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.

Paul Squires
PlanetSquires Software