OnSaveReport problem ?

Hello,
I want save report in database but my problem is ,
if user in designer create new report and click save button for first time
(in fact SaveAs must be true), allways SaveAs is false and my report
overwrite
again and again .
whats problems how can correct this ?

regards,
m.t

//====================================
bool __fastcall TForm1::frxDesigner1SaveReport(TfrxReport *Report,
bool SaveAs)
{
bool Result;
if ( SaveAs )
{
.
. // New report
}
else
{
.
. // Overwrite exist report
}
return Result;
}

Comments

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.