Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Terry, I agree with Edhy. It is never good Mojo to put your query logic in a button. You are better of encapsulating your query logic in the BO or a Singleton class you use to execute queries in this manner. By embedding your code in the button click and the logic of your application, you break encapsulation which is far more prone to downstream bugs.
|