Please help iam failing to concatenate this
this is my original URL
this is my original URL
B4X:
http://192.168.1.239/Generic_Handler_JSON/HandlerVBPhonechange.ashx?customerId=702822227&customerId2=077402193&code=256&code2=257
B4X:
Dim j As HttpJob
j.Initialize("", Me)
j.Download("http://192.168.1.239/Generic_Handler_JSON/HandlerVBPhonechange.ashx?customerId= " & Oldn.Text & customerId2= " & Newnumber.Text & code= " &Codeolda.Text &code2= & Codenewn.Text )
Msgbox("Records Uploaded Successfully ", "SMIS")