Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox controlsource problem
Message
De
27/06/2008 10:44:57
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Divers
Thread ID:
01327241
Message ID:
01327254
Vues:
13
same

>Use Requery() instead of Refresh()
>
>Also why do you need to recreate the cursor curItem?
>
>>Here is a sample of my code:
>>WITH .cboDefects
>> .RowSource = 'curSecondDefects'
>> .ControlSource = 'curItemData.defect_id'
>> .Refresh()
>>ENDWITH
>>
>>
>>Cursor "curItemData" is created before that code runs. Everything is fine for a first time. Second time I run this code I am getting an error:
>>Alias 'CURITEMDATA' is not found. ....cbodefects.ControlSource 0
>>
>>I tried to disconnect cboDefects from data before curItemData" is recreated:
>>WITH .cboDefects
>> .RowSource = ''
>> .ControlSource = ''
>> .Refresh()
>>ENDWITH
>>
>>Still the same error.
>>What's interesting that I cannot reproduce the errror in the Debugger.
>>
>>Thanks for help.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform