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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

data entry screen scrolling error 3

Status
Not open for further replies.

irfhan

Programmer
Sep 11, 2012
6
BH
Hello,
>
> I have an application developed in vfp9
> I have a data entry form on that.
> after the execution,when i select that particular form through menu system,sometimes the screen keeps scrolling
> can any body tell me why it happens
> kindly provide me the solution,if you know


regards
 
I wonder if irfhan has some console output accidently going to the screen/form?

Maybe he is trying to make a text file or something and the output is ending up on his console
because he didn't set console off first?

Regards

Griff
Keep [Smile]ing

There are 10 kinds of people in the world, those who understand binary and those who don't.
 
Griff, I think you've hit it.

Irfhan, Are you seeing several lines of spurious output on the form, which are pushing the top-most lines off the top edge of the form? If so, Griff has given the right explanation.

The easiest way of dealing with that is to set the form's AllowOutput property to .F.

You will also need to make some other changes to prevent the output going to the main screen, but start by setting AllowOutput, and let us know if it works. We can then take you to the next step.

Mike

__________________________________
Mike Lewis (Edinburgh, Scotland)

Visual FoxPro articles, tips, training, consultancy
 
Dear Mike & GriffMG

thanks for your kind advice..your guidance really helped me a lot.we made set console off in the forms and set the form's AllowOutput property to .F..it really worked

thanks a lot


with best regards
 
I'll give Mike a star.

Regards

Griff
Keep [Smile]ing

There are 10 kinds of people in the world, those who understand binary and those who don't.
 
Perhaps we both deserve one!

Regards

Griff
Keep [Smile]ing

There are 10 kinds of people in the world, those who understand binary and those who don't.
 
Thanks to whoever gave me that

Regards

Griff
Keep [Smile]ing

There are 10 kinds of people in the world, those who understand binary and those who don't.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top