Page 1 of 1

Workarea alias

Posted: Mon Jun 29, 2015 3:09 pm
by bamunz@earthlink.net
I have several area in my code were database is addressed with alpha workarea.
Select a
use customer
REPLACE a->company WITH 'Sample'

This stopped working recently and I am not sure what broke it.

Re: Workarea alias

Posted: Mon Jun 29, 2015 3:49 pm
by Auge_Ohr
hi,

show us your Xbase++ (which Version ?) Error Logfile ... does it contain 8999 ? what Windows os() ?

Re: Workarea alias

Posted: Mon Jun 29, 2015 4:22 pm
by rdonnay
That is some really old code.

A workaround would be: USE customer ALIAS 'a'