Newbies Karel Roos Posted October 18, 2006 Newbies Posted October 18, 2006 I defined a container field (repeating, 6x)and put it on a layout. I use this field to LINK PDF files to project records. Those files are on a shared network drive. Most records contain 2 a 3 links in that field en browsing the project records became very slow. Those links are set to be updated automatically. Has anyone some tips to optimize recordbrowsing in this context?
Steverino Posted November 16, 2006 Posted November 16, 2006 I'm having the problem with extremely slow browsing of large PDFs in container fields. Anybody have suggestions?
Genx Posted November 16, 2006 Posted November 16, 2006 1) Don't store the files in the same FM file 2a) Either setup an additional FM file to store the PDF's and reference that or... 2b) Setup some sort of script to store all PDF's on a network drive and only reference them in FM. 3) Run file maintenance on your files.
Genx Posted November 21, 2006 Posted November 21, 2006 Oh, re-reading your post... Don't use repeating fields, use a related table, and a portal, showing only one container field... That way it will only load the first document unless you scroll downward.
Steverino Posted November 21, 2006 Posted November 21, 2006 Thanks for all the suggestions. Rather than displaying the PDF icons, I ended up using a calculation to display only the PDF names (GetAsText). I then made that into a button, which script puts the PDF on the desktop and opens it. Much improved -- very fast.
Recommended Posts
This topic is 6639 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now