********************************************
*My code
SELECT * FROM rolk1;
ORDER BY rolnummer, soort, rec_ord, id_ord;
INTO TABLE rolkaart;
********************************************
Just in case you've not met it before, Fox allows [ ] as being equivalent to ' and " so this is the same as:
Code:
USE IN SELECT('rolkaart')
SELECT('rolkaart') gives us the workarea holding the table which was opened under the alias of 'rolkaart'. If rolkaart isn't open then SELECT() returns zero and, as Borislav says, your program doesn't bomb.
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.