Hi everyone,
Need some advise please on how to do something, or if its not possible can it potentially be added to the list of new features in future versions...
What I ideally want to do is have a display array (or Scrollgrid) that scrolls left to right rather than up and down, and dynamically create new columns based on the number of records in a database table, rather than rows
For example I always want 6 fixed rows vertically to match 6 fields in the dB table but for each record in the table I would like another column of 6 rows added horizontally to the array. I know dynamically adding the columns can be achieved in the form by using the om dom methods but it doesn't really help if you can't get the DYNAMIC ARRAY OF RECORD in the program code to display in this way. Otherwise is there perhaps a way of rotating the whole table container anticlockwise, but then my text would be vertical.
I'm fully aware of that I could display the exact same data in the normal way and just add a row for every dB record but it just looks wrong for the context of data I'm displaying.
So has anybody ever attempted something along these lines and if so do they have any advice in what route to take? Or is there another option I could use that I haven't thought of. We're currently using Genero 2.50.
Thanks in advance,
Simon