load record without foundset

Hi,

I want to load a query from DB without use a foundset of form.
How can I do it and use all data?

Thanks for help

Could you please give us some more information on your needs

I have “form1” where this form is connected to “table1” and I need to make a query to “table2” for verify a value when i click a button in “form1”.
Can I load some values from “table2” without create another form connect to “table2”?
Because isn’t efficent create a form for every table.

Have a look at databaseManager.getFoundSet or databaseManager.getDataSetByQuery

ptalbot:
Have a look at databaseManager.getFoundSet or databaseManager.getDataSetByQuery

thanks! is perfect!