Hi,
Can you pls help with my problem: everytime i run my project and view my report in cr, a window always pop up saying "Enter parameter value"...I am getting annoyed with this pop up window..
is this because of my parameters?how can i prevent it not to pop? i have leave the prompting text setting of all my parameters blank.
[code=vb]
With Main.rptCN
.DiscardSavedDa ta = True
.ReportFileName = App.Path & "\REPORTS\rptSt ockMonitoring.r pt"
.WindowTitle = "Product Inventory Report"
.ParameterField s(0) = "prmTitle;HELLO ;True" 'if i remove this line the window is not popping up. But i have to put this in order to set the value of my parameter..
.PageZoom 100
.Action = 1
end with
[/code]
can you help with this guys??
Thanks again! :-(
Can you pls help with my problem: everytime i run my project and view my report in cr, a window always pop up saying "Enter parameter value"...I am getting annoyed with this pop up window..
is this because of my parameters?how can i prevent it not to pop? i have leave the prompting text setting of all my parameters blank.
[code=vb]
With Main.rptCN
.DiscardSavedDa ta = True
.ReportFileName = App.Path & "\REPORTS\rptSt ockMonitoring.r pt"
.WindowTitle = "Product Inventory Report"
.ParameterField s(0) = "prmTitle;HELLO ;True" 'if i remove this line the window is not popping up. But i have to put this in order to set the value of my parameter..
.PageZoom 100
.Action = 1
end with
[/code]
can you help with this guys??
Thanks again! :-(
Comment