Posts by Fabio Martins • 11 points
2 posts
-
0
votes0
answers260
viewsQ: Sefaz Webservice status in PHP
Can anyone tell why this query script returns nothing (neither error nor response)? Grateful! try { $wsdl =…
-
1
votes0
answers178
viewsQ: Listview android
How can I separate the returned fields from one Sqlite database in a listview? I’m using: SimpleCursorAdapter adaptador = new SimpleCursorAdapter(this, R.layout.row_item, registros, from, to, 0); It…