Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is this a bug or normal VFP behavior?
Message
From
24/01/2002 16:23:40
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Is this a bug or normal VFP behavior?
Miscellaneous
Thread ID:
00610105
Message ID:
00610105
Views:
52
Hi all,

I am wondering if this is VFP bug. I have VFP7 with VFPCOM & SP1 installed.
Notice the commented line in the code. If there is a semicolon at the end
of the comment; the SELECT Y command will fail. If you remove the semicolon
at the end of the comment; the SELECT Y will NOT fail.
close databases all
create cursor x (fld c(1))

* select * from x ;
select * from x ;
	into cursor y

select y
ramil
~~ learning to stand still
Next
Reply
Map
View

Click here to load this message in the networking platform