Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refreshing a grid that uses a SQL statement
Message
 
 
To
08/08/2001 19:05:16
Larry Huisingh
Lockheed Martin Information Technology
Richland, Washington, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00541558
Message ID:
00541624
Views:
15
Larry,
Maybe the problem is that you are using asetmast.acc_set_id field directly. Try to store it to theform property and use this property in your select
* After moving to the next record
Thisform.acc_set_id = asetmast.acc_set_id 
.........
 
SELECT ;
  ....
  ASetDetl.acc_set_id = Thisform.acc_set_id 


>Sergey,
>
>It is the active page I am dealing with. I am probably missing something really basic or trying to do something impossible as this is my first attempt at using a grid with a SQL query driving the contents.
>
>Larry
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform