Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help - CursorAdapter to Active Directory returning memos
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00932675
Message ID:
00932714
Vues:
23
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform