As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
}
The problem is that when I do the Log.v in the onSucess method, it correctly outputs the datafield. However, in my main function RestaurantNamesTable[], running the Log.v gives me a null reference error. So it seems that data is not being passed from the inner class to the outer class. How can I fix this?
Also note that RestaurantNamesTable[] restaurantNamesTable; and List<RestaurantNamesTable> targets; I was just trying different things.
Help Please!!
ramo
Hey everyone, I'm having trouble passing some information. Here's the snipped of my code