Quantcast
Channel: VFPX
Viewing all articles
Browse latest Browse all 3798

New Post: VFP2C32 - VFP2C32FRONT - closing string delimiter in _MemberData property

$
0
0
Hi Christian,

in VFP2C32FRONT, the generated wrapper code is missing the closing string delimiters in the _MemberData property, for example:
_MemberData = '<VFPData>' + ;
        '<memberdata name="dcblength" type="property" display="DCBlength"/> + ;
        '<memberdata name="baudrate" type="property" display="BaudRate"/> + ;
    '</VFPData>'
Should be
_MemberData = '<VFPData>' + ;
        '<memberdata name="dcblength" type="property" display="DCBlength"/>' + ;
        '<memberdata name="baudrate" type="property" display="BaudRate"/>' + ;
    '</VFPData>'
Notice the missing ' at the end of each line

Viewing all articles
Browse latest Browse all 3798

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>