Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Arrange records
Message
De
14/03/2004 23:06:35
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00886053
Message ID:
00886196
Vues:
17
Hi Sergey,

thanks it works.

But why this statement gives me readonly to the grid?
column2(itmqty) cannot edit co'z of readonly.

the grid,column,text are all enabled .t. and readonly .f.?

SELECT mytable.* ;
FROM mytable ;
JOIN SizeOrder ON SizeOrder.size = mytable.SIZE ;
ORDER BY mytable.COLOR, SizeOrder.SortOrder INTO CURSOR Cur_item

Select Cur_item
.grid1.recordsource = 'cur_item'
.grid1.column1.controlsource = 'cur_item.item'
.grid1.column2.controlsource = 'cur_item.itmqty'
.grid1.column3.controlsource = 'cur_item.unitpr1'
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform