Hi all,
I am developing an app that grabs text files via FTP, to differentiate the files for each user they are outputted with the users phone number prefixed to the file name by the DB.
Theory was I could use PhoneId to get the users phone number and then only download the files that were relevant.
However for some reason on my phone, I am getting my old phone number not the new one, I changed it a couple of weeks ago because of loads of direct sales calls.
This is the code;
Dim pId As PhoneId
Dim sPhonenum As String
sPhonenum = pId.GetLine1Number
Does anyone have any ideas why?
Cheers
Chris
I am developing an app that grabs text files via FTP, to differentiate the files for each user they are outputted with the users phone number prefixed to the file name by the DB.
Theory was I could use PhoneId to get the users phone number and then only download the files that were relevant.
However for some reason on my phone, I am getting my old phone number not the new one, I changed it a couple of weeks ago because of loads of direct sales calls.
This is the code;
Dim pId As PhoneId
Dim sPhonenum As String
sPhonenum = pId.GetLine1Number
Does anyone have any ideas why?
Cheers
Chris