Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with .exe
Message
 
 
To
03/02/2002 17:39:02
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Miscellaneous
Thread ID:
00614618
Message ID:
00614626
Views:
26
>Thank you for your advise.
>
>My form is very simple.Consists from one grid control and one button.In button
>i have one SELECT statement that populate the grid control.The sellect statement is:
> SELECT surname,name,city from table;
> WHERE alltrim(surname)=alltrim(upper(m.surn))
>In compilation does not generate any error.

I still don't uderstand what your problem is. Anyway, try
 SELECT surname,name,city from table ;
    WHERE surname = alltrim(upper(m.surn))
and let us now what exactly doesn't work.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform