在自定义数据窗口中创建TEXT控件
在自定义数据窗口中创建TEXT控件,为什么在窗口中不显示呢?
自定义数据窗口中定义了个函数,如下
string ss
ss='create text(band=header alignment="0" text="AAAAA" border="0" color="16711680" x="100" y="100" height="80" width="80" name="t_1" visible="1" font.face="Webdings" font.height="-12" font.weight="400" font.family="1" font.pitch="2" font.charset="2" background.mode="1" background.color="553642121")'
modify (ss);
insertrow(1);
return '';