Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bugs in Grid??
Message
From
20/10/1998 13:29:03
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Bugs in Grid??
Miscellaneous
Thread ID:
00148568
Message ID:
00148568
Views:
59
Hi,

I have the following code in the command1 button of a click event.

Object: Command1 Procedure: Click

ThisForm.grid1.ActivateCell( 3, 2 ) && row 3 , column 2
ThisForm.grid1.Refresh
ViewValue = hisFormt.grid1.grcTest.txtTest.value
wait window vv

For Example, If grid1.grcTest Column contain 5 rows and when running the form and clicking on the command1 button. ViewValue will display the value from row 1,column 2 ( not the right value ). Unless I put the same code inside the grid1.grcTest.txtTest Click event or any events inside the grid. Does anyone knows why?

Any help is appreciated.

Steve
Reply
Map
View

Click here to load this message in the networking platform