March 20, 200916 yr Is it possible to display the current browsed URL in a field? If I have a url field in filemaker and the webviewer is using this field as url reverence, how can it be possible to update the field dynamically when I browse in the webviewer? Thanks
March 22, 200916 yr Yes and no. Yes, you can get the current URL through the GetLayoutObjectAttribute() function. No, a calculation field, even unstored, won't refresh automatically as the result of user clicking in the web viewer. Maybe you could use some fancy script triggering, using a timer script to refresh the field periodically.
Create an account or sign in to comment