Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo in grid doesn't show value
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01519540
Message ID:
01519844
Vues:
27
>Try to change:
>
> with .colLevels.cboLevels
>      .rowsource = ''
>      .rowsourcetype = 2
>      .parent.controlsource = 'rsTSBlocks.LevelID'
>       .rowsource = "csrBlockLevels"
>   endwith
>* to
> with .colLevels.cboLevels
>      .rowsource = ''
>      .rowsourcetype = 3
>      .parent.controlsource = 'rsTSBlocks.LevelID'
>       .rowsource = "SELECT * FROM csrBlockLevels INTO CURSOR cboBlockLevels"
>   endwith
>
>
>>
This change seems to fix it.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform