Hi Ted
I don't know, the listserver was down or only my account had problems, in fact
I have no mails from R-List over weekend, so I don't know your question is
already answered.
Instead of
SET USER .vUser
you should use
SET USER &vUser &vUser
First parameter is user, second is password.
Better:
SET VAR vCommand TEXT = ('SET USER' & .vUser & .vUser)
&vCommand
Adrian
________________________________
From: [email protected] [mailto:[email protected]] On Behalf Of MDRD
Sent: Friday, April 24, 2009 6:27 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - SET USER .vuser ??
Hi
I am having trouble with this line in V8
SET USER .vuser it gives an Access Viiolation error
The var vuser is set and this code has been working fine in 7.5 for a long time.
Is there something special I need to do in V8?
I have the user type in a login Id and we look up their user password in a
table.
Thanks
Marc