Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Null values in cursor
Message
 
 
To
26/04/2007 08:37:17
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
01220061
Message ID:
01220081
Views:
26
In VFP9 you can use CAST function.
CAST(myfunc(OtherField) AS CHAR(10) NULL)
>Great! Thanks a lot.
>
>I am curious, is the same workaround also required in later VFP versions?
>
>>Try
>>
>>  ... IIF(.T., myfunc(OtherField), NULL)
>>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform