Hi,
I have a problem with showing only N records in Table Control nested in a Form. Query is simple:
SELECT “attributes”.“attribute”, “tags_map”.“id_tag” FROM “tags_map”, “attributes” WHERE “tags_map”.“id_attr” = “attributes”.“id_attr” LIMIT 5
and it works well in a Design View (showing only 5 records) but when I use it in SQL Command in Content field and pass to the form “id_tag” the Table Control shows all matching records and not as requested 5.
Have anybody come across something like this? Can you help?
Regards
Tomasz
OK, thanks. I attach recreated base file where problem still exists.
test01.odb
In ServiceForm the problem exists in “Attributes Form by Tags” the query: SELECT “attributes”.“attr”, “attributes”.“id_obj”, “tags_map”.“id_tag” FROM “tags_map”, “attributes” WHERE “tags_map”.“id_attr” = “attributes”.“id_attr” LIMIT 5
shows in “Attributes Table Control” all records not only 5
Additional question: How to enable showing all services and tags in Objects Table Control when nothing selected in filters (_id_srv, _id_tag) ?