Hi,
There is a bug in updateRecord function.
updateRecord : function(record){
record.beginEdit(); Autodesk Topobase Client User Guide:: File Format: PDF/Adobe Acrobat - View as HTMLTo globally update records. 1 Show the feature class form and select all records you want to Basic Form Launcher - Reference Button: Use this button http://images.autodesk.com/adsk/files/topobaseclientuserguide.pdfHOME |
var fs = record.fields;
fs.each(function(f){
var field = this.fieldField(f.name);
if(field){
record.set(f.name, field.getValue());
}
}, this);
record.endEdit();
}
The call to function this.fieldField should be this.findField.
Cheers,
Petar
Jack put that fix into SVN a while ago. (The original must have been during one of his 36 hour programming stints!)
I don't know when a new build is going to be released though.
Nortel Unveils Vision, Strategy for Israeli High-Performance Net
Busy Friday Leads to Strong Close for Net Stocks |