Archived Forum Post

Index of archived forum posts

Question:

Delay execution from two chilkat non visual object in the same window

Aug 28 '17 at 12:36

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