xsharp.eu • Select() function - Page 2
Page 2 of 2

Select() function

Posted: Thu Aug 13, 2020 6:05 pm
by atlopes
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

Select() function

Posted: Fri Aug 14, 2020 6:37 am
by lumberjack
Hi Eric,

Have you tried using DbCloseArea(<uArea>)? Think that is what you are looking for in your #command translation.

HTH,