首页 > TAG信息列表 > StringGrid

关于FAST Report 6 交叉报表显示带中文的StringGrid报UnicodeString 不能转换为 Double的错误解决方法

问题原因是FastReport实例中,Cross组件的合计项未关闭,双击“frxReport1”进入如下图所示编辑界面: 编辑Cross1组件,Cell 选择  无,即可解决。       问题的跟踪: 通过跟踪源代码,发现报错的函数为  frxCross下的 AddFuncValues,当执行到 cfSum:时,如内容含有中文,那么  h.FFuncVal

StringGrid单元格绑定ComboBox、DateTimePicker或窗口传值

一、初始化控件状态 procedure TForm7.FormCreate(Sender: TObject); begin with StringGrid1 do begin ColWidths[0] := 15; Cells[1, 0] := 'Combobox'; ColWidths[1] := 100; Cells[2, 0] := 'DateTimePicker'; ColWidths[2] := 100;