Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
New user needs help with pages/grids
Message
De
30/10/1998 03:03:23
 
 
À
29/10/1998 13:39:55
David Waters
Sir Arthur Lewis Community College
Castries, St Lucie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00150428
Message ID:
00152623
Vues:
38
>daniel,
>sorry for confusing you. i see what was happening. when i used the following code in the Page.Activate event it would show all the columns in the table (9 columns) even if i had the grids column count set to 7. it was simply reading in the entire table.
>
> This.Grid.Recordsource=This.Grid.Recordsource
> This.Grid.Refresh
>
>i decided to forgo making PACK a user option and just went with SET DELETED ON.
>
>next question. i have a combobox on a dataentry form that activates as soon as the form is displayed. it should only be active when it receives focus. i have tried setting the enabled property to 'F' and then enabling it in the GotFocus event but it doesn't work. any suggestions? p.s. nice bandana! :-) Thanx

Check the TabOrder on your form, and don't go with enabled/disabled thing, it's just not the way to do it. Maybe put something like
ThisForm.< SomeObject >.SetFocus()
in the Form's init, but primaraly TabOrder.

Best
Danijel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform