Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there limit w/ CursorAdapter UpdateNameList?
Message
From
23/09/2008 11:00:59
 
 
To
23/09/2008 09:52:58
General information
Forum:
Visual FoxPro
Category:
Client/server
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MySQL
Miscellaneous
Thread ID:
01349746
Message ID:
01349845
Views:
22
So, is this a bug in VFP?

In the CA builder, all the updatable fields were checked.. how come it produces such a value?

Dennis


>Then change it to what you want.
>
>
>>Borislav,
>>
>>Is this last part that is the weird part:
>>
>>
>> ICODE student.ICODE
>>
>>
>>I dont have an ICODE field (the last field is named ID), but for some strange reason it ALWAYS produces that!
>>Thanks
>>
>>Dennis
>>
>>
>>>Try using TEXT ENDTEXT:
>>>
>>>TEXT TO this.UpdateNameList PRETEXT 15
>>>        CODE student.CODE,
>>>        LASTNAME student.LASTNAME,
>>>        FIRSTNAME student.FIRSTNAME,
>>>        MIDDLENAME student.MIDDLENAME,
>>>        CHINAME student.CHINAME,
>>>        FAMILYCODE student.FAMILYCODE,
>>>        GRADELVLID student.GRADELVLID,
>>>        SECTIONID student.SECTIONID,
>>>        ISELDEST student.ISELDEST,
>>>        ENROLLDATE student.ENROLLDATE,
>>>        BALANCE student.BALANCE,
>>>        GENDER student.GENDER,
>>>        BIRTHDAY student.BIRTHDAY,
>>>        BIRTHPLACE student.BIRTHPLACE,
>>>        EMAIL student.EMAIL,
>>>        MOBILE student.MOBILE,
>>>        RELIGIONID student.RELIGIONID,
>>>        CITIZENID student.CITIZENID,
>>>        NOTES student.NOTES,
>>>        ICODE student.ICODE
>>>ENDTEXT
>>>
>>>That way you could store more than 256 chars in property.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform