Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help - CursorAdapter to Active Directory returning memos
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00932675
Message ID:
00932714
Views:
22
I added the following code to the CursorFill method:
return dodefault(.T.,lNoData,nOptions,Source)
However, I get the same results. I'm new to this CA stuff but from the help file it seemed like passing .T. as the first parm would force it to use the schema. Am I missing something?

>See the VFP Help on CursorFill method of the CA. By default the CursorSchema is NOT used unless you pass .T. as the first parameter.
>
>>I have created a cursor adapter that hooks into our Active Directory. The CursorAdapter is created and populated but the resulting fields are all memo fields.
>>
>>The schema was built using the builder and initially showed memo fields:
>>
>>EMPLOYEEID M,GIVENNAME M,SN M,DISTINGUISHEDNAME M
>>
>>
>>However, I edited the schema so it now looks like:
>>
>>EMPLOYEEID C(6), GIVENNAME C(50), SN C(50), DISTINGUISHEDNAME C(100)
>>
>>
>>Yet I still get Memo fields. Is there any way to have the curosor adapter not use memo fields for these fields?
>>
>>Thanks for your help.
>>
>>Rodd
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform