March 17, 200619 yr Hi, I have a simple database (but big number of records - > 3 million) that is accessed (read only) by a client via the internet. I curently use FM3 and CDML on a NT Server and it has run fine for the last 3 years. Only problem is the maximum file size, so I'm converting it to FM7. So far everything working fairly OK. I can search the records via IWP and display the results in a list (not using a portal). The only thing I have noticed is that if (when viewing in IE) I click on any field, that record moves to the top of the page/list. I can imaging that this behaviour will confuse my clients. How can I stop this? Edited March 17, 200619 yr by Guest
March 17, 200619 yr You can't do much to modify the behavior of IWP, but you could use a portal to display your list of records rather than a list view. Alternatively, you could use server advanced and convert to CDML pages to XSLT (there is a conversion program provided) Then you can make your web pages look and act however you want.
Create an account or sign in to comment