Searched refs:getRecordFieldNames (Results 1 – 5 of 5) sorted by relevance
239 …ess, xNamedForm, "RecordFieldNames", JavaTools.ArraytoString(CurDBMetaData.getRecordFieldNames())); in createReportForm()331 if (CurDBMetaData.getRecordFieldNames().length > 0) in setupRecordSection()421 int RecordCount = CurDBMetaData.getRecordFieldNames().length; in replaceFieldValueInRecordTable()442 int RecordCount = CurDBMetaData.getRecordFieldNames().length; in insertColumnstoRecordTable()585 … String[] aNewList = JavaTools.removefromList(CurDBMetaData.getRecordFieldNames(), new String[] in getallDBColumns()
362 …), CurDBField.getFieldWidth(), _bIsLandscape, bIsGroupColumn, CurDBMetaData.getRecordFieldNames()); in replaceValueCellofTable()
166 if (getRecordParser().getRecordFieldNames().length > 0) in addTextSectionCopies()
257 RecordFieldColumns = getFieldColumnList(getRecordFieldNames()); in getFields()
580 public String[] getRecordFieldNames() in getRecordFieldNames() method in CommandMetaData
Completed in 52 milliseconds