GetScrollPosition ( PortalName ; ObjectName ; PRN ; fountCount )
Get scroll position (top, bottom, and active no in it.
Average rating: 4.1 (11 votes) Log in to vote
Ole Kristian Ek Hornnes - Show more from this author
ProgramDesign https://programdesign.no |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
/*
Parametere:
- Portalnavn - A object name for the portal
- Objektnavn - A object name found inside the portal.
- PRN - Portal row number for active ellement.
- foundCount - Number of records in selection.
Returns 3 values , one value on each line.
- Top Portal Row Number
- Bottom Portal Row Number
- Relative number for Active portal row number in portal dvs 1,2,3… independent of scroll posisjon.
*/
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.