example
Sub Test
Inquiry (1)
WAIT FOR query_resulted
... continue
End sub
Sub Request (i as int)
... code required
WAIT For Richiesta_resultato
CallsubDelayed (Me, "query_resulted")
End sub
Every now and then I get this mistake
I can not understand
Thank you
java.lang.Exception: Sub tavolirichiestasingolo_result signature does not match expected signature.
public static void BAR.Tablet.cls_tavoli_subs_0._tavolirichiestasingolo_result() throws java.lang.Exception
'Crea WAIT FOR
If SubExists(Me,"TavoliRichiestaSingolo_result") Then
CallSubDelayed2(Me,"TavoliRichiestaSingolo_result",s_t)
End If
If SubExists(mCallBack,"ULV_DB_Tavolo_Aggiorna") Then
CallSubDelayed2(mCallBack,"ULV_DB_Tavolo_Aggiorna",s_t)
End If
It is correct on WAIT For Sub_Request
put
If SubExists (Me, "Sub_Request") then
...
End if
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.