vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 |
| |||
| In article <7be6da7c.0502110429.4fa90e23@posting.google.com >, soni1000@webmail.co.za (Yatin Soni) wrote: > 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 Perhaps it is as simple as nothing to report. |
| |||
| "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 |
| ||||
| "J P" <piperent@swbell.net> wrote in message news:<2AsPd.8806$D34.148@newssvr12.news.prodigy.co m>... > "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 Hi, The report.p is just a simple DISPLAY "Hello word" procedure that im using to test with. I just realised that the appbuilder is displaying HELLO WORLD on the click of a push button, BUT it only displays after clicking the push button 6 times??????? Sounds a little strange. Would you know why. Yatin |