Hi All,
I have made a multi record table display.. I'm having a problem with styling...
I use custom code to retrieve a few pieces of data from a master table, MAIN
And then use a DB Multi Record Loader to display a table of detail records (LOG) associated to the MAIN table
I use a header and then some hidden fields in the preview, but the EVENTS are not firing in order which is messing up the display.
it looks like this
But the Event and preview elements in the Wizard are BOTH ABOVE the Table, not below as shown...
Here is my preview
and here is my events
How do I fix this.
Thanks
MrFitz
I have made a multi record table display.. I'm having a problem with styling...
I use custom code to retrieve a few pieces of data from a master table, MAIN
And then use a DB Multi Record Loader to display a table of detail records (LOG) associated to the MAIN table
I use a header and then some hidden fields in the preview, but the EVENTS are not firing in order which is messing up the display.
it looks like this
But the Event and preview elements in the Wizard are BOTH ABOVE the Table, not below as shown...
Here is my preview
and here is my events
How do I fix this.
Thanks
MrFitz
Hi the_fitz,
Hmm have you tried putting the Show HTML action before the DB Multi Record Loader? I think that should work OK.
Bob
Hmm have you tried putting the Show HTML action before the DB Multi Record Loader? I think that should work OK.
Bob
Hi the_fitz,
Hmm have you tried putting the Show HTML action before the DB Multi Record Loader? I think that should work OK.
Bob
Hey Bob, thanks. That worked well. But it seems a little counter-intuitive that you would "display" before you got the records...
But who cares, if it works....
Thanks again for your help.
MrFitz
This topic is locked and no more replies can be posted.