Thread: App Builder
View Single Post

   
  #3 (permalink)  
Old 04-09-2008, 11:52 PM
J P
 
Posts: n/a
Default Re: App Builder


"Yatin Soni" <soni1000@webmail.co.za> wrote in message
news:7be6da7c.0502110429.4fa90e23@posting.google.c om...
> Hi,
> I have a procedure that generates and saves a txt file on my hard
> drive i.e "c:\text.p".
> I can properly run this query from AppBuilder using the RUN command...
> on click of a push button, RUN c:\text.p.
> This works fine as it creates and populates the text file.
>
> My problem is a follows:
> I have another procedure that only displays a report, i.e.
> "c:\report.p"
> However when i try to run this procedure in AppBuilder, it just gives
> me a blank white screen followed by a blank grey window.
>
> Can anyone help me?
> Thanks
> Yatin


Could it be that 'c:\report.p' is directing the output to some place other
than where you are looking (say a remote printer or disk file)? Or maybe
there is just nothing to report.

JP


Reply With Quote