Workarea alias

This forum is for general support of Xbase++
Post Reply
Message
Author
bamunz@earthlink.net
Posts: 23
Joined: Fri Apr 17, 2015 11:09 am

Workarea alias

#1 Post 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.

User avatar
Auge_Ohr
Posts: 1405
Joined: Wed Feb 24, 2010 3:44 pm

Re: Workarea alias

#2 Post by Auge_Ohr »

hi,

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

User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Workarea alias

#3 Post by rdonnay »

That is some really old code.

A workaround would be: USE customer ALIAS 'a'
The eXpress train is coming - and it has more cars.

Post Reply