Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cursor in Data Environment

SitesMasstec

Programmer
Joined
Sep 26, 2010
Messages
578
Location
Brasil
Hello colleagues!

A have a Form which has in its Data Environment the table TEMPREC2.DBF (it is a temporary table with selected records from another table).

Is it possible to have a Cursor in the Data Environment of the Form, instead of that table?

Cursor has a random name, so I could not define it in the Data Environment of the Form. Is there another way to do it?

Thank you.
 
you can create and populate your cursor in a new method defined in your form.
this new method can be called from Form.init method
 

Part and Inventory Search

Sponsor

Back
Top