Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why? or, a VFP 6.0 Bug Report
Message
De
03/06/1998 12:45:07
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Why? or, a VFP 6.0 Bug Report
Divers
Thread ID:
00104423
Message ID:
00104423
Vues:
67
Try the following under VFP 5.0:

create cursor testthis ;
(cTest c(10), ;
mTest1 M NULL, ;
mTest2 M NOT NULL)
INSERT INTO testthis (cTest, mTest1) VALUES ('Test This', .NULL.)
BROW

Double-clicking on the NULLed memo field will pop open the editing window and allow you to change the value.

Now try the same thing under VFP 6.0 (BTW I am running the beta distributed at DevCon). You can't change the memo value. Not only that but if you have a form with an editbox that references the NULLed memo field, the control appears disabled - even though checking it out in the debugger shows that the control IS enabled.

THIS IS A MAJOR FLAW in my opinion. Yes, there are workarounds, but that is not the correct answer. Why was this changed? Anyone have a clue? Also, is there another URL or news group specifically for the VFP 6 beta that I can post this on?
Dan LeClair
www.cyberwombat.com
SET RANT ON - The Wombat Blog

Life isn’t a morality contest and purity makes a poor shield. - J. Peter Mulhern
Disclaimer: The comments made here are only my OPINIONS on various aspects of VFP, SQL Server, VS.NET, systems development, or life in general, and my OPINIONS should not be construed to be the authoritative word on any subject. No warranties or degrees of veracity are expressed or implied. Void where prohibited. Side effects may included dizziness, spontaneous combustion, or unexplainable cravings for dark beer. Wash with like colors only, serve immediately for best flavor.
Répondre
Fil
Voir

Click here to load this message in the networking platform