Page 1 of 1

Workarea in Browse command

Posted: Mon Dec 28, 2009 6:13 pm
by radohabjan
Hello All,

after few months working to convert my programms from Clipper to HMG I have just one Problem:
In Browse command you can not use WORKAREA (FILENAME) where FILENAME='FILE1.DBF', you can use just
WORKAREA FILE1

Best regards to all HMG Users and Happy New Year
from Rado Habjan

Re: Workarea in Browse command

Posted: Mon Dec 28, 2009 8:31 pm
by mol
Maybe you should write &filename (macro operator)???
I can't test it today.

Marek

Re: Workarea in Browse command

Posted: Tue Dec 29, 2009 12:05 pm
by apais
AFAIK, a workarea is defined by an ALIAS and not by a FILENAME

Brgrds
Angel

Re: Workarea in Browse command

Posted: Tue Dec 29, 2009 4:34 pm
by radohabjan
Thanks Angel and Marek,

with ALIAS works fine.

Best regards Rado