Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Flexgrid control 5.0
Message
Information générale
Forum:
Visual Basic
Catégorie:
Contrôles ActiveX
Divers
Thread ID:
00233770
Message ID:
00233947
Vues:
26
>>I am using the flexgrid control 5.0 with a data control. I want to create a means to view a table chosen at runtime. I have done it static perfectly, its just when I try to change the data controls source that the grid doesn't update. I tried refresh, repaint, doevents... No error, just no data. Very frustrating. Help. all of the ancillary settings are set for fox 3 tables. When I manually set the following it works fine.
>>
>>
>>Private Sub cmdAssignDatSource_Click()
>>  datFox.RecordSource = "BUSINESS"
>>  DoEvents
>>End Sub
>>
>
>After changing the RescordSource property of a data control, you to refresh the data control (and if the flex grid is correctly bound, it will automatically be updated).
>
>Private Sub cmdAssignDatSource_Click()
>  datFox.RecordSource = "BUSINESS"
>  datFox.Refresh
>End Sub
>
This is actualy what I did first. It appears to work fine in 6.0 but not in 5.0... Any ideas?
~Joe Johnston USA

"If ye love wealth better than liberty, the tranquility of servitude better than the animated contest of freedom, go home from us in peace. We ask not your counsel or arms. Crouch down and lick the hands which feed you. May your chains set lightly upon you, and may posterity forget that ye were our countrymen."
~Samuel Adams

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform