Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

report run

Status
Not open for further replies.

tyb

Technical User
Feb 10, 2004
137
IR
dear frends

i'm calling a report from within the forms using run product.

" RUN_PRODUCT(REPORTS, 'tnastyle', SYNCHRONOUS, RUNTIME,FILESYSTEM,PL_ID); "

now the problem is that when theres no data in the report then a blank page is showed.

i want some message in such situation, is it possible for me to check the report b4 it runs for data.

 
Hi,
The only way to do this is to fire a Select in your form before executing RUN_PRODUCT.

Regards
Himanshu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top