Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
P-view speed
Message
From
25/01/1999 14:17:38
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00179841
Message ID:
00179944
Views:
30
This is a wild ass guess, since it's not obvious why it wouldn't be rushmore optimized, but have you checked sys(3054,11) to see if it gives you more information?

HTH

>What determines the speed of a parameter view? I have a form with a pview based grid. The pview is a simple:
>select * from DETAIL where ID = ?pID
>
>In the Form.MoveRec() method there is something like:
>pID = MASTER.ID
>requery(grid.Recordsource)
>gird.refresh()
>
>MASTER has some 3,000 records and DETAIL 100,000
>
>It takes 25 seconds to requery the grid!
>
>If I change the grid to use the traditional approach, linking both tables directly, there is no apparent delay when changing records in MASTER.
>
>Both tables are properly indexed, have no relations set and no triggers.
>
>What am I missing?
>
>TIA
>
>Silvio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform