Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browse as a method name
Message
From
14/11/2011 20:03:43
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MySQL
Application:
Desktop
Miscellaneous
Thread ID:
01528788
Message ID:
01528895
Views:
69
>>Do you want to see how bad it can go if you use reserved names for what they are not intended? Try this
>>Create Cursor _screen (height i, width i, visible l)
>>Insert Into _screen (height, width, visible) Values (500,500,.t.)
>>Browse
>>If you are really bold, replace the second line with this
>>Insert Into _screen (height, width, visible) Values (-5000,-5000,.f.)
>
>I braced for contact but nothing happened, just a browse, what should I have seen?

Update: You actually need to change the values inside the grid, since the inserted values are overridden. Try to set the value of one of the first columns to -5000, or change the value in the third column to .F.
Previous
Reply
Map
View

Click here to load this message in the networking platform