PDA

View Full Version : Empty "Include search capability" combo box


Hugo A. Cantor
04-08-2010, 11:54 AM
The “Include search capability” combo box in “Auto Code” “File Maintenance” will be have empty entries if the fields in the selected file have no field text. The SendBackFileAsCombo procedure in VVACFMNT produces empty values for the VVREC element of the JSON array used to produce the combo box. Here’s a portion of the JSON produced for me…
{"VVGENDS1":[{"VVREC":"","VVVALUE":"S2ACTIVE"},{"VVREC":"","VVVALUE":"S2OPT"},
Is this functioning as expected? If so, should this be in the manual?
-thanks!

sean.lanktree
04-08-2010, 12:03 PM
This is a bug. Your file must not have any text attached with the fields. This will be fixed with the next release/update. It will now just pass back the field name if there is not any text description related to the field.