getFoundset() unexpectedly returns empy fs

Hi,

I want to get a table’s records as a foundset but the method databaseManager.getFoundSet(globals.DB_SERVER_NAME, “lookup_productpricecode”) returns empty foundset, although there are records in the table. Why? (the server and table name are ok)

Cheers,
Maria

and if you do: fs.loadAllRecords() ??

or do a find first?

if(fs.find()) {
fs.column = ‘mysearch’
fs.search()
}

Harjo:
and if you do: fs.loadAllRecords() ??

Now it works :oops: :oops: :oops:
Thanks :)