B4J Question CKVS problem

jcohedman

Member
Licensed User
Longtime User
I have 15 tablets running an app developed with b4A, using CloudKVS, and an app developed with b4J running in a PC with Windows.
If I run the tablets alone, it's ok, but when I try to write something to the server from my PC app, developed with B4J, the apps crash...
appears "CKVSNewData was not found"

The app with b4j runs ok, I have no problems with it.

any clue?
thanks!
 

jcohedman

Member
Licensed User
Longtime User
was my fault, I was using Starter.ckvs.Get(user,key) in another sub, changed it and, still now, no problem.
Thank You, Erel!

B4X:
Sub ckvs_NewData
    Starter.ckvs.UtilPrintData
    listado= Starter.ckvs.Get(user,key)
end sub
 
Upvote 0
Top