This forum is meant for questions about the Visual FoxPro Language support in X#.
atlopes
Posts: 83 Joined: Sat Sep 07, 2019 11:43 am
Location: Portugal
Post
by atlopes » Thu Aug 13, 2020 6:05 pm
A small addition to Eric's remarks:
Something to do with the USE command, maybe?
Code: Select all
? SELECT() && displays 1
? SELECT("ToDos") && displays 0
USE IN 0 && that's ok
? SELECT() && displays 1, again, as it should
USE IN SELECT("ToDos") && raises the error Eric mentioned
lumberjack
Posts: 728 Joined: Fri Sep 25, 2015 3:11 pm
Location: South Africa
Post
by lumberjack » Fri Aug 14, 2020 6:37 am
Hi Eric,
Have you tried using DbCloseArea(<uArea>)? Think that is what you are looking for in your #command translation.
HTH,
______________________
Johan Nel
Boshof, South Africa