Hi Everyone,
I have some code below (2nd line) that seems to have an underline saying types do not match, I can't see why, and it does not seem to work... It just freezes the app and I can't see where it goes
Any help would be appreciated, writing in b4a 10.0
I have some code below (2nd line) that seems to have an underline saying types do not match, I can't see why, and it does not seem to work... It just freezes the app and I can't see where it goes
B4X:
Sub InsertLolerRequest
Dim cmd As DBCommand = CreateCommand("insert_req_loler_31298", Array(1,0,1,Main.lngLolerKitID))
Dim j As HttpJob = CreateRequest.Executebatch(cmd, Null)
Wait For(j) JobDone(j As HttpJob)
If j.Success Then
Log("Inserted successfully!")
End If
j.Release
end sub
Any help would be appreciated, writing in b4a 10.0