I’m trying to follow Harjo’s excellent example from Servoy Magazine tip: [Tip] Looping through records fast
The problem is, I have a global method that uses currentcontroller to loop through all records in any table- I just call the global method from any form and it will loop through the foundset on the form. The problem is I cant figure out how to use the foundset function of getSize() from the currentcontroller
Can anyone suggest a way?
That is of no use, I think.
You always have to specify a fieldname and that can be on every form different.
You could make a global method and use arguments to talk to it.