[Gambas-user] Nested data source
Marco Ancillotti
gambas at servinfo.it
Tue Jul 2 18:54:12 CEST 2019
Hi all,
I have a problem using nested data source , if I put a datasource2
inside a datasource1 ( graphically ) when I change datasource1 filter I
get no result from datasource2.
Somethink like:
print datasource2.count --> 119 ( or somethink else )
datasource1.filter = 'cod > 30'
datasource1.movefirst()
print datasource2.count --> 0
When I move datasource2 outside datasource1 it work as expected.
Is this a bug ?
thank's in advance,
marco.
More information about the User
mailing list