Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG: REPLACE WHILE .value interpreted badly
Message
De
01/12/2004 11:57:39
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Divers
Thread ID:
00966108
Message ID:
00966131
Vues:
9
>Hi Fabio,
>
>Looks like a bug to me but why wiuld you use such conditions in the WHEN in the first place?

Example: macro substitution
x='.T.' && no filter
REPLACE WHILE &X FF WITH ..

x='FF>3'
REPLACE WHILE &X FF WITH ..
Sergey, not replay to me with "x=''" and x='WHILE FF>3', thanks.

Another aspect of this problem ( this is not the same bug ):
CREATE CURSOR bugwhile (ff i,XX I)
* BUG 1
x=CREATEOBJECT("CONTROL")
X.ADDPROPERTY("Y",CREATEOBJECT("EMPTY"))
ADDPROPERTY(X.Y,"Z")
WITH m.x
* VFP SEE WHILE.XXX
	REPLACE WHILE (.Y.Z) ALL FF WITH 1
ENDWITH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform