Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cast() is evaluated for every record
Message
From
09/09/2004 14:32:36
 
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00940524
Message ID:
00940758
Views:
17

Fabio,

Can you post code that reporo the bug?


Sure,
but you known that i want do not post
other bugs until retail VFP9 exit.
CLEAR
SET TALK OFF

DIMENSION xTypes[3]
xTypes[1]='N(3,0)'
xTypes[2]='B(0)'
xTypes[3]='Y'

FOR EACH xType in xTypes
	CREATE CURSOR myCursor ( f1 &xType)

	? 'type', m.xType
	
	SELECT CAST(F1 AS I NULL) F2 INTO CURSOR R1 FROM myCursor

	? aInfo[AFIELDS(ainfo),2]

	SELECT CAST(F1 AS I NULL) F2 INTO CURSOR R2 FROM myCursor WHERE .F.;
	UNION ALL ;
	SELECT F1 FROM myCursor

	? aInfo[AFIELDS(ainfo),2]
NEXT
Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform