Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with an expression
Message
From
29/06/2000 19:15:32
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Help with an expression
Miscellaneous
Thread ID:
00386856
Message ID:
00386856
Views:
45
I need an expression that locates the MAX number in a field among a given set of records of another field. (Like the MAX levelNo among codeNo=1.)Ed Rauh kindly gave me this:

SELECT MAX(LevelNo) AS MaxLevelNo FROM MyTable WHERE CodeNo = 1 ;
INTO CURSOR whatever

however this causes my grid to go blank afterwards. Is it posibble to construct a LOCATE sentence that do this? I need badly a way to solve this problem.
Thank you very much.

Ulises
Next
Reply
Map
View

Click here to load this message in the networking platform