rlarranaga / bafprp

Automatically exported from code.google.com/p/bafprp
0 stars 0 forks source link

LargeDigits data disappeared with ver. 1.3.1 #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using ver 1.3.0, field LargeDigits is populated with the entire dialed digits 
for phone numbers in excess of 12 characters, as when calling a Mexican cell 
phone which is dialed 011-52-1-612-151-1212 - having 13 significant digits 
(discarding the the 011)

Upgrading to ver 1.3.1, the LargeDigits field is now blank and the data does 
not appear in any of the other available fields.

What version of the product are you using? On what operating system?
1.3.0 & 1.3.1 on Windows 2000 Server

Original issue reported on code.google.com by bge...@gmail.com on 24 Sep 2010 at 5:26

GoogleCodeExporter commented 9 years ago
Hi, the name of the field changed to prevent field name conflicts present in 
previous versions.
Previously if you had 2 fields names the same thing, ie, 'time', the fields 
would be in conflict and when the output routines asked for 'time' it would 
only get one of the two.
To prevent this behavior module fields are now prefixed with the module number.
So if largedigits appears in module 144, the new name is m144.largedigits.  You 
will need to update the column name or field list you are using.
To see the full field name, use the file output to print out a record.  The 
file output now prints the full field name for easy reference.  
Let me know if you have any trouble finding the new field name.

Original comment by charless...@gmail.com on 24 Sep 2010 at 6:26

GoogleCodeExporter commented 9 years ago
Thanks for the quick reply! The info took care of this issue for us.

Original comment by bge...@gmail.com on 24 Sep 2010 at 7:30