W wlyft Unregistered / Unconfirmed GUEST, unregistred user! 2010-05-31 #1 然后再载入,然后再加载数据?那些DEMO我看不懂,有没有人懂的教我一下, 我的QQ3523956或者有fastreport 4的教程下载
D duxing Unregistered / Unconfirmed GUEST, unregistred user! 2010-05-31 #2 对,report 结合 frxdDBDataset 一起使用
W wlyft Unregistered / Unconfirmed GUEST, unregistred user! 2010-05-31 #3 我如果不从数据库中取数据比如,我想在程序中,给FR,中的一个MEMO赋值,怎么搞?
W wlyft Unregistered / Unconfirmed GUEST, unregistred user! 2010-05-31 #4 with frReport1.Dictionarydo begin Variables['Number’] := 1; Variables['Sum'] := '0.2 * Table1."Summa"'; Variables['Date'] := '''' + 'January' + ''''; end; 看资料FR3的用这个,但FR4的没有Dictionary呢
with frReport1.Dictionarydo begin Variables['Number’] := 1; Variables['Sum'] := '0.2 * Table1."Summa"'; Variables['Date'] := '''' + 'January' + ''''; end; 看资料FR3的用这个,但FR4的没有Dictionary呢
Z zhengrong117 Unregistered / Unconfirmed GUEST, unregistred user! 2010-05-31 #5 fastreport 4的差不多,用下面的procedure TFrmMain.frxReportGetValue(const VarName: string; var Value: Variant); begin if CompareText(VarName, 'ID') = 0 then Value := SQLQuery.FieldByName('SAMID').AsString;//你想赋的值 end; end;
fastreport 4的差不多,用下面的procedure TFrmMain.frxReportGetValue(const VarName: string; var Value: Variant); begin if CompareText(VarName, 'ID') = 0 then Value := SQLQuery.FieldByName('SAMID').AsString;//你想赋的值 end; end;
W wlyft Unregistered / Unconfirmed GUEST, unregistred user! 2010-05-31 #6 搞定了,我用 frxReport1.Variables ['address'] :=''''+ '泉州市'+''''; frxReport1.Script.Variables['phone']:='111'; frxReport1.Script.Variables['lxdh']:='111'; 但新问题又来了,我在设计器上面放的很多个MEMO(有文字的相当于用来做LABLE的),在运行时有一部份没了,我用的是fastreport4.9.78有没有人懂,加一下我的QQ,我才好发图片给看
搞定了,我用 frxReport1.Variables ['address'] :=''''+ '泉州市'+''''; frxReport1.Script.Variables['phone']:='111'; frxReport1.Script.Variables['lxdh']:='111'; 但新问题又来了,我在设计器上面放的很多个MEMO(有文字的相当于用来做LABLE的),在运行时有一部份没了,我用的是fastreport4.9.78有没有人懂,加一下我的QQ,我才好发图片给看
W wlyft Unregistered / Unconfirmed GUEST, unregistred user! 2010-05-31 #7 后来查了,说是中文显示问题,那是3点多版的,难道,4点多版的也这样,晕了