Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid RecordSource
Message
De
14/01/2008 11:50:44
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
 
À
14/01/2008 11:46:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01281589
Message ID:
01281620
Vues:
17
>>MyGrid.RecordSourceType = Alias.
>>
>>MyGrid.RecordSource:
>>
>>
>>AppointmentTypeSets.Colors,FromDate,ToDate,Day,StartTime,EndTime
>>
>>
>>The grid is not populating, though the Alias has records.
>>
>>If I just put this:
>>
>>
>>AppointmentTypeSets
>>
>>
>>Then the grid populates, but not in the field order that I want.
>>
>>I now remember why I started to not like grids many years ago. They are a pain to work with.
>________
>
>This should work
>
>Form.load
>
>use AppointmentTypeSets in 0 && order ...
>select AppointmentTypeSets
>set fields to Colors,FromDate,ToDate,Day,StartTime,EndTime

What is "Set Fields" command?

>&& grid.RecordSourceType = Alias
>&& grid.RecordSource='AppointmentTypeSets'
>
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform