Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Arrange records
Message
From
14/03/2004 23:06:35
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00886053
Message ID:
00886196
Views:
16
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'
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform