Simplicty and flexibility!


HTML Problems


Started by afonso santos
Search
You will need to Sign In to be able to add or comment on the forum!

HTML Problems

Download: Html_example.zip

Dear All,

Inspired in the example DQLBodySample I've been trying to apply the same concept into my app.

Unfortunately, the list of items is not displayed and in fact I can't find why .

Attached please find the Html Code, DQL Code and the final result ( the red rectangle doesn't shown the items included in t_cotacao table according the criteria defined in DQL Code ).

Can anybody find why it's not running ?

The structure is quite similar of the example but ... doesn't run !!

Thanks Afonso


Written by afonso santos 02/04/18 at 17:13:49 Dataease [{8}]FIVE

Re:HTML Problems

Hi.
I see that you have a double FOR loop so you will need another set of .header .footer (They can be empty).
If that doesn't work try to add another set etc. till you get the correct result.

.items
.end
Is the listing level and you need to add a nesting level for each aggregation.
In DE9 you will get an automatically generated Layout with all the necessary levels.


Written by DataEase 02/04/18 at 17:57:03 Dataease [{8}]FIVE

Re:Re:HTML Problems

in what part of the dql code?

.header

.header

....

.items

....

.footer

.footer

end

or another sequence?

Thanks for your quick answer

Afonso


Written by afonso santos 02/04/18 at 19:59:04 Dataease [{8}]FIVE

Re:Re:Re:HTML Problems

You got it.
Expand out from 
.header
.header
.items.

.end
.footer

.footer


Written by DataEase 02/04/18 at 23:32:00 Dataease [{8}]FIVE
DG3_ForumList