function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sfunstonsfunston 

grid control

I have been trying to migrate a grid control from beta to 07 release and am having serious difficulties.  Can anyone provide me with sample code?

Thanks.
michaelforcemichaelforce

I migrated a pretty serious App from beta to 8.0 and the majority of the attention had to be focused on using myResult.getArray("arrayname") for records returned from queries, error messages, etc.  I just followed the steps in 'migrating from the Beta toolkit' in the documents:

http://www.salesforce.com/us/developer/docs/ajax/apex_ajax.pdf

Can you provide more detail?  What are the errors you are getting?