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

Why Does Screen Wizard only display up to 130/475 recs?

Status
Not open for further replies.

ABQMark

Programmer
Aug 16, 2001
28
US
Hi guys,
I generated a screen using GENSCRN. All is fine, but I can only work with 130 records out of 475.
Must I set up something?

Using FP 2.6a for windows.

THANKS!

Mark Geer
 
Is that the first 130 physical or logical (indexed) records?

Is it possible that you have an inadvertant filter, relation, or when clause that is acting to exclude certain records?
 
Mark,
You might want to also check to see if the "missing" records have been DELETED.

Rick
 
Hi,

The best way to check things is to open the same table with a browser window.
If that displays only the 130 records, then issue a SET FILTER TO from the command window.
Otherwise, look, as Rick suggested, for DELETED records in the same browse window; they're the ones that have a black rectangle to the left instead of a grey one.
If that still doesn't cut it, look at the view window and see if the table is indexed; if so, it might be a UNIQUE index that's barring your view.
If not, see if there are any relations between other tables and the table in question (the relations show in the second column of the View window).

Best of luck,

Jan Schenkel.

"As we grow older, we grow both wiser and more foolish at the same time." (De Rochefoucald)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top