Hi guys ,
I really want to know more about Excel buffer table in Nav r2. There are plenty of functions defined is there any proper Documentation of the functions (with examples) . Actually I want to insert outer boarder to each cell I am inserting in Excel. I am using the buffer table, for this purpose I was searching the functions in the excel buffer. I think I found the function which will help me –BorderAround(). Can anyone guide me through the usage, initialization of the automation variable? Waiting for your valuable suggestions
I am getting an error. Its like The Automation Variable is not properly Instiated.
I want the board on all the field which i am inserting so i think the exact place for insertion is in the Enter Cell Fn am i correct?
I am writing the code in the fn Below. Please give me the Range for initiating the Boarder around Fn. Is there any documentation available for Excel Buffer Table Fns. Fobs are appreciated[:^)]
TempExcelBufferRec.INIT;
TempExcelBufferRec.VALIDATE(“Row No.”,RowNo);
TempExcelBufferRec.VALIDATE(“Column No.”,ColumnNo);
TempExcelBufferRec.“Cell Value as Text” := CellValue;
TempExcelBufferRec.Formula := ‘’;
TempExcelBufferRec.Bold := Bold;
TempExcelBufferRec.Italic := Italic;
TempExcelBufferRec.Underline := UnderLine;
//TempExcelBufferRec.BorderAround(’:’);
//xlSheet[SheetNumber].Range(CellRange).Borders.LineStyle := 1;
TempExcelBufferRec.INSERT;
With Regards
Prajeesh
Gem