hello , I'm new in b4a software and i need help / example .
I have a mysql DB ,I would like to display data from mysql in custom listview With RDC.
i have 2 fields that i need to see (accessCode , total_message) .
i have mysql server
I defined RDC server and i know to setup config.properties(I know perform validation With RDC).
I added the custom listview library .
Eral , thank you for the answer.
I upgraded from rdc server (the server with betch file ) to jrdc2 and I changed all syntax in my app to jrdc2 and it's working fine like before.
i created layout with customlistview (now i push the result with php and json from my mysql server on Regular listview layout )
and i wont to push two fileds(accesscode, totalMsg) from my jrdc2 server (config.properties is set ) to customlistview like Regular listview.
after : in case item_click it's will store the accessCode(my unique field) value in variable.
i need help with b4a .
I'm really new in b4a (incredible Software ) , Thank you !