L
lccc
Unregistered / Unconfirmed
GUEST, unregistred user!
公司的程序在98~2003上使用几年,很正常,但一个用户
使用Vista系统,出现个奇怪的问题:
程序的预览窗体中有这样一条语句:
with DM do
begin
lblReportHeader.Caption:= //大标题
Format('公司名称:%s,网点:%s',
[SystemFixParam.CorpName, //公司名称为系统的固定参数
PolicyParam.NetPointName]);//网点名称为系统的政策参数,
......
end;
结果,每次预览,lblReportHeader.Caption的值都不相同,
甚至有时候出现的结果为:
公司名称:SystemFixParam.CorpName,网点:PolicyParam.NetPointName
看起来,Format函数在Vista系统中,混淆了变量和变量的值。
哪位使用Vista系统的兄弟能帮忙测试测试,找找原因。
谢谢!
使用Vista系统,出现个奇怪的问题:
程序的预览窗体中有这样一条语句:
with DM do
begin
lblReportHeader.Caption:= //大标题
Format('公司名称:%s,网点:%s',
[SystemFixParam.CorpName, //公司名称为系统的固定参数
PolicyParam.NetPointName]);//网点名称为系统的政策参数,
......
end;
结果,每次预览,lblReportHeader.Caption的值都不相同,
甚至有时候出现的结果为:
公司名称:SystemFixParam.CorpName,网点:PolicyParam.NetPointName
看起来,Format函数在Vista系统中,混淆了变量和变量的值。
哪位使用Vista系统的兄弟能帮忙测试测试,找找原因。
谢谢!