Date:  03/04/2003 06:42:22 PM Msg ID:  001356
From:  FoxWeb Support Thread:  001355
Subject:  Re: Spaces in variable
Try using the following instead.  A side benefit is that it does not utilize macro substitution so it's slightly faster.
 
USE (sSourceTable) IN 0
 

FoxWeb Support Team
support@foxweb.com email

Sent by Sameer K on 03/04/2003 04:15:03 AM:
Hi,
Using FoxWeb version 1.29.
 
I am getting the following error:
 

Error #: 36

Message: Command contains unrecognized phrase/keyword.

Program: PROCCOPYTABLEEX D:\PROGRAM FILES\FOXWEB\PROGRAMS\testsite\BACKUP.FXP

Line # : 131

Line : USE &sSourceTable IN 0

 

The sSourceTable variable contains

d:\program files\foxweb\programs\testsite\db\admin.dbf

If I change the configuration so that the FoxWeb Program Root is not in "program file" the sSourceTable becomes something like

d:\foxweb\programs\testsite\db\admin.dbf

In this case it works just fine.

Do you think there is a problem because there is a space in the variable sSourceTable?

Is there anything I can do about this?

Thank you.

Sameer