Android Question DBrequest problem ?

Pisinho

Active Member
Licensed User
Longtime User
I have a problem with DBrequestmanager, I open the application, run the first query, all ok. Visualize the data in a table, I click on a value and it should open up a new activity with the display of the record by performing a second query. I get stuck making a lot of mistakes but I do not understand where is the problem because the query is correct. After the first run of DBrequest must delete the object and re-initialize? I took the library as it is.

Error is in but is not error, is a default library)
Private Sub StartJob(j As HttpJob, MemoryStream As OutputStream, Tag As Object) As OutputStream
j.Initialize("DBRequest", mTarget)

Thanks
 

Pisinho

Active Member
Licensed User
Longtime User
RESOLVE. I put this in second main Activity.

Sub Activity_Create(FirstTime As Boolean)
'Do not forget to load the layout file created with the visual designer. For example:
reqManager.Initialize(Me, "http://10.0.0.1:17178")



End Sub
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…