shai1 Posted February 12, 2002 Posted February 12, 2002 I have a link containing -max=all, but when the records come back the [FMP-rangesize] tag shows 196 records, but although it is showing 196 records I can only see text for the first 133. It's really strange, I can tell the other records are there, but its like it won't completly write them. I have other similar links, and they are working fine. Any thoughts? Thanks, Dave
shai1 Posted February 12, 2002 Author Posted February 12, 2002 I've done a little more testing and have found the problem only exists when viewing the web page from a Mac. If I view the same page/records from the PC it works fine. On the Mac side, if I view the source of the page, I can see all the correct data. The browser just is not displaying the info. Please Help! Thanks, Dave
Keith M. Davie Posted February 12, 2002 Posted February 12, 2002 Is the -max used in an anchor or a form? What is that code? What is the code to display the records? Can you provide that? You can change your db names, field names, etc, if you are concerned about what you post here. A little more information would be useful.
Garry Claridge Posted February 12, 2002 Posted February 12, 2002 I have seen this type of thing when an 'end' tag is missing. E.G. </td></tr></table> Hope this helps. Garry
shai1 Posted February 13, 2002 Author Posted February 13, 2002 sorry for the lack of info...I wasn't trying to be protective...just lazy. <a href="FMPro?-DB=Track.FP5&-Format=Im_Summary.htm&-Error=Im_Error.htm&-SortField=All_PageNum&-SortOrder=Ascending&-Op=eq&All_ProjectName=[FMP-Field: Temp_ProjectName]&-Op=neq&All_PageNum==&-Max=all&-Find">
shai1 Posted February 13, 2002 Author Posted February 13, 2002 I just want to say thanks to all of you...I found my error. Garry, you were on the right track...I was missing an opening tag <TR>. I had a conditional deciding how to color a row and I left out all possibilities. Thanks much! Dave6
Recommended Posts
This topic is 8587 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