I have table with two fields in it. I need to populate combo box with data from one of those fields. Can be done through properties window or command line? Tnank you.
'select myfield from mytable into cursor whatever'
you need the into cursor or the browse window will pop up.
As to the above suggestion, if you want to do it that way
use a scan / endscan loop they are about 1000 times faster that a do enddo with an eof() check.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.