Hi There,
I am running into trouble when using a display array, hopefully I am missing something simple.
First, According to the documentation, when using a dynamic array I don't have to specify the COUNT attribute - if I leave this out it will compile fine, however, at runtime the display window pops up but doesn't display any of the array rows.
Second, I'm using the ON FILL BUFFER action to determine what rows should be in the display array. What I noticed is that IF I add a row to the display array then (thru processing and whatnot) delete that row, the display array will not show anything (in Genero 2.11 it would show you the array contents, with a selectable blank line at the bottom of the array, signifying the deleted row).
I suspect that this all revolves around the COUNT attribute. I have tried running the SET_COUNT() After I have filled my display array, setting it to the Length of the array - this doesn't seem to work either.
Any help would be appreciated!
Thanks,
Chris