Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Issue: New VCX property definition
Message
From
10/01/2005 10:44:02
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Issue: New VCX property definition
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
00975669
Message ID:
00975669
Views:
49
I'm disappointed a lot.

VFP8 VCX property definition
PropertyName<SPACE>=<SPACE>PropertyValue
In other words,the tag
<SPACE>=<SPACE>

is the prefix for the propertyValue.

VFP9 allow the extension of the property definition to a long multiline value.
The VFP9 VCX property multiline definition is:
PropertyName<SPACE>=<SPACE><REPLICATE(0h1,517)><STR(LEN(PropertyValue),8)>PropertyValue
The question?
It was necessary to generate a monster like this?
Backward is outside argument, why the class cannot be opened in VFP8.

This was not sufficient?
PropertyName<SPACE>=<_><STR(LEN(PropertyValue),8)>PropertyValue
Fabio
Reply
Map
View

Click here to load this message in the networking platform