Another question regarding array of results. I'm still dealing with the issue of recieving two values from each record returned in a database query, performing a calculation, and returning just the result of the calculation. I think Im REALLY close but still having one small problem.
I currently have the array records ($) mapped to a grid object that contains various labels to display the different values from each record. I am then performing a custom javascript function that extracts two fields (postLat & postLong), runs those values through a javascript function, and then sets the text of a label within the grid to the value returned from the function.
Everything appears to be working great except when the label that gets set is the label in the grid from the previously returned record. I think I understand why this is happening I'm just not sure of the way to fix it. As always, I appreciate any advice you all have. THANKS!