Hi…I’ve got an application that spits out essentially a “spreadsheet” in print statements to a browser. On the Post, I have an agent run and grab values from the name value pairs of each row of records. The problem is that this works for about a hundred rows…beyond that, the data simply does not get back to the agent. Is there a limit to the amount of name/value pairs that i can return in a post? If so, is there a workaround?
Are you sure it’s not the internal limit of multi-value text fields? I would use RichText fields for large data on the web - they can be read/written by lines just as easily as normal multi-value text fields.
Mike, there is no notes form on the return trip, its just a web agent that grabs the document context and then grabs the fields, so there are no notes fields involved. I’m not sure what else to try…
Well, maybe you should use a Form, with a RichText field. Even the usage of print statements to create web pages has a very early limit, and you can bypass that limit as well by using a Form and converting the print statements into a real LS RichText field instead.