Question:
Programming language Powerbuilder I have two timer in a window i have a non visual object n_cst_chilkat and two object inherit from them n_cst_imeBi for the first timer and n_cst_scaneat for the second timer
When i call ls_JsonResponseStr = loo_Rest.FullRequestString(gnv_service_imebi.httpmethod, ls_method, loo_Json.Emit()) from the first timer if server has error and return 0 (i have time out) then second timer with the other non visual object waiting to execute the request the first object As I can make the two objects work independently from each other without creating this delay waiting for one to finish the other